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 415
6e2c760e 1422 7319 b1f4 d992ce4eb800
haplokuon edited this page May 6, 2023
·
1 revision
netDxf 3.0.0 Library
Initializes a new instance of the RadialDimension
class.
Namespace: netDxf.Entities
Assembly: netDxf (in netDxf.dll) Version: 3.0.0
C#
public RadialDimension(
Arc arc,
double rotation
)
VB
Public Sub New (
arc As Arc,
rotation As Double
)
C++
public:
RadialDimension(
Arc^ arc,
double rotation
)
F#
new :
arc : Arc *
rotation : float -> RadialDimension
The center point and the definition point define the distance to be measure.
RadialDimension Class
RadialDimension Overload
netDxf.Entities Namespace