GET CIRCLE DATA: Difference between revisions

From Macros Wiki
Jump to navigationJump to search
ConnerO (talk | contribs)
No edit summary
ConnerO (talk | contribs)
No edit summary
 
Line 9: Line 9:
|param4=<xc>|param4_desc={{get circle xc}}
|param4=<xc>|param4_desc={{get circle xc}}
|param5=<yc>|param5_desc={{get circle yc}}
|param5=<yc>|param5_desc={{get circle yc}}
|param6=<zc> (optional)|param6_desc={{get circle zc}}
|param6=[<zc>]|param6_desc={{get circle zc}}
}}
}}



Latest revision as of 14:33, 12 August 2010

Up

Command

GET_CIRCLE_DATA
GET_CIRCLE_DATA
GET_CIRCLE_DATA <geo ref>, <cs>, <rad>, <xc>, <yc>, [<zc>]


Get the center and radius values from a circle geometry feature.

Parameters

<geo ref>
The reference number of the geometry feature.
<cs>
Set to zero to return the values in the CS associated with the geometry feature.
Set to 1 to return values in the world CS.
<rad>
The name of a numeric variable to set to the circle radius
<xc>
The name of a numeric variable to set to the X position of the circle center
<yc>
The name of a numeric variable to set to the Y position of the circle center
[<zc>]
The name of a numeric variable to set to the Z position of the circle center

Example

GET_CIRCLE_DATA 22, 1, r1, x1, y1, z1
For an example in a real macro see Check_Circle_Data Print_Geo_Data_To_File