MeshLib Python Docs
Loading...
Searching...
No Matches
meshlib.mrmeshpy.Features.MeasureResult.Angle Class Reference
+ Inheritance diagram for meshlib.mrmeshpy.Features.MeasureResult.Angle:

Public Member Functions

None __init__ (self)
 
None __init__ (self, Features.MeasureResult.Angle arg0)
 
float computeAngleInRadians (self)
 
Vector3f dirFor (self, bool b)
 
bool isSurfaceNormalFor (self, bool b)
 
Vector3f pointFor (self, bool b)
 
Vector3f dirA (self)
 
None dirA (self, Vector3f arg1)
 
Vector3f dirB (self)
 
None dirB (self, Vector3f arg1)
 
bool isSurfaceNormalA (self)
 
None isSurfaceNormalA (self, bool arg1)
 
- Public Member Functions inherited from meshlib.mrmeshpy.Features.MeasureResult.BasicPart
bool __bool__ (self)
 

Additional Inherited Members

- Static Public Attributes inherited from meshlib.mrmeshpy.Features.MeasureResult.BasicPart
Features status .MeasureResult.Status
 

Detailed Description

Generated from:  MR::Features::MeasureResult::Angle

Constructor & Destructor Documentation

◆ __init__() [1/2]

None meshlib.mrmeshpy.Features.MeasureResult.Angle.__init__ ( self)
Implicit default constructor.

Reimplemented from meshlib.mrmeshpy.Features.MeasureResult.BasicPart.

◆ __init__() [2/2]

None meshlib.mrmeshpy.Features.MeasureResult.Angle.__init__ ( self,
Features.MeasureResult.Angle arg0 )
Implicit copy constructor.

Reimplemented from meshlib.mrmeshpy.Features.MeasureResult.BasicPart.

Member Function Documentation

◆ computeAngleInRadians()

float meshlib.mrmeshpy.Features.MeasureResult.Angle.computeAngleInRadians ( self)

◆ dirA() [1/2]

Vector3f meshlib.mrmeshpy.Features.MeasureResult.Angle.dirA ( self)
Normalized.

◆ dirA() [2/2]

None meshlib.mrmeshpy.Features.MeasureResult.Angle.dirA ( self,
Vector3f arg1 )

◆ dirB() [1/2]

Vector3f meshlib.mrmeshpy.Features.MeasureResult.Angle.dirB ( self)
^

◆ dirB() [2/2]

None meshlib.mrmeshpy.Features.MeasureResult.Angle.dirB ( self,
Vector3f arg1 )

◆ dirFor()

Vector3f meshlib.mrmeshpy.Features.MeasureResult.Angle.dirFor ( self,
bool b )

◆ isSurfaceNormalA() [1/2]

bool meshlib.mrmeshpy.Features.MeasureResult.Angle.isSurfaceNormalA ( self)
Whether `dir{A,B}` is a surface normal or a line direction.

◆ isSurfaceNormalA() [2/2]

None meshlib.mrmeshpy.Features.MeasureResult.Angle.isSurfaceNormalA ( self,
bool arg1 )

◆ isSurfaceNormalFor()

bool meshlib.mrmeshpy.Features.MeasureResult.Angle.isSurfaceNormalFor ( self,
bool b )

◆ pointFor()

Vector3f meshlib.mrmeshpy.Features.MeasureResult.Angle.pointFor ( self,
bool b )

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