Skip to content
This repository has been archived by the owner on Oct 11, 2023. It is now read-only.

bbddbf19 1cfa 4399 62df 2a7e20189ec9

haplokuon edited this page May 6, 2023 · 1 revision

SurfU Property

netDxf 3.0.0 Library

Define the number of segments generated for smoothed polygon meshes in U direction (local X axis).

Definition

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

Property Value

Int16

Remarks

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.

See Also

Reference

HeaderVariables Class
netDxf.Header Namespace

Clone this wiki locally