GET PATH FEAT ARC DATA

From Macros Wiki
Revision as of 16:51, 14 January 2011 by Mikeo (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigationJump to search

Up

Command

GET_PATH_FEAT_ARC_DATA <path number>, <feature number>, <rad>, <dir>, <xc>, <yc> [<zc>]


Get data from an arc feature in a numbered macro path.

Parameters

<path number>
Path number (1 to 100).
<feature number>
Feature number. 1 for the first feature, 2 for the second etc.
<rad>
The name of a numeric variable to be set to the radius of the feature
<dir>
The name of a numeric variable to be set to the feature direction (1 = CW, 0 = CCW)
<xc>
The name of a numeric variable to be set to the X center of the feature
<yc>
The name of a numeric variable to be set to the Y center of the feature
<zc>
The name of a numeric variable to be set to the Z center of the feature

Example

GET_PATH_FEAT_ARC_DATA 1, 12, ArcRad, ArcDir, xc, yc, zc