Click or drag to resize

ArcLengthDimensionSetDimensionLinePosition Method

Calculates the dimension offset from a point along the dimension line.

Namespace:  DXFReaderNET.Entities
Assembly:  DXFReaderNET (in DXFReaderNET.dll) Version: 20.12.2
Syntax
public void SetDimensionLinePosition(
	Vector2 point
)

Parameters

point
Type: DXFReaderNETVector2
Point along the dimension line.
Remarks
The start and end points of the reference lines will be modified, the angle measurement is always made from the direction of the center-first point line to the direction of the center-second point line.
See Also