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
bbddbf19 1cfa 4399 62df 2a7e20189ec9
haplokuon edited this page May 6, 2023
·
1 revision
netDxf 3.0.0 Library
Define the number of segments generated for smoothed polygon meshes in U direction (local X axis).
Namespace: netDxf.Header
Assembly: netDxf (in netDxf.dll) Version: 3.0.0
C#
public short SurfU { get; set; }
VB
Public Property SurfU As Short
Get
Set
C++
public:
property short SurfU {
short get ();
void set (short value);
}
F#
member SurfU : int16 with get, set
Int16
Accepted value range from 0 to 200. Default value: 6.
Although in AutoCAD the header variable SurfU accepts values less than 2, the minimum vertexes generated is 3 equivalent to a SurfV value of 2.