This repository has been archived by the owner on Oct 11, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 415
20a8ee88 6923 0399 4548 f5a5177f1339
haplokuon edited this page May 6, 2023
·
1 revision
netDxf 3.0.0 Library
Calculates the reference point and dimension offset from a point along the dimension line.
Namespace: netDxf.Entities
Assembly: netDxf (in netDxf.dll) Version: 3.0.0
C#
public void SetDimensionLinePosition(
Vector2 point
)
VB
Public Sub SetDimensionLinePosition (
point As Vector2
)
C++
public:
void SetDimensionLinePosition(
Vector2 point
)
F#
member SetDimensionLinePosition :
point : Vector2 -> unit
- Vector2
- Point along the dimension line.