RadialDimension Constructor (Vector2, Vector2, 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(
Vector2 centerPoint,
Vector2 referencePoint,
double offset,
DimensionStyle style
)
Public Sub New (
centerPoint As Vector2,
referencePoint As Vector2,
offset As Double,
style As DimensionStyle
)
public:
RadialDimension(
Vector2 centerPoint,
Vector2 referencePoint,
double offset,
DimensionStyle^ style
)
new :
centerPoint : Vector2 *
referencePoint : Vector2 *
offset : float *
style : DimensionStyle -> RadialDimension
CONSTRUCTOR(
centerPoint AS Vector2,
referencePoint AS Vector2,
offset AS REAL8,
style AS DimensionStyle
)
Parameters
- centerPoint
- Type: DXFReaderNETVector2
Center point of the circumference. - referencePoint
- Type: DXFReaderNETVector2
Point on circle or arc. - 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