Click or drag to resize

ArcLengthDimension Constructor (Vector2, Double, Double, Double, Double, DimensionStyle)

Initializes a new instance of the ArcLengthDimension class.

Namespace:  DXFReaderNET.Entities
Assembly:  DXFReaderNET (in DXFReaderNET.dll) Version: 20.12.2
Syntax
public ArcLengthDimension(
	Vector2 center,
	double radius,
	double startAngle,
	double endAngle,
	double offset,
	DimensionStyle style
)

Parameters

center
Type: DXFReaderNETVector2
Center of the angle arc to measure.
radius
Type: SystemDouble
Arc radius.
startAngle
Type: SystemDouble
Arc start angle in degrees.
endAngle
Type: SystemDouble
Arc end angle in degrees.
offset
Type: SystemDouble
Distance between the center of the measured arc and the dimension line.
style
Type: DXFReaderNET.TablesDimensionStyle
The style to use with the dimension.
See Also