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 415
ff4f2e09 b124 d51f f3e7 3751477a5e2f
haplokuon edited this page May 6, 2023
·
1 revision
netDxf 3.0.0 Library
Sets a constant width for all the polyline segments.
Namespace: netDxf.Entities
Assembly: netDxf (in netDxf.dll) Version: 3.0.0
C#
public void SetConstantWidth(
double width
)
VB
Public Sub SetConstantWidth (
width As Double
)
C++
public:
void SetConstantWidth(
double width
)
F#
member SetConstantWidth :
width : float -> unit
- Double
- Polyline width.
Smoothed polylines can only have a constant width, the start width of the first vertex will be used.