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

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.
 Distance (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.
 Const_Distance (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]

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.Features.Const_MeasureResult.Const_Distance
unsafe float * __ref_storage_distance
unsafe MR.Vector3f__ref_storage_closestPointA
unsafe MR.Vector3f__ref_storage_closestPointB
unsafe MR.Features.MeasureResult.Status__ref_storage_status

Detailed Description

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.

Constructor & Destructor Documentation

◆ Distance() [1/3]

unsafe MR.Features.Const_MeasureResult.Distance.Distance ( )
inline

Constructs an empty (default-constructed) instance.

◆ Distance() [2/3]

unsafe MR.Features.Const_MeasureResult.Distance.Distance ( MR.Features.MeasureResult.Const_Distance _other)
inline

Generated from constructor MR::Features::MeasureResult::Distance::Distance.

◆ Distance() [3/3]

MR.Features.Const_MeasureResult.Distance.Distance ( Distance _other)
inline

Generated from constructor MR::Features::MeasureResult::Distance::Distance.

Member Function Documentation

◆ assign()

unsafe MR.Features.MeasureResult.Distance MR.Features.Const_MeasureResult.Distance.assign ( MR.Features.MeasureResult.Const_Distance _other)
inline

Generated from method MR::Features::MeasureResult::Distance::operator=.

◆ operator MR.Features.MeasureResult.BasicPart()

unsafe implicit MR.Features.Const_MeasureResult.Distance.operator MR.Features.MeasureResult.BasicPart ( Distance self)
inlinestatic

Property Documentation

◆ closestPointA

new unsafe ref MR.Vector3f MR.Features.Const_MeasureResult.Distance.closestPointA
get

◆ closestPointB

new unsafe ref MR.Vector3f MR.Features.Const_MeasureResult.Distance.closestPointB
get

◆ distance

new unsafe ref float MR.Features.Const_MeasureResult.Distance.distance
get

◆ status

new unsafe ref MR.Features.MeasureResult.Status MR.Features.Const_MeasureResult.Distance.status
get

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