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

6bb17c8d 75a7 e320 168d 847d2c28a99c

haplokuon edited this page May 6, 2023 · 1 revision

Angular2LineDimension(Vector2, Vector2, Vector2, Vector2, Double) Constructor

netDxf 3.0.0 Library

Initializes a new instance of the Angular2LineDimension class.

Definition

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

C#

public Angular2LineDimension(
	Vector2 startFirstLine,
	Vector2 endFirstLine,
	Vector2 startSecondLine,
	Vector2 endSecondLine,
	double offset
)

VB

Public Sub New ( 
	startFirstLine As Vector2,
	endFirstLine As Vector2,
	startSecondLine As Vector2,
	endSecondLine As Vector2,
	offset As Double
)

C++

public:
Angular2LineDimension(
	Vector2 startFirstLine, 
	Vector2 endFirstLine, 
	Vector2 startSecondLine, 
	Vector2 endSecondLine, 
	double offset
)

F#

new : 
        startFirstLine : Vector2 * 
        endFirstLine : Vector2 * 
        startSecondLine : Vector2 * 
        endSecondLine : Vector2 * 
        offset : float -> Angular2LineDimension

Parameters

  Vector2
Start point of the first line that defines the angle to measure.
  Vector2
End point of the first line that defines the angle to measure.
  Vector2
Start point of the second line that defines the angle to measure.
  Vector2
End point of the second line that defines the angle to measure.
  Double
Distance between the center point and the dimension line.

See Also

Reference

Angular2LineDimension Class
Angular2LineDimension Overload
netDxf.Entities Namespace

Clone this wiki locally