Generated from class MR.Features.MeasureResult.Distance. Base classes: Direct: (non-virtual) MR.Features.MeasureResult.BasicPart This is the non-const half of the class.
More...
Inheritance diagram for MR.Features.Const_MeasureResult.Distance:Public Member Functions | |
| unsafe | Distance () |
| Constructs an empty (default-constructed) instance. | |
| unsafe | Distance (MR.Features.MeasureResult.Const_Distance _other) |
Generated from constructor MR.Features.MeasureResult.Distance.Distance. | |
| unsafe MR.Features.MeasureResult.Distance | assign (MR.Features.MeasureResult.Const_Distance _other) |
Generated from method MR.Features.MeasureResult.Distance.operator=. | |
Public Member Functions inherited from MR.Features.Const_MeasureResult.Const_Distance | |
| virtual void | Dispose () |
| unsafe | Const_Distance () |
| Constructs an empty (default-constructed) instance. | |
| unsafe | Const_Distance (MR.Features.MeasureResult.Const_Distance _other) |
Generated from constructor MR.Features.MeasureResult.Distance.Distance. | |
| unsafe MR.Vector3f | closestPointFor (bool b) |
Generated from method MR.Features.MeasureResult.Distance.closestPointFor. | |
| unsafe float | distanceAlongAxis (int i) |
Generated from method MR.Features.MeasureResult.Distance.distanceAlongAxis. | |
| unsafe float | distanceAlongAxisAbs (int i) |
Generated from method MR.Features.MeasureResult.Distance.distanceAlongAxisAbs. | |
Static Public Member Functions | |
| static unsafe implicit | operator MR.Features.MeasureResult.BasicPart (Distance self) |
Static Public Member Functions inherited from MR.Features.Const_MeasureResult.Const_Distance | |
| static unsafe implicit | operator MR.Features.MeasureResult.Const_BasicPart (Const_Distance self) |
| static unsafe implicit | operator bool (MR.Features.MeasureResult.Const_Distance _this) |
Generated from conversion operator MR.Features.MeasureResult.Distance.operator bool. | |
Properties | |
| new unsafe ref float | distance [get] |
| new unsafe ref MR.Vector3f | closestPointA [get] |
| new unsafe ref MR.Vector3f | closestPointB [get] |
| new unsafe ref MR.Features.MeasureResult.Status | status [get] |
Properties inherited from MR.Features.Const_MeasureResult.Const_Distance | |
| unsafe float | distance [get] |
| unsafe ref readonly MR.Vector3f | closestPointA [get] |
| unsafe ref readonly MR.Vector3f | closestPointB [get] |
| unsafe MR.Features.MeasureResult.Status | status [get] |
Properties inherited from MR.Misc.Object< Const_Distance > | |
| 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.Features.Const_MeasureResult.Const_Distance | |
| virtual unsafe void | Dispose (bool disposing) |
Protected Attributes inherited from MR.Misc.Object< Const_Distance > | |
| bool | _IsOwningVal |
Generated from class MR.Features.MeasureResult.Distance. Base classes: Direct: (non-virtual) MR.Features.MeasureResult.BasicPart This is the non-const half of the class.