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

Public Member Functions

None __init__ (self)
 
None __init__ (self, Features.MeasureResult.Angle arg0)
 
str __repr__ (self)
 
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 mrmeshpy.Features.MeasureResult.BasicPart
bool __bool__ (self)
 

Static Protected Member Functions

 _pybind11_conduit_v1_ (*args, **kwargs)
 

Additional Inherited Members

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

Detailed Description

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

Constructor & Destructor Documentation

◆ __init__() [1/2]

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

Reimplemented from mrmeshpy.Features.MeasureResult.BasicPart.

◆ __init__() [2/2]

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

Reimplemented from mrmeshpy.Features.MeasureResult.BasicPart.

Member Function Documentation

◆ __repr__()

str mrmeshpy.Features.MeasureResult.Angle.__repr__ ( self)

◆ _pybind11_conduit_v1_()

mrmeshpy.Features.MeasureResult.Angle._pybind11_conduit_v1_ ( * args,
** kwargs )
staticprotected

◆ computeAngleInRadians()

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

◆ dirA() [1/2]

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

◆ dirA() [2/2]

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

◆ dirB() [1/2]

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

◆ dirB() [2/2]

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

◆ dirFor()

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

◆ isSurfaceNormalA() [1/2]

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

◆ isSurfaceNormalA() [2/2]

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

◆ isSurfaceNormalFor()

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

◆ pointFor()

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

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