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

3b0672e2 1046 2b4a 25f6 11d32d24f743

haplokuon edited this page May 6, 2023 · 1 revision

DiametricDimension(Circle, Double, DimensionStyle) 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(
	Circle circle,
	double rotation,
	DimensionStyle style
)

VB

Public Sub New ( 
	circle As Circle,
	rotation As Double,
	style As DimensionStyle
)

C++

public:
DiametricDimension(
	Circle^ circle, 
	double rotation, 
	DimensionStyle^ style
)

F#

new : 
        circle : Circle * 
        rotation : float * 
        style : DimensionStyle -> DiametricDimension

Parameters

  Circle
Circle to measure.
  Double
Rotation in degrees of the dimension line.
  DimensionStyle
The style to use with the dimension.

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