Generated from class MR.ToolPathResult. This is the const half of the class.
More...
Inheritance diagram for MR.Const_ToolPathResult:Classes | |
| struct | _Underlying |
Public Member Functions | |
| virtual void | Dispose () |
| unsafe | Const_ToolPathResult () |
| Constructs an empty (default-constructed) instance. | |
| unsafe | Const_ToolPathResult (MR._ByValue_Mesh modifiedMesh, MR._ByValue_FaceBitSet modifiedRegion, MR.Std._ByValue_Vector_MRGCommand commands) |
Constructs MR.ToolPathResult elementwise. | |
| unsafe | Const_ToolPathResult (MR._ByValue_ToolPathResult _other) |
Generated from constructor MR.ToolPathResult.ToolPathResult. | |
Protected Member Functions | |
| virtual unsafe void | Dispose (bool disposing) |
Properties | |
| unsafe MR.Const_Mesh | modifiedMesh [get] |
| unsafe MR.Const_FaceBitSet | modifiedRegion [get] |
| unsafe MR.Std.Const_Vector_MRGCommand | commands [get] |
Properties inherited from MR.Misc.Object< Const_ToolPathResult > | |
| 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_ToolPathResult > | |
| bool | _IsOwningVal |
Generated from class MR.ToolPathResult. This is the const half of the class.