Skip to content
This repository has been archived by the owner on Oct 11, 2023. It is now read-only.

1b531708 5e31 dc1c fd6d 74b0ea77fdfe

haplokuon edited this page May 6, 2023 · 1 revision

SetDimensionLinePosition Method

netDxf 3.0.0 Library

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

Definition

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 

Parameters

  Vector2
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

Reference

ArcLengthDimension Class
netDxf.Entities Namespace

Clone this wiki locally