This repository has been archived by the owner on Oct 11, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 411
d30323bf 9dea 9a75 d31c 041cf379f7aa
haplokuon edited this page May 6, 2023
·
1 revision
netDxf 3.0.0 Library
Initializes a new instance of the ArcLengthDimension
class.
Namespace: netDxf.Entities
Assembly: netDxf (in netDxf.dll) Version: 3.0.0
C#
public ArcLengthDimension(
Polyline2DVertex startPoint,
Polyline2DVertex endPoint,
double offset
)
VB
Public Sub New (
startPoint As Polyline2DVertex,
endPoint As Polyline2DVertex,
offset As Double
)
C++
public:
ArcLengthDimension(
Polyline2DVertex^ startPoint,
Polyline2DVertex^ endPoint,
double offset
)
F#
new :
startPoint : Polyline2DVertex *
endPoint : Polyline2DVertex *
offset : float -> ArcLengthDimension
- Polyline2DVertex
- Arc start point, the start point bulge must be different than zero.
- Polyline2DVertex
- Arc end point.
- Double
- Distance between the center of the measured arc and the dimension line.
ArcLengthDimension Class
ArcLengthDimension Overload
netDxf.Entities Namespace