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

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...

+ Inheritance diagram for MR.Features.Const_MeasureResult.Const_Angle:

Classes

struct  _Underlying
 

Public Member Functions

virtual void Dispose ()
 
unsafe Const_Angle ()
 Constructs an empty (default-constructed) instance.
 
unsafe Const_Angle (MR.Features.MeasureResult.Const_Angle _other)
 Generated from constructor MR.Features.MeasureResult.Angle.Angle.
 
unsafe MR.Vector3f pointFor (bool b)
 Generated from method MR.Features.MeasureResult.Angle.pointFor.
 
unsafe MR.Vector3f dirFor (bool b)
 Generated from method MR.Features.MeasureResult.Angle.dirFor.
 
unsafe bool isSurfaceNormalFor (bool b)
 Generated from method MR.Features.MeasureResult.Angle.isSurfaceNormalFor.
 
unsafe float computeAngleInRadians ()
 Generated from method MR.Features.MeasureResult.Angle.computeAngleInRadians.
 

Static Public Member Functions

static unsafe implicit operator MR.Features.MeasureResult.Const_BasicPart (Const_Angle self)
 
static unsafe implicit operator bool (MR.Features.MeasureResult.Const_Angle _this)
 Generated from conversion operator MR.Features.MeasureResult.Angle.operator bool.
 

Protected Member Functions

virtual unsafe void Dispose (bool disposing)
 

Properties

unsafe ref readonly MR.Vector3f pointA [get]
 
unsafe ref readonly MR.Vector3f pointB [get]
 
unsafe ref readonly MR.Vector3f dirA [get]
 
unsafe ref readonly MR.Vector3f dirB [get]
 
unsafe bool isSurfaceNormalA [get]
 Whether dir{A,B} is a surface normal or a line direction.
 
unsafe bool isSurfaceNormalB [get]
 
unsafe MR.Features.MeasureResult.Status status [get]
 
- Properties inherited from MR.Misc.Object< Const_Angle >
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_Angle >
bool _IsOwningVal
 

Detailed Description

Generated from class MR.Features.MeasureResult.Angle. Base classes: Direct: (non-virtual) MR.Features.MeasureResult.BasicPart This is the const half of the class.


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