Public Member Functions | |
| None | __init__ (self) |
| None | __init__ (self, PositionVertsSmoothlyParams arg0) |
| None | __init__ (self, VertBitSet region, VertCoords vertShifts, float stabilizer, func_float_from_Id_VertTag vertStabilizers, func_float_from_Id_UndirectedEdgeTag edgeWeights) |
| func_float_from_Id_UndirectedEdgeTag | edgeWeights (self) |
| None | edgeWeights (self, func_float_from_Id_UndirectedEdgeTag arg1) |
| VertBitSet | region (self) |
| None | region (self, VertBitSet arg1) |
| float | stabilizer (self) |
| None | stabilizer (self, float arg1) |
| VertCoords | vertShifts (self) |
| None | vertShifts (self, VertCoords arg1) |
| func_float_from_Id_VertTag | vertStabilizers (self) |
| None | vertStabilizers (self, func_float_from_Id_VertTag arg1) |
Static Public Member Functions | |
| None | __init__ (*args, **kwargs) |
| PositionVertsSmoothlyParams | operator (*args, **kwargs) |
| PositionVertsSmoothlyParams | operator (*args, **kwargs) |
Static Protected Attributes | |
| typing | _offsetof_edgeWeights = 56 |
| typing | _offsetof_region = 0 |
| typing | _offsetof_stabilizer = 16 |
| typing | _offsetof_vertShifts = 8 |
| typing | _offsetof_vertStabilizers = 24 |
Generated from: MR::PositionVertsSmoothlyParams
|
static |
| None mrmeshpy.PositionVertsSmoothlyParams.__init__ | ( | self | ) |
| None mrmeshpy.PositionVertsSmoothlyParams.__init__ | ( | self, | |
| PositionVertsSmoothlyParams | arg0 ) |
Implicit copy constructor.
| None mrmeshpy.PositionVertsSmoothlyParams.__init__ | ( | self, | |
| VertBitSet | region, | ||
| VertCoords | vertShifts, | ||
| float | stabilizer, | ||
| func_float_from_Id_VertTag | vertStabilizers, | ||
| func_float_from_Id_UndirectedEdgeTag | edgeWeights ) |
Implicit aggregate constructor.
| func_float_from_Id_UndirectedEdgeTag mrmeshpy.PositionVertsSmoothlyParams.edgeWeights | ( | self | ) |
if specified then it is used for edge weights instead of default 1
| None mrmeshpy.PositionVertsSmoothlyParams.edgeWeights | ( | self, | |
| func_float_from_Id_UndirectedEdgeTag | arg1 ) |
|
static |
|
static |
| VertBitSet mrmeshpy.PositionVertsSmoothlyParams.region | ( | self | ) |
which vertices on mesh are smoothed, nullptr means all vertices; it must not include all vertices of a mesh connected component unless stabilizer > 0
| None mrmeshpy.PositionVertsSmoothlyParams.region | ( | self, | |
| VertBitSet | arg1 ) |
| float mrmeshpy.PositionVertsSmoothlyParams.stabilizer | ( | self | ) |
the more the value, the bigger attraction of each vertex to its original position
| None mrmeshpy.PositionVertsSmoothlyParams.stabilizer | ( | self, | |
| float | arg1 ) |
| VertCoords mrmeshpy.PositionVertsSmoothlyParams.vertShifts | ( | self | ) |
optional additional shifts of each vertex relative to smooth position
| None mrmeshpy.PositionVertsSmoothlyParams.vertShifts | ( | self, | |
| VertCoords | arg1 ) |
| func_float_from_Id_VertTag mrmeshpy.PositionVertsSmoothlyParams.vertStabilizers | ( | self | ) |
if specified then it is used instead of \\p stabilizer
| None mrmeshpy.PositionVertsSmoothlyParams.vertStabilizers | ( | self, | |
| func_float_from_Id_VertTag | arg1 ) |
|
staticprotected |
|
staticprotected |
|
staticprotected |
|
staticprotected |
|
staticprotected |