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 414
e7729862 0834 c218 e5d7 5833395eeec3
haplokuon edited this page May 6, 2023
·
1 revision
netDxf 3.0.0 Library
Initializes a new instance of the Angular3PointDimension
class.
Namespace: netDxf.Entities
Assembly: netDxf (in netDxf.dll) Version: 3.0.0
C#
public Angular3PointDimension(
Vector2 centerPoint,
Vector2 startPoint,
Vector2 endPoint,
double offset
)
VB
Public Sub New (
centerPoint As Vector2,
startPoint As Vector2,
endPoint As Vector2,
offset As Double
)
C++
public:
Angular3PointDimension(
Vector2 centerPoint,
Vector2 startPoint,
Vector2 endPoint,
double offset
)
F#
new :
centerPoint : Vector2 *
startPoint : Vector2 *
endPoint : Vector2 *
offset : float -> Angular3PointDimension
- Vector2
- Center of the angle arc to measure.
- Vector2
- Angle start point.
- Vector2
- Angle end point.
- Double
- Distance between the center point and the dimension line.
Angular3PointDimension Class
Angular3PointDimension Overload
netDxf.Entities Namespace