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

saves a number of named meshes in .obj file Generated from class MR.MeshSave.NamedXfMesh. This is the const half of the class. More...

+ Inheritance diagram for MR.MeshSave.Const_NamedXfMesh:

Classes

struct  _Underlying
 

Public Member Functions

virtual void Dispose ()
 
unsafe Const_NamedXfMesh ()
 Constructs an empty (default-constructed) instance.
 
unsafe Const_NamedXfMesh (string name, MR.AffineXf3f toWorld, MR._ByValueShared_Mesh mesh)
 Constructs MR.MeshSave.NamedXfMesh elementwise.
 
unsafe Const_NamedXfMesh (MR.MeshSave._ByValue_NamedXfMesh _other)
 Generated from constructor MR.MeshSave.NamedXfMesh.NamedXfMesh.
 

Protected Member Functions

virtual unsafe void Dispose (bool disposing)
 

Properties

unsafe MR.Std.Const_String name [get]
 
unsafe ref readonly MR.AffineXf3f toWorld [get]
 
unsafe MR.Const_Mesh mesh [get]
 
- Properties inherited from MR.Misc.Object< Const_NamedXfMesh >
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_NamedXfMesh >
bool _IsOwningVal
 

Detailed Description

saves a number of named meshes in .obj file Generated from class MR.MeshSave.NamedXfMesh. This is the const half of the class.


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