MeshLib C# Docs
Loading...
Searching...
No Matches
MR.Features.Const_MeasureResult Class Reference

Stores the results of measuring two objects relative to one another. Generated from class MR.Features.MeasureResult. This is the const half of the class. More...

+ Inheritance diagram for MR.Features.Const_MeasureResult:

Classes

class  _InOptConst_Angle
 This is used for optional parameters of class Angle with default arguments. This is only used const parameters. For non-const ones we have _InOptMut_Angle. Usage: More...
 
class  _InOptConst_BasicPart
 This is used for optional parameters of class BasicPart with default arguments. This is only used const parameters. For non-const ones we have _InOptMut_BasicPart. Usage: More...
 
class  _InOptConst_Distance
 This is used for optional parameters of class Distance with default arguments. This is only used const parameters. For non-const ones we have _InOptMut_Distance. Usage: More...
 
class  _InOptMut_Angle
 This is used for optional parameters of class Angle with default arguments. This is only used mutable parameters. For const ones we have _InOptConst_Angle. Usage: More...
 
class  _InOptMut_BasicPart
 This is used for optional parameters of class BasicPart with default arguments. This is only used mutable parameters. For const ones we have _InOptConst_BasicPart. Usage: More...
 
class  _InOptMut_Distance
 This is used for optional parameters of class Distance with default arguments. This is only used mutable parameters. For const ones we have _InOptConst_Distance. Usage: More...
 
struct  _Underlying
 
class  Angle
 Generated from class MR.Features.MeasureResult.Angle. Base classes: Direct: (non-virtual) MR.Features.MeasureResult.BasicPart This is the non-const half of the class. More...
 
class  BasicPart
 Generated from class MR.Features.MeasureResult.BasicPart. Derived classes: Direct: (non-virtual) MR.Features.MeasureResult.Angle MR.Features.MeasureResult.Distance This is the non-const half of the class. More...
 
class  Const_Angle
 Generated from class MR.Features.MeasureResult.Angle. Base classes: Direct: (non-virtual) MR.Features.MeasureResult.BasicPart This is the const half of the class. More...
 
class  Const_BasicPart
 Generated from class MR.Features.MeasureResult.BasicPart. Derived classes: Direct: (non-virtual) MR.Features.MeasureResult.Angle MR.Features.MeasureResult.Distance This is the const half of the class. More...
 
class  Const_Distance
 Generated from class MR.Features.MeasureResult.Distance. Base classes: Direct: (non-virtual) MR.Features.MeasureResult.BasicPart This is the const half of the class. More...
 
class  Distance
 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...
 

Public Types

enum  Status : int
 

Public Member Functions

virtual void Dispose ()
 
unsafe Const_MeasureResult ()
 Constructs an empty (default-constructed) instance.
 
unsafe Const_MeasureResult (MR.Features.MeasureResult.Const_Distance distance, MR.Features.MeasureResult.Const_Distance centerDistance, MR.Features.MeasureResult.Const_Angle angle, MR.Std._ByValue_Vector_StdVariantMRSphere3fMRFeaturesPrimitivesConeSegmentMRFeaturesPrimitivesPlane intersections)
 Constructs MR.Features.MeasureResult elementwise.
 
unsafe Const_MeasureResult (MR.Features._ByValue_MeasureResult _other)
 Generated from constructor MR.Features.MeasureResult.MeasureResult.
 

Protected Member Functions

virtual unsafe void Dispose (bool disposing)
 

Properties

unsafe MR.Features.MeasureResult.Const_Distance distance [get]
 
unsafe MR.Features.MeasureResult.Const_Distance centerDistance [get]
 
unsafe MR.Features.MeasureResult.Const_Angle angle [get]
 
unsafe MR.Std.Const_Vector_StdVariantMRSphere3fMRFeaturesPrimitivesConeSegmentMRFeaturesPrimitivesPlane intersections [get]
 
- Properties inherited from MR.Misc.Object< Const_MeasureResult >
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_MeasureResult >
bool _IsOwningVal
 

Detailed Description

Stores the results of measuring two objects relative to one another. Generated from class MR.Features.MeasureResult. This is the const half of the class.


The documentation for this class was generated from the following file: