Click or drag to resize

Angular2LineDimension Constructor (Vector2, Vector2, Vector2, Vector2, Double)

Initializes a new instance of the Angular2LineDimension class.

Namespace:  DXFReaderNET.Entities
Assembly:  DXFReaderNET (in DXFReaderNET.dll) Version: 20.10.54
Syntax
public Angular2LineDimension(
	Vector2 startFirstLine,
	Vector2 endFirstLine,
	Vector2 startSecondLine,
	Vector2 endSecondLine,
	double offset
)

Parameters

startFirstLine
Type: DXFReaderNETVector2
Start point of the first line that defines the angle to measure.
endFirstLine
Type: DXFReaderNETVector2
End point of the first line that defines the angle to measure.
startSecondLine
Type: DXFReaderNETVector2
Start point of the second line that defines the angle to measure.
endSecondLine
Type: DXFReaderNETVector2
End point of the second line that defines the angle to measure.
offset
Type: SystemDouble
Distance between the center point and the dimension line.
See Also