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

da623943 5408 c49d fc5d c8409a37ae86

haplokuon edited this page May 6, 2023 · 1 revision

SubdivisionLevel Property

netDxf 3.0.0 Library

Gets or sets the mesh subdivision level.

Definition

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

C#

public byte SubdivisionLevel { get; set; }

VB

Public Property SubdivisionLevel As Byte
	Get
	Set

C++

public:
property unsigned char SubdivisionLevel {
	unsigned char get ();
	void set (unsigned char value);
}

F#

member SubdivisionLevel : byte with get, set

Property Value

Byte

Remarks

The valid range is from 0 to 255. The recommended range is 0-5 to prevent creating extremely dense meshes.

See Also

Reference

Mesh Class
netDxf.Entities Namespace

Clone this wiki locally