Click or drag to resize

LinearDimensionSetDimensionLinePosition Method

imbVeles Framework: imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Calculates the dimension offset from a point along the dimension line.

Namespace:  netDxf.Entities
Assembly:  netDXF.Standard (in netDXF.Standard.dll) Version: 2.1.1
Syntax
C#
public void SetDimensionLinePosition(
	Vector2 point
)
Request Example View Source

Parameters

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