geomerative
index
 
Name setSegmentStep ( )
Examples
None available
Description Use this to set the segmentator step for the UNIFORMSTEP segmentator and set the segmentator to UNIFORMSTEP.
Syntax
setSegmentStep(segmentStps);
Parameters
float   segmentStps, if a float from +0.0 to 1.0 is passed it's considered as the step, else it's considered as the number of steps. When a value of 0.0 is used the steps will be calculated automatically depending on an estimation of the length of the curve. The special value -1 is the same as 0.0 but also turning of the segmentation of lines (faster segmentation).
Returns None
Usage Web & Application
Related