This repository has been archived by the owner on Oct 11, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 417
7b47c98c def0 8b3d 89f4 cf20c87ac8a9
haplokuon edited this page May 6, 2023
·
1 revision
netDxf 3.0.0 Library
Initializes a new instance of the DiametricDimension
class.
Namespace: netDxf.Entities
Assembly: netDxf (in netDxf.dll) Version: 3.0.0
C#
public DiametricDimension(
Arc arc,
double rotation,
DimensionStyle style
)
VB
Public Sub New (
arc As Arc,
rotation As Double,
style As DimensionStyle
)
C++
public:
DiametricDimension(
Arc^ arc,
double rotation,
DimensionStyle^ style
)
F#
new :
arc : Arc *
rotation : float *
style : DimensionStyle -> DiametricDimension
- Arc
- Arc to measure.
- Double
- Rotation in degrees of the dimension line.
- DimensionStyle
- The style to use with the dimension.
The center point and the definition point define the distance to be measure.
DiametricDimension Class
DiametricDimension Overload
netDxf.Entities Namespace