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

44f576fd 0fa8 18d9 828e fc5f51d52e73

haplokuon edited this page May 6, 2023 · 1 revision

RadialDimension(Circle, Double) Constructor

netDxf 3.0.0 Library

Initializes a new instance of the RadialDimension class.

Definition

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

C#

public RadialDimension(
	Circle circle,
	double rotation
)

VB

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

C++

public:
RadialDimension(
	Circle^ circle, 
	double rotation
)

F#

new : 
        circle : Circle * 
        rotation : float -> RadialDimension

Parameters

  Circle
Circle 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

RadialDimension Class
RadialDimension Overload
netDxf.Entities Namespace

Clone this wiki locally