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)
 
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 Public Member Functions

None __init__ (*args, **kwargs)
 
Features.MeasureResult.Angle operator (*args, **kwargs)
 
Features.MeasureResult.Angle operator (*args, **kwargs)
 

Static Protected Attributes

typing _offsetof_dirA = 28
 
typing _offsetof_dirB = 40
 
typing _offsetof_isSurfaceNormalA = 52
 
typing _offsetof_isSurfaceNormalB = 53
 
typing _offsetof_pointA = 4
 
typing _offsetof_pointB = 16
 
- Static Protected Attributes inherited from mrmeshpy.Features.MeasureResult.BasicPart
typing _offsetof_status = 0
 

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__ ( * args,
** kwargs )
static

◆ __init__() [2/2]

None mrmeshpy.Features.MeasureResult.Angle.__init__ ( self)

Member Function Documentation

◆ __repr__()

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

◆ 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 )

◆ operator() [1/2]

Features.MeasureResult.Angle mrmeshpy.Features.MeasureResult.Angle.operator ( * args,
** kwargs )
static

◆ operator() [2/2]

Features.MeasureResult.Angle mrmeshpy.Features.MeasureResult.Angle.operator ( * args,
** kwargs )
static

◆ pointFor()

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

Member Data Documentation

◆ _offsetof_dirA

typing mrmeshpy.Features.MeasureResult.Angle._offsetof_dirA = 28
staticprotected

◆ _offsetof_dirB

typing mrmeshpy.Features.MeasureResult.Angle._offsetof_dirB = 40
staticprotected

◆ _offsetof_isSurfaceNormalA

typing mrmeshpy.Features.MeasureResult.Angle._offsetof_isSurfaceNormalA = 52
staticprotected

◆ _offsetof_isSurfaceNormalB

typing mrmeshpy.Features.MeasureResult.Angle._offsetof_isSurfaceNormalB = 53
staticprotected

◆ _offsetof_pointA

typing mrmeshpy.Features.MeasureResult.Angle._offsetof_pointA = 4
staticprotected

◆ _offsetof_pointB

typing mrmeshpy.Features.MeasureResult.Angle._offsetof_pointB = 16
staticprotected

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