Click or drag to resize

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

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

Namespace:  netDxf.Entities
Assembly:  netDXF.Standard (in netDXF.Standard.dll) Version: 2.1.1
Syntax
C#
public OrdinateDimension(
	Vector2 origin,
	Vector2 referencePoint,
	double length,
	OrdinateDimensionAxis axis,
	double rotation
)
Request Example View Source

Parameters

origin
Type: netDxfVector2
Origin point of the ordinate dimension.
referencePoint
Type: netDxfVector2
Base location point in local coordinates of the ordinate dimension.
length
Type: SystemDouble
Length of the dimension line.
axis
Type: netDxf.EntitiesOrdinateDimensionAxis
Length of the dimension line.
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