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

abcd2770 57b4 a8fb 9977 bac28ebc4721

haplokuon edited this page May 6, 2023 · 1 revision

RadialDimension(Arc, Double, DimensionStyle) 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(
	Arc arc,
	double rotation,
	DimensionStyle style
)

VB

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

C++

public:
RadialDimension(
	Arc^ arc, 
	double rotation, 
	DimensionStyle^ style
)

F#

new : 
        arc : Arc * 
        rotation : float * 
        style : DimensionStyle -> RadialDimension

Parameters

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

RadialDimension Class
RadialDimension Overload
netDxf.Entities Namespace

Clone this wiki locally