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

0085009c b780 cb37 0300 2f99a3cbb29e

haplokuon edited this page May 6, 2023 · 1 revision

AlignedDimension(Vector2, Vector2, Double) Constructor

netDxf 3.0.0 Library

Initializes a new instance of the AlignedDimension class.

Definition

Namespace: netDxf.Entities
Assembly: netDxf (in netDxf.dll) Version: 3.0.0

C#

public AlignedDimension(
	Vector2 firstPoint,
	Vector2 secondPoint,
	double offset
)

VB

Public Sub New ( 
	firstPoint As Vector2,
	secondPoint As Vector2,
	offset As Double
)

C++

public:
AlignedDimension(
	Vector2 firstPoint, 
	Vector2 secondPoint, 
	double offset
)

F#

new : 
        firstPoint : Vector2 * 
        secondPoint : Vector2 * 
        offset : float -> AlignedDimension

Parameters

  Vector2
First reference point of the dimension.
  Vector2
Second reference point of the dimension.
  Double
Distance between the reference line and the dimension line.

Remarks

The reference points define the distance to be measure.

See Also

Reference

AlignedDimension Class
AlignedDimension Overload
netDxf.Entities Namespace

Clone this wiki locally