Click or drag to resize

OrdinateDimension Constructor (Vector2, Vector2, Double, OrdinateDimensionAxis, Double)

Initializes a new instance of the OrdinateDimension class.

Namespace:  DXFReaderNET.Entities
Assembly:  DXFReaderNET (in DXFReaderNET.dll) Version: 20.10.54
Syntax
public OrdinateDimension(
	Vector2 origin,
	Vector2 referencePoint,
	double length,
	OrdinateDimensionAxis axis,
	double rotation
)

Parameters

origin
Type: DXFReaderNETVector2
Origin point of the ordinate dimension.
referencePoint
Type: DXFReaderNETVector2
Base location point in local coordinates of the ordinate dimension.
length
Type: SystemDouble
Length of the dimension line.
axis
Type: DXFReaderNET.EntitiesOrdinateDimensionAxis
Local axis that measures the ordinate dimension.
rotation
Type: SystemDouble
Angle of rotation in degrees of the dimension lines.
Remarks
The local coordinate system of the dimension is defined by the dimension normal and the rotation value.
See Also