Generated from class MR.OneMeshContour. This is the const half of the class.
More...
Inheritance diagram for MR.Const_OneMeshContour:Classes | |
| struct | _Underlying |
Public Member Functions | |
| virtual void | Dispose () |
| unsafe | Const_OneMeshContour () |
| Constructs an empty (default-constructed) instance. | |
| unsafe | Const_OneMeshContour (MR.Std._ByValue_Vector_MROneMeshIntersection intersections, bool closed) |
Constructs MR.OneMeshContour elementwise. | |
| unsafe | Const_OneMeshContour (MR._ByValue_OneMeshContour _other) |
Generated from constructor MR.OneMeshContour.OneMeshContour. | |
Protected Member Functions | |
| virtual unsafe void | Dispose (bool disposing) |
Properties | |
| unsafe MR.Std.Const_Vector_MROneMeshIntersection | intersections [get] |
| unsafe bool | closed [get] |
Properties inherited from MR.Misc.Object< Const_OneMeshContour > | |
| 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_OneMeshContour > | |
| bool | _IsOwningVal |
Generated from class MR.OneMeshContour. This is the const half of the class.