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 438
07d887a4 0f08 cad0 0456 16038c7687fd
haplokuon edited this page May 6, 2023
·
1 revision
netDxf 3.0.0 Library
Gets or sets the polyline smooth type.
Namespace: netDxf.Entities
Assembly: netDxf (in netDxf.dll) Version: 3.0.0
C#
public PolylineSmoothType SmoothType { get; set; }VB
Public Property SmoothType As PolylineSmoothType
Get
SetC++
public:
property PolylineSmoothType SmoothType {
PolylineSmoothType get ();
void set (PolylineSmoothType value);
}F#
member SmoothType : PolylineSmoothType with get, setThe additional polyline vertexes corresponding to the SplineFit will be created when writing the DXF file.