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

9e41ead1 4a58 6b60 86f9 4ff74e64a257

haplokuon edited this page May 6, 2023 · 1 revision

DensityV Property

netDxf 3.0.0 Library

Smooth surface V density

Definition

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

C#

public short DensityV { get; set; }

VB

Public Property DensityV As Short
	Get
	Set

C++

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

F#

member DensityV : int16 with get, set

Property Value

Int16

Remarks

Valid values range from 3 to 201.

See Also

Reference

PolygonMesh Class
netDxf.Entities Namespace

Clone this wiki locally