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 407
4359e569 18e9 38cc 946d c65c186c6447
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(
Circle circle,
double rotation
)
VB
Public Sub New (
circle As Circle,
rotation As Double
)
C++
public:
DiametricDimension(
Circle^ circle,
double rotation
)
F#
new :
circle : Circle *
rotation : float -> DiametricDimension
The center point and the definition point define the distance to be measure.
DiametricDimension Class
DiametricDimension Overload
netDxf.Entities Namespace