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 416
cd218b85 7476 f2ad 317a cf2ef5e6c96c
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,
DimensionStyle style
)
VB
Public Sub New (
centerPoint As Vector2,
startPoint As Vector2,
endPoint As Vector2,
offset As Double,
style As DimensionStyle
)
C++
public:
Angular3PointDimension(
Vector2 centerPoint,
Vector2 startPoint,
Vector2 endPoint,
double offset,
DimensionStyle^ style
)
F#
new :
centerPoint : Vector2 *
startPoint : Vector2 *
endPoint : Vector2 *
offset : float *
style : DimensionStyle -> 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.
- DimensionStyle
- The style to use with the dimension.
Angular3PointDimension Class
Angular3PointDimension Overload
netDxf.Entities Namespace