Dimension Radial Home

Measures the radius of an arc or circle, and displays the dimension text with the letter R in front of it.



New dimensions are created with the current dimension style.
To add radial dimension object into a drawing use following functions:

Function Meaning
lcBlockAddDimRad By center, radial and text points
lcBlockAddDimRad2 By center point, radius, dim.line angle and text offset

Radial dimension object has the following properties:

Property Type Access Meaning
LC_PROP_ENT_...    Base class properties
LC_PROP_DIM_STYLE handle
string
RW Handle to dimension style
Name of dimension style
LC_PROP_DIMRAD_CPX float RW Center point X
LC_PROP_DIMRAD_CPY float RW Center point Y
LC_PROP_DIMRAD_RPX float RW Radial point X
LC_PROP_DIMRAD_RPY float RW Radial point Y
LC_PROP_DIMRAD_TPX float RW Text point X
LC_PROP_DIMRAD_TPY float RW Text point Y
LC_PROP_DIM_TEXT string RW User-supplied dimension text
LC_PROP_DIM_MEAS float R Measured value

See also

  Retrieve objects