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 414
4bc2501d 79c0 3502 db08 6af9f3012282
haplokuon edited this page May 6, 2023
·
1 revision
netDxf 3.0.0 Library
Initializes a new instance of the AlignedDimension
class.
Namespace: netDxf.Entities
Assembly: netDxf (in netDxf.dll) Version: 3.0.0
C#
public AlignedDimension(
Line referenceLine,
double offset,
Vector3 normal,
DimensionStyle style
)
VB
Public Sub New (
referenceLine As Line,
offset As Double,
normal As Vector3,
style As DimensionStyle
)
C++
public:
AlignedDimension(
Line^ referenceLine,
double offset,
Vector3 normal,
DimensionStyle^ style
)
F#
new :
referenceLine : Line *
offset : float *
normal : Vector3 *
style : DimensionStyle -> AlignedDimension
- Line
- Reference line of the dimension.
- Double
- Distance between the reference line and the dimension line.
- Vector3
- Normal vector of the plane where the dimension is defined.
- DimensionStyle
- The style to use with the dimension.
The reference line define the distance to be measure.
AlignedDimension Class
AlignedDimension Overload
netDxf.Entities Namespace