Click or drag to resize

DiametricDimensionSetDimensionLinePosition Method

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

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

Parameters

point
Type: DXFReaderNETVector2
Point along the dimension line.
See Also