stores reference on whole mesh (if region is nullptr) or on its part (if region pointer is valid) Generated from class MR.MeshVertPart. This is the non-const half of the class.
More...
Inheritance diagram for MR.MeshVertPart:Public Member Functions | |
| unsafe | MeshVertPart (MR.Const_MeshVertPart other) |
Generated from constructor MR.MeshVertPart.MeshVertPart. | |
| unsafe | MeshVertPart (MR.Const_Mesh m, MR.Const_VertBitSet? bs=null) |
Generated from constructor MR.MeshVertPart.MeshVertPart. | |
| unsafe MR.MeshVertPart | assign (MR.Const_MeshVertPart other) |
Generated from method MR.MeshVertPart.operator=. | |
Public Member Functions inherited from MR.Const_MeshVertPart | |
| virtual void | Dispose () |
| unsafe | Const_MeshVertPart (MR.Const_MeshVertPart other) |
Generated from constructor MR.MeshVertPart.MeshVertPart. | |
| unsafe | Const_MeshVertPart (MR.Const_Mesh m, MR.Const_VertBitSet? bs=null) |
Generated from constructor MR.MeshVertPart.MeshVertPart. | |
Properties | |
| new unsafe MR.? Const_VertBitSet | region [get, set] |
Properties inherited from MR.Const_MeshVertPart | |
| unsafe MR.Const_Mesh | mesh [get] |
| unsafe MR.? Const_VertBitSet | region [get] |
Properties inherited from MR.Misc.Object< Const_MeshVertPart > | |
| 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 Member Functions inherited from MR.Const_MeshVertPart | |
| virtual unsafe void | Dispose (bool disposing) |
Protected Attributes inherited from MR.Misc.Object< Const_MeshVertPart > | |
| bool | _IsOwningVal |
stores reference on whole mesh (if region is nullptr) or on its part (if region pointer is valid) Generated from class MR.MeshVertPart. This is the non-const half of the class.