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 Public Member Functions | |
| None | __init__ (*args, **kwargs) |
| MeshProjectionParameters | operator (*args, **kwargs) |
| MeshProjectionParameters | operator (*args, **kwargs) |
Static Protected Attributes | |
| typing | _offsetof_loDistLimitSq = 0 |
| typing | _offsetof_refXf = 8 |
| typing | _offsetof_upDistLimitSq = 4 |
| typing | _offsetof_xf = 16 |
Generated from: MR::MeshProjectionParameters
|
static |
| None mrmeshpy.MeshProjectionParameters.__init__ | ( | self | ) |
| None mrmeshpy.MeshProjectionParameters.__init__ | ( | self, | |
| MeshProjectionParameters | arg0 ) |
Implicit copy constructor.
| None mrmeshpy.MeshProjectionParameters.__init__ | ( | self, | |
| float | loDistLimitSq, | ||
| float | upDistLimitSq, | ||
| AffineXf3f | refXf, | ||
| AffineXf3f | xf ) |
Implicit aggregate constructor.
| 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
| None mrmeshpy.MeshProjectionParameters.loDistLimitSq | ( | self, | |
| float | arg1 ) |
|
static |
|
static |
| AffineXf3f mrmeshpy.MeshProjectionParameters.refXf | ( | self | ) |
optional reference mesh to world transformation
| None mrmeshpy.MeshProjectionParameters.refXf | ( | self, | |
| AffineXf3f | arg1 ) |
| float mrmeshpy.MeshProjectionParameters.upDistLimitSq | ( | self | ) |
maximum squared distance from a test point to mesh to be computed precisely, if actual distance is larger than upDistLimit will be returned with not-trusted sign
| None mrmeshpy.MeshProjectionParameters.upDistLimitSq | ( | self, | |
| float | arg1 ) |
| AffineXf3f mrmeshpy.MeshProjectionParameters.xf | ( | self | ) |
optional test points to world transformation
| None mrmeshpy.MeshProjectionParameters.xf | ( | self, | |
| AffineXf3f | arg1 ) |
|
staticprotected |
|
staticprotected |
|
staticprotected |
|
staticprotected |