Click or drag to resize

AlignedDimension Constructor (Vector2, Vector2, Double)

imbVeles Framework: imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Initializes a new instance of the AlignedDimension class.

Namespace:  netDxf.Entities
Assembly:  netDXF.Standard (in netDXF.Standard.dll) Version: 2.1.1
Syntax
C#
public AlignedDimension(
	Vector2 firstPoint,
	Vector2 secondPoint,
	double offset
)
Request Example View Source

Parameters

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