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
090ce3b7 1511 8b80 d20b fc58d4920f17
haplokuon edited this page May 6, 2023
·
1 revision
netDxf 3.0.0 Library
Initializes a new instance of the LinearDimension
class.
Namespace: netDxf.Entities
Assembly: netDxf (in netDxf.dll) Version: 3.0.0
C#
public LinearDimension(
Line referenceLine,
double offset,
double rotation,
Vector3 normal
)
VB
Public Sub New (
referenceLine As Line,
offset As Double,
rotation As Double,
normal As Vector3
)
C++
public:
LinearDimension(
Line^ referenceLine,
double offset,
double rotation,
Vector3 normal
)
F#
new :
referenceLine : Line *
offset : float *
rotation : float *
normal : Vector3 -> LinearDimension
- Line
- Reference line of the dimension.
- Double
- Distance between the reference line and the dimension line.
- Double
- Rotation in degrees of the dimension line.
- Vector3
- Normal vector of the plane where the dimension is defined.
The reference points define the distance to be measure.
LinearDimension Class
LinearDimension Overload
netDxf.Entities Namespace