SEGMENT SEL CURVE

From Macros Wiki
Jump to navigationJump to search

Up

Command

SEGMENT_SEL_CURVE <tolerance> <geometry type>


Segment the selected curve, must be a single selected curve.

Parameters

<tolerance>
segmentation tolerance
<geometry type>
must be set to LINES or ARCS


After segmentation, the following 3 variables will be set
ShapeRef = reference number for the new segmented shape
NumShapeLines = number of lines in the new segmented shape
NumShapeArcs = number of arcs in the new segmented shape

Example

segment_sel_curve 0.001, LINES