MeshLib C# Docs
Loading...
Searching...
No Matches
MR.MeshSave.Const_BinaryStlSaver Class Reference

saver in binary .stl format that can write triangles one by one not knowing their number beforehand Generated from class MR.MeshSave.BinaryStlSaver. This is the const half of the class. More...

Inheritance diagram for MR.MeshSave.Const_BinaryStlSaver:

Classes

struct  _Underlying

Public Member Functions

virtual void Dispose ()
unsafe Const_BinaryStlSaver (MR.MeshSave._ByValue_BinaryStlSaver _other)
 Generated from constructor MR.MeshSave.BinaryStlSaver.BinaryStlSaver.
 Const_BinaryStlSaver (Const_BinaryStlSaver _other)
 Generated from constructor MR.MeshSave.BinaryStlSaver.BinaryStlSaver.
 Const_BinaryStlSaver (BinaryStlSaver _other)
 Generated from constructor MR.MeshSave.BinaryStlSaver.BinaryStlSaver.
unsafe Const_BinaryStlSaver (MR.Std.Ostream out_, MR.Const_SaveSettings? settings=null, uint? expectedNumTris=null)
 writes STL header in the stream Generated from constructor MR.MeshSave.BinaryStlSaver.BinaryStlSaver. Parameter settings defaults to {}. Parameter expectedNumTris defaults to 0.

Protected Member Functions

virtual unsafe void Dispose (bool disposing)

Detailed Description

saver in binary .stl format that can write triangles one by one not knowing their number beforehand Generated from class MR.MeshSave.BinaryStlSaver. This is the const half of the class.

Constructor & Destructor Documentation

◆ Const_BinaryStlSaver() [1/4]

unsafe MR.MeshSave.Const_BinaryStlSaver.Const_BinaryStlSaver ( MR.MeshSave._ByValue_BinaryStlSaver _other)
inline

Generated from constructor MR.MeshSave.BinaryStlSaver.BinaryStlSaver.

◆ Const_BinaryStlSaver() [2/4]

MR.MeshSave.Const_BinaryStlSaver.Const_BinaryStlSaver ( Const_BinaryStlSaver _other)
inline

Generated from constructor MR.MeshSave.BinaryStlSaver.BinaryStlSaver.

◆ Const_BinaryStlSaver() [3/4]

MR.MeshSave.Const_BinaryStlSaver.Const_BinaryStlSaver ( BinaryStlSaver _other)
inline

Generated from constructor MR.MeshSave.BinaryStlSaver.BinaryStlSaver.

◆ Const_BinaryStlSaver() [4/4]

unsafe MR.MeshSave.Const_BinaryStlSaver.Const_BinaryStlSaver ( MR.Std.Ostream out_,
MR.Const_SaveSettings? settings = null,
uint? expectedNumTris = null )
inline

writes STL header in the stream Generated from constructor MR.MeshSave.BinaryStlSaver.BinaryStlSaver. Parameter settings defaults to {}. Parameter expectedNumTris defaults to 0.

Member Function Documentation

◆ Dispose() [1/2]

virtual void MR.MeshSave.Const_BinaryStlSaver.Dispose ( )
inlinevirtual

◆ Dispose() [2/2]

virtual unsafe void MR.MeshSave.Const_BinaryStlSaver.Dispose ( bool disposing)
inlineprotectedvirtual

The documentation for this class was generated from the following file: