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

9d02b007 6b6a c11a ef62 6b56acb124d5

haplokuon edited this page May 6, 2023 · 1 revision

DefaultSurfU Property

netDxf 3.0.0 Library

Gets or sets if the default SurfU value.

Definition

Namespace: netDxf.Entities
Assembly: netDxf (in netDxf.dll) Version: 3.0.0

C#

public static short DefaultSurfU { get; set; }

VB

Public Shared Property DefaultSurfU As Short
	Get
	Set

C++

public:
static property short DefaultSurfU {
	short get ();
	void set (short value);
}

F#

static member DefaultSurfU : int16 with get, set

Property Value

Int16

Remarks

This value is used by smoothed polygon meshes when they not belong to a DXF document and the density values are left at the default 0.
The minimum vertexes generated for smoothed polygon meshes is 3.

See Also

Reference

PolygonMesh Class
netDxf.Entities Namespace

Clone this wiki locally