Click or drag to resize

ArcLengthDimension Constructor (Vector2, Vector2, Double, Double)

Initializes a new instance of the ArcLengthDimension class.

Namespace:  DXFReaderNET.Entities
Assembly:  DXFReaderNET (in DXFReaderNET.dll) Version: 20.12.2
Syntax
public ArcLengthDimension(
	Vector2 startPoint,
	Vector2 endPoint,
	double bulge,
	double offset
)

Parameters

startPoint
Type: DXFReaderNETVector2
Arc start point.
endPoint
Type: DXFReaderNETVector2
Arc end point.
bulge
Type: SystemDouble
Bulge value.
offset
Type: SystemDouble
Distance between the center of the measured arc and the dimension line.
See Also