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 416
da623943 5408 c49d fc5d c8409a37ae86
haplokuon edited this page May 6, 2023
·
1 revision
netDxf 3.0.0 Library
Gets or sets the mesh subdivision level.
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
Byte
The valid range is from 0 to 255. The recommended range is 0-5 to prevent creating extremely dense meshes.