SEGMENT SEL CURVE

From Macros Wiki
Revision as of 17:49, 22 September 2014 by Mikeo (talk | contribs) (Created page with "{{Up}} {{Command|syntax=SEGMENT_SEL_CURVE <tolerance> <geometry type> |description=:Segment the selected curve, must be a single selected curve....")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
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