Click or drag to resize

Angular3PointDimension Constructor (Vector2, Vector2, Vector2, Double)

Initializes a new instance of the Angular3PointDimension class.

Namespace:  DXFReaderNET.Entities
Assembly:  DXFReaderNET (in DXFReaderNET.dll) Version: 20.10.54
Syntax
public Angular3PointDimension(
	Vector2 centerPoint,
	Vector2 startPoint,
	Vector2 endPoint,
	double offset
)

Parameters

centerPoint
Type: DXFReaderNETVector2
Center of the angle arc to measure.
startPoint
Type: DXFReaderNETVector2
Angle start point.
endPoint
Type: DXFReaderNETVector2
Angle end point.
offset
Type: SystemDouble
Distance between the center point and the dimension line.
See Also