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

cd218b85 7476 f2ad 317a cf2ef5e6c96c

haplokuon edited this page May 6, 2023 · 1 revision

Angular3PointDimension(Vector2, Vector2, Vector2, Double, DimensionStyle) 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,
	DimensionStyle style
)

VB

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

C++

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

F#

new : 
        centerPoint : Vector2 * 
        startPoint : Vector2 * 
        endPoint : Vector2 * 
        offset : float * 
        style : DimensionStyle -> 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.
  DimensionStyle
The style to use with the dimension.

See Also

Reference

Angular3PointDimension Class
Angular3PointDimension Overload
netDxf.Entities Namespace

Clone this wiki locally