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

44846f54 a9c3 b436 a2e5 db44a5c2d91b

haplokuon edited this page May 6, 2023 · 1 revision

DiametricDimension(Vector2, Vector2, 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(
	Vector2 centerPoint,
	Vector2 referencePoint,
	DimensionStyle style
)

VB

Public Sub New ( 
	centerPoint As Vector2,
	referencePoint As Vector2,
	style As DimensionStyle
)

C++

public:
DiametricDimension(
	Vector2 centerPoint, 
	Vector2 referencePoint, 
	DimensionStyle^ style
)

F#

new : 
        centerPoint : Vector2 * 
        referencePoint : Vector2 * 
        style : DimensionStyle -> DiametricDimension

Parameters

  Vector2
Center point of the circumference.
  Vector2
Point on circle or arc.
  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