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

d30323bf 9dea 9a75 d31c 041cf379f7aa

haplokuon edited this page May 6, 2023 · 1 revision

ArcLengthDimension(Polyline2DVertex, Polyline2DVertex, Double) Constructor

netDxf 3.0.0 Library

Initializes a new instance of the ArcLengthDimension class.

Definition

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

C#

public ArcLengthDimension(
	Polyline2DVertex startPoint,
	Polyline2DVertex endPoint,
	double offset
)

VB

Public Sub New ( 
	startPoint As Polyline2DVertex,
	endPoint As Polyline2DVertex,
	offset As Double
)

C++

public:
ArcLengthDimension(
	Polyline2DVertex^ startPoint, 
	Polyline2DVertex^ endPoint, 
	double offset
)

F#

new : 
        startPoint : Polyline2DVertex * 
        endPoint : Polyline2DVertex * 
        offset : float -> ArcLengthDimension

Parameters

  Polyline2DVertex
Arc start point, the start point bulge must be different than zero.
  Polyline2DVertex
Arc end point.
  Double
Distance between the center of the measured arc and the dimension line.

See Also

Reference

ArcLengthDimension Class
ArcLengthDimension Overload
netDxf.Entities Namespace

Clone this wiki locally