MeshLib Python Docs
Loading...
Searching...
No Matches
meshlib.mrmeshpy.SplineSettings Class Reference

Public Member Functions

None __init__ (self)
 
None __init__ (self, SplineSettings arg0)
 
None __init__ (self, float samplingStep, float controlStability)
 
float controlStability (self)
 
None controlStability (self, float arg1)
 
float samplingStep (self)
 
None samplingStep (self, float arg1)
 

Detailed Description

Generated from:  MR::SplineSettings

Constructor & Destructor Documentation

◆ __init__() [1/3]

None meshlib.mrmeshpy.SplineSettings.__init__ ( self)
Implicit default constructor.

◆ __init__() [2/3]

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

◆ __init__() [3/3]

None meshlib.mrmeshpy.SplineSettings.__init__ ( self,
float samplingStep,
float controlStability )
Implicit aggregate constructor.

Member Function Documentation

◆ controlStability() [1/2]

float meshlib.mrmeshpy.SplineSettings.controlStability ( self)
a positive value, the more the value the closer resulting spline will be to given control points

◆ controlStability() [2/2]

None meshlib.mrmeshpy.SplineSettings.controlStability ( self,
float arg1 )

◆ samplingStep() [1/2]

float meshlib.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

◆ samplingStep() [2/2]

None meshlib.mrmeshpy.SplineSettings.samplingStep ( self,
float arg1 )

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