GET CIRCLE DATA

From Macros Wiki
Jump to navigationJump to search

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