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 411
c6ab6c9d f5ff 005d 96e1 1faf1defbc86
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(
Vector2 centerPoint,
Vector2 referencePoint,
DimensionStyle style
)
VB
Public Sub New (
centerPoint As Vector2,
referencePoint As Vector2,
style As DimensionStyle
)
C++
public:
RadialDimension(
Vector2 centerPoint,
Vector2 referencePoint,
DimensionStyle^ style
)
F#
new :
centerPoint : Vector2 *
referencePoint : Vector2 *
style : DimensionStyle -> RadialDimension
- Vector2
- Center point of the circumference.
- Vector2
- Point on circle or arc.
- DimensionStyle
- The style to use with the dimension.
The center point and the definition point define the distance to be measure.
RadialDimension Class
RadialDimension Overload
netDxf.Entities Namespace