Angular3PointDimension Constructor (Arc, Double)
|
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
)
Public Sub New (
arc As Arc,
offset As Double
)
public:
Angular3PointDimension(
Arc^ arc,
double offset
)
new :
arc : Arc *
offset : float -> Angular3PointDimension
CONSTRUCTOR(
arc AS Arc,
offset AS REAL8
)
Parameters
- arc
- Type: DXFReaderNET.EntitiesArc
Arc to measure. - offset
- Type: SystemDouble
Distance between the center of the arc and the dimension line.
See Also