RadialDimension Constructor (Circle, Double, Double)
|
Initializes a new instance of the RadialDimension class.
Namespace:
DXFReaderNET.Entities
Assembly:
DXFReaderNET (in DXFReaderNET.dll) Version: 20.10.54
Syntax public RadialDimension(
Circle circle,
double rotation,
double offset
)
Public Sub New (
circle As Circle,
rotation As Double,
offset As Double
)
public:
RadialDimension(
Circle^ circle,
double rotation,
double offset
)
new :
circle : Circle *
rotation : float *
offset : float -> RadialDimension
CONSTRUCTOR(
circle AS Circle,
rotation AS REAL8,
offset AS REAL8
)
Parameters
- circle
- Type: DXFReaderNET.EntitiesCircle
Circle to measure. - rotation
- Type: SystemDouble
Rotation in degrees of the dimension line. - offset
- Type: SystemDouble
Distance between the reference point and the dimension text
Remarks The center point and the definition point define the distance to be measure.
See Also