Public Member Functions | |
| None | __init__ (self) |
| None | __init__ (self, ShrinkwrapParameters arg0) |
| float | offset (self) |
| None | offset (self, float arg1) |
| IPointsToMeshProjector | projector (self) |
| None | projector (self, IPointsToMeshProjector arg1) |
| VertBitSet | region (self) |
| None | region (self, VertBitSet arg1) |
| Public Member Functions inherited from mrmeshpy.MeshProjectionParameters | |
| 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) |
| ShrinkwrapParameters | operator (*args, **kwargs) |
| ShrinkwrapParameters | operator (*args, **kwargs) |
| Static Public Member Functions inherited from mrmeshpy.MeshProjectionParameters | |
| None | __init__ (*args, **kwargs) |
Static Protected Attributes | |
| typing | _offsetof_offset = 24 |
| typing | _offsetof_projector = 40 |
| typing | _offsetof_region = 32 |
| Static Protected Attributes inherited from mrmeshpy.MeshProjectionParameters | |
| typing | _offsetof_loDistLimitSq = 0 |
| typing | _offsetof_refXf = 8 |
| typing | _offsetof_upDistLimitSq = 4 |
| typing | _offsetof_xf = 16 |
Generated from: MR::ShrinkwrapParameters
|
static |
| None mrmeshpy.ShrinkwrapParameters.__init__ | ( | self | ) |
| None mrmeshpy.ShrinkwrapParameters.__init__ | ( | self, | |
| ShrinkwrapParameters | arg0 ) |
Implicit copy constructor.
| float mrmeshpy.ShrinkwrapParameters.offset | ( | self | ) |
each vertex is displaced by this distance from the closest point found, along the pseudonormal of refMesh there: positive - outside refMesh, negative - inside; measured in refMesh coordinates
| None mrmeshpy.ShrinkwrapParameters.offset | ( | self, | |
| float | arg1 ) |
|
static |
Reimplemented from mrmeshpy.MeshProjectionParameters.
|
static |
Reimplemented from mrmeshpy.MeshProjectionParameters.
| IPointsToMeshProjector mrmeshpy.ShrinkwrapParameters.projector | ( | self | ) |
if provided then the projections are computed by it, otherwise CPU's computations are used
| None mrmeshpy.ShrinkwrapParameters.projector | ( | self, | |
| IPointsToMeshProjector | arg1 ) |
| VertBitSet mrmeshpy.ShrinkwrapParameters.region | ( | self | ) |
if provided then only the vertices from this region are moved, and the others remain in place
| None mrmeshpy.ShrinkwrapParameters.region | ( | self, | |
| VertBitSet | arg1 ) |
|
staticprotected |
|
staticprotected |
|
staticprotected |