Public Member Functions | |
None | __init__ (self) |
None | __init__ (self, SplineSettings arg0) |
None | __init__ (self, float samplingStep, float controlStability, int iterations, std_vector_Vector3_float normals) |
float | controlStability (self) |
None | controlStability (self, float arg1) |
int | iterations (self) |
None | iterations (self, int arg1) |
std_vector_Vector3_float | normals (self) |
None | normals (self, std_vector_Vector3_float arg1) |
float | samplingStep (self) |
None | samplingStep (self, float arg1) |
Static Protected Member Functions | |
_pybind11_conduit_v1_ (*args, **kwargs) | |
Generated from: MR::SplineSettings
None mrmeshpy.SplineSettings.__init__ | ( | self | ) |
Implicit default constructor.
None mrmeshpy.SplineSettings.__init__ | ( | self, | |
SplineSettings | arg0 ) |
Implicit copy constructor.
None mrmeshpy.SplineSettings.__init__ | ( | self, | |
float | samplingStep, | ||
float | controlStability, | ||
int | iterations, | ||
std_vector_Vector3_float | normals ) |
Implicit aggregate constructor.
|
staticprotected |
float mrmeshpy.SplineSettings.controlStability | ( | self | ) |
a positive value, the more the value the closer resulting spline will be to given control points
None mrmeshpy.SplineSettings.controlStability | ( | self, | |
float | arg1 ) |
int mrmeshpy.SplineSettings.iterations | ( | self | ) |
the shape of resulting spline depends on the total number of points in the contour, which in turn depends on the length of input contour being sampled; setting iterations greater than one allows you to pass a constructed spline as a better input contour to the next run of the algorithm
None mrmeshpy.SplineSettings.iterations | ( | self, | |
int | arg1 ) |
std_vector_Vector3_float mrmeshpy.SplineSettings.normals | ( | self | ) |
optional parameter with the normals of input points that will be resampled to become normals of output points
None mrmeshpy.SplineSettings.normals | ( | self, | |
std_vector_Vector3_float | arg1 ) |
float mrmeshpy.SplineSettings.samplingStep | ( | self | ) |
additional points will be added between each pair of control points, until the distance between neighbor points becomes less than this distance
None mrmeshpy.SplineSettings.samplingStep | ( | self, | |
float | arg1 ) |