Click or drag to resize

AlignedDimension Constructor (Vector2, Vector2, Double)

Initializes a new instance of the AlignedDimension class.

Namespace:  DXFReaderNET.Entities
Assembly:  DXFReaderNET (in DXFReaderNET.dll) Version: 20.12.2
Syntax
public AlignedDimension(
	Vector2 firstPoint,
	Vector2 secondPoint,
	double offset
)

Parameters

firstPoint
Type: DXFReaderNET.Vector2
First reference point of the dimension.
secondPoint
Type: DXFReaderNET.Vector2
Second reference point of the dimension.
offset
Type: System.Double
Distance between the reference line and the dimension line.
Remarks
The reference points define the distance to be measure.
See Also