Printing3DMesh.VertexCount Свойство

Определение

Возвращает или задает количество вершин треугольника.

public:
 property unsigned int VertexCount { unsigned int get(); void set(unsigned int value); };
uint32_t VertexCount();

void VertexCount(uint32_t value);
public uint VertexCount { get; set; }
var uInt32 = printing3DMesh.vertexCount;
printing3DMesh.vertexCount = uInt32;
Public Property VertexCount As UInteger

Значение свойства

UInt32

unsigned int

uint32_t

Число вершин треугольника.

Применяется к