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