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