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 409
855801bb 06e8 0358 6ba9 35dcb9a859c8
haplokuon edited this page May 6, 2023
·
1 revision
netDxf 3.0.0 Library
Initializes a new instance of the OrdinateDimension
class.
Namespace: netDxf.Entities
Assembly: netDxf (in netDxf.dll) Version: 3.0.0
C#
public OrdinateDimension(
Vector2 origin,
Vector2 featurePoint,
Vector2 leaderEndPoint,
OrdinateDimensionAxis axis,
DimensionStyle style
)
VB
Public Sub New (
origin As Vector2,
featurePoint As Vector2,
leaderEndPoint As Vector2,
axis As OrdinateDimensionAxis,
style As DimensionStyle
)
C++
public:
OrdinateDimension(
Vector2 origin,
Vector2 featurePoint,
Vector2 leaderEndPoint,
OrdinateDimensionAxis axis,
DimensionStyle^ style
)
F#
new :
origin : Vector2 *
featurePoint : Vector2 *
leaderEndPoint : Vector2 *
axis : OrdinateDimensionAxis *
style : DimensionStyle -> OrdinateDimension
- Vector2
- Origin point in local coordinates of the ordinate dimension.
- Vector2
- Base location point in local coordinates of the ordinate dimension.
- Vector2
- Leader end point in local coordinates of the ordinate dimension
- OrdinateDimensionAxis
- Length of the dimension line.
- DimensionStyle
- The style to use with the dimension.
OrdinateDimension Class
OrdinateDimension Overload
netDxf.Entities Namespace