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

setting for mesh loading from external format, and locations of optional output data Generated from class MR.MeshLoadSettings. This is the const half of the class. More...

+ Inheritance diagram for MR.Const_MeshLoadSettings:

Classes

struct  _Underlying
 

Public Member Functions

virtual void Dispose ()
 
unsafe Const_MeshLoadSettings ()
 Constructs an empty (default-constructed) instance.
 
unsafe Const_MeshLoadSettings (MR.Std.Optional_MREdges? edges, MR.VertColors? colors, MR.FaceColors? faceColors, MR.VertCoords2? uvCoords, MR.VertCoords? normals, MR.MeshTexture? texture, MR.Misc.InOut< int >? skippedFaceCount, MR.Misc.InOut< int >? duplicatedVertexCount, MR.Misc.InOut< MR.AffineXf3f >? xf, MR.Std._ByValue_Function_BoolFuncFromFloat callback, bool telemetrySignal)
 Constructs MR.MeshLoadSettings elementwise.
 
unsafe Const_MeshLoadSettings (MR._ByValue_MeshLoadSettings _other)
 Generated from constructor MR.MeshLoadSettings.MeshLoadSettings.
 

Protected Member Functions

virtual unsafe void Dispose (bool disposing)
 

Properties

unsafe MR.Std.? Optional_MREdges edges [get]
 optional load artifact: per-vertex color map
 
unsafe MR.? VertColors colors [get]
 optional load artifact: per-face color map
 
unsafe MR.? FaceColors faceColors [get]
 optional load artifact: per-vertex uv-coordinates
 
unsafe MR.? VertCoords2 uvCoords [get]
 optional load artifact: per-vertex normals
 
unsafe MR.? VertCoords normals [get]
 optional load artifact: texture image
 
unsafe MR.? MeshTexture texture [get]
 optional output: counter of skipped faces during mesh creation
 
unsafe MR.Misc.? Box< int > skippedFaceCount [get]
 optional output: counter of duplicated vertices (that created for resolve non-manifold geometry)
 
unsafe MR.Misc.? Box< int > duplicatedVertexCount [get]
 optional output: transform for the loaded mesh to improve precision of vertex coordinates
 
unsafe MR.? Box_AffineXf3f xf [get]
 callback for set progress and stop process
 
unsafe MR.Std.Const_Function_BoolFuncFromFloat callback [get]
 permit telemetry signal about loading
 
unsafe bool telemetrySignal [get]
 
- Properties inherited from MR.Misc.Object< Const_MeshLoadSettings >
virtual bool _IsOwning [get]
 Returns true if this is an owning instance, and when disposed, will destroy the underlying C++ instance. If false, we assume that the underlying C++ instance will live long enough.
 

Additional Inherited Members

- Protected Attributes inherited from MR.Misc.Object< Const_MeshLoadSettings >
bool _IsOwningVal
 

Detailed Description

setting for mesh loading from external format, and locations of optional output data Generated from class MR.MeshLoadSettings. This is the const half of the class.


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