PrtEngine.NumberFaces Property (Microsoft.DirectX.Direct3D)
Retrieves the number of faces in the mesh, including any new faces added as a result of adaptive spatial sampling.
Visual Basic Public ReadOnly Property NumberFaces As Integer C# public int NumberFaces { get; } C++ public:
property int NumberFaces {
int get();
}JScript public function get NumberFaces() : int
System.Int32
This property is read-only.
Number of faces in the mesh, including any new faces added as a result of adaptive sampling.
Show: