This repository was archived by the owner on Oct 11, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 439
7c8adf29 7272 d18d 7fed 739df43b390a
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
)VB
Public Sub New (
centerPoint As Vector2,
referencePoint As Vector2
)C++
public:
RadialDimension(
Vector2 centerPoint,
Vector2 referencePoint
)F#
new :
centerPoint : Vector2 *
referencePoint : Vector2 -> RadialDimensionThe center point and the definition point define the distance to be measure.
RadialDimension Class
RadialDimension Overload
netDxf.Entities Namespace