Generated from class MR.OneMeshIntersection. This is the const half of the class.
More...
Inheritance diagram for MR.Const_OneMeshIntersection:Classes | |
| struct | _Underlying |
Public Member Functions | |
| virtual void | Dispose () |
| unsafe | Const_OneMeshIntersection () |
| Constructs an empty (default-constructed) instance. | |
| unsafe | Const_OneMeshIntersection (MR.Std.Const_Variant_MRFaceId_MREdgeId_MRVertId primitiveId, MR.Vector3f coordinate) |
Constructs MR.OneMeshIntersection elementwise. | |
| unsafe | Const_OneMeshIntersection (MR.Const_OneMeshIntersection _other) |
Generated from constructor MR.OneMeshIntersection.OneMeshIntersection. | |
Protected Member Functions | |
| virtual unsafe void | Dispose (bool disposing) |
Properties | |
| unsafe MR.Std.Const_Variant_MRFaceId_MREdgeId_MRVertId | primitiveId [get] |
| unsafe ref readonly MR.Vector3f | coordinate [get] |
Properties inherited from MR.Misc.Object< Const_OneMeshIntersection > | |
| 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_OneMeshIntersection > | |
| bool | _IsOwningVal |
Generated from class MR.OneMeshIntersection. This is the const half of the class.