MeshLib Python Docs
Loading...
Searching...
No Matches
mrmeshpy.MeshProjectionParameters Class Reference

Public Member Functions

None __init__ (self)
 
None __init__ (self, MeshProjectionParameters arg0)
 
None __init__ (self, float loDistLimitSq, float upDistLimitSq, AffineXf3f refXf, AffineXf3f xf)
 
float loDistLimitSq (self)
 
None loDistLimitSq (self, float arg1)
 
AffineXf3f refXf (self)
 
None refXf (self, AffineXf3f arg1)
 
float upDistLimitSq (self)
 
None upDistLimitSq (self, float arg1)
 
AffineXf3f xf (self)
 
None xf (self, AffineXf3f arg1)
 

Static Protected Member Functions

 _pybind11_conduit_v1_ (*args, **kwargs)
 

Detailed Description

Generated from:  MR::MeshProjectionParameters

Constructor & Destructor Documentation

◆ __init__() [1/3]

None mrmeshpy.MeshProjectionParameters.__init__ ( self)
Implicit default constructor.

◆ __init__() [2/3]

None mrmeshpy.MeshProjectionParameters.__init__ ( self,
MeshProjectionParameters arg0 )
Implicit copy constructor.

◆ __init__() [3/3]

None mrmeshpy.MeshProjectionParameters.__init__ ( self,
float loDistLimitSq,
float upDistLimitSq,
AffineXf3f refXf,
AffineXf3f xf )
Implicit aggregate constructor.

Member Function Documentation

◆ _pybind11_conduit_v1_()

mrmeshpy.MeshProjectionParameters._pybind11_conduit_v1_ ( * args,
** kwargs )
staticprotected

◆ loDistLimitSq() [1/2]

float mrmeshpy.MeshProjectionParameters.loDistLimitSq ( self)
minimum squared distance from a test point to mesh to be computed precisely,
if a mesh point is found within this distance then it is immediately returned without searching for a closer one

◆ loDistLimitSq() [2/2]

None mrmeshpy.MeshProjectionParameters.loDistLimitSq ( self,
float arg1 )

◆ refXf() [1/2]

AffineXf3f mrmeshpy.MeshProjectionParameters.refXf ( self)
optional reference mesh to world transformation

◆ refXf() [2/2]

None mrmeshpy.MeshProjectionParameters.refXf ( self,
AffineXf3f arg1 )

◆ upDistLimitSq() [1/2]

float mrmeshpy.MeshProjectionParameters.upDistLimitSq ( self)
maximum squared distance from a test point to mesh to be computed precisely,
if actual distance is larger then upDistLimit will be returned with not-trusted sign

◆ upDistLimitSq() [2/2]

None mrmeshpy.MeshProjectionParameters.upDistLimitSq ( self,
float arg1 )

◆ xf() [1/2]

AffineXf3f mrmeshpy.MeshProjectionParameters.xf ( self)
optional test points to world transformation

◆ xf() [2/2]

None mrmeshpy.MeshProjectionParameters.xf ( self,
AffineXf3f arg1 )

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