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

e7729862 0834 c218 e5d7 5833395eeec3

haplokuon edited this page May 6, 2023 · 1 revision

Angular3PointDimension(Vector2, Vector2, Vector2, Double) Constructor

netDxf 3.0.0 Library

Initializes a new instance of the Angular3PointDimension class.

Definition

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

C#

public Angular3PointDimension(
	Vector2 centerPoint,
	Vector2 startPoint,
	Vector2 endPoint,
	double offset
)

VB

Public Sub New ( 
	centerPoint As Vector2,
	startPoint As Vector2,
	endPoint As Vector2,
	offset As Double
)

C++

public:
Angular3PointDimension(
	Vector2 centerPoint, 
	Vector2 startPoint, 
	Vector2 endPoint, 
	double offset
)

F#

new : 
        centerPoint : Vector2 * 
        startPoint : Vector2 * 
        endPoint : Vector2 * 
        offset : float -> Angular3PointDimension

Parameters

  Vector2
Center of the angle arc to measure.
  Vector2
Angle start point.
  Vector2
Angle end point.
  Double
Distance between the center point and the dimension line.

See Also

Reference

Angular3PointDimension Class
Angular3PointDimension Overload
netDxf.Entities Namespace

Clone this wiki locally