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

ddebb5ae 0ee1 4b0d 674a 765bf24a515c

haplokuon edited this page May 6, 2023 · 1 revision

DiametricDimension(Arc, Double) Constructor

netDxf 3.0.0 Library

Initializes a new instance of the DiametricDimension class.

Definition

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

C#

public DiametricDimension(
	Arc arc,
	double rotation
)

VB

Public Sub New ( 
	arc As Arc,
	rotation As Double
)

C++

public:
DiametricDimension(
	Arc^ arc, 
	double rotation
)

F#

new : 
        arc : Arc * 
        rotation : float -> DiametricDimension

Parameters

  Arc
Arc to measure.
  Double
Rotation in degrees of the dimension line.

Remarks

The center point and the definition point define the distance to be measure.

See Also

Reference

DiametricDimension Class
DiametricDimension Overload
netDxf.Entities Namespace

Clone this wiki locally