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

c61981b4 7bd9 b72f c6a1 778ba7c252f5

haplokuon edited this page May 6, 2023 · 1 revision

LinearDimension(Vector2, Vector2, Double, Double) Constructor

netDxf 3.0.0 Library

Initializes a new instance of the LinearDimension class.

Definition

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

C#

public LinearDimension(
	Vector2 firstPoint,
	Vector2 secondPoint,
	double offset,
	double rotation
)

VB

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

C++

public:
LinearDimension(
	Vector2 firstPoint, 
	Vector2 secondPoint, 
	double offset, 
	double rotation
)

F#

new : 
        firstPoint : Vector2 * 
        secondPoint : Vector2 * 
        offset : float * 
        rotation : float -> LinearDimension

Parameters

  Vector2
First reference point of the dimension.
  Vector2
Second reference point of the dimension.
  Double
Distance between the mid point reference line and the dimension line.
  Double
Rotation in degrees of the dimension line.

Remarks

The reference points define the distance to be measure.

See Also

Reference

LinearDimension Class
LinearDimension Overload
netDxf.Entities Namespace

Clone this wiki locally