simplifies construction of connected polyline in the topology Generated from class MR.PolylineMaker. This is the const half of the class.
More...
Inheritance diagram for MR.Const_PolylineMaker:Classes | |
| struct | _Underlying |
Public Member Functions | |
| virtual void | Dispose () |
| unsafe | Const_PolylineMaker (MR.Const_PolylineMaker _other) |
Generated from constructor MR.PolylineMaker.PolylineMaker. | |
| unsafe | Const_PolylineMaker (MR.PolylineTopology t) |
Generated from constructor MR.PolylineMaker.PolylineMaker. | |
Static Public Member Functions | |
| static unsafe implicit | operator Const_PolylineMaker (MR.PolylineTopology t) |
Generated from constructor MR.PolylineMaker.PolylineMaker. | |
Protected Member Functions | |
| virtual unsafe void | Dispose (bool disposing) |
Properties | |
| unsafe MR.PolylineTopology | topology [get] |
Properties inherited from MR.Misc.Object< Const_PolylineMaker > | |
| 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_PolylineMaker > | |
| bool | _IsOwningVal |
simplifies construction of connected polyline in the topology Generated from class MR.PolylineMaker. This is the const half of the class.