IIndexedVertexElement

IIndexedVertexElement

Overview

IIndexedVertexElement is a interface in Aspose.3D FOSS for Typescript.

IIndexedVertexElement.indices holds an array of numeric indices referencing vertex elements.

Properties: indices.

Description

IIndexedVertexElement is an interface in Aspose.3D FOSS for TypeScript that defines a contract with 0 methods. Classes that implement this interface must provide concrete implementations for all declared operations.

Core capabilities include: : number[]. These operations enable developers to integrate iindexedvertexelement functionality directly into TypeScript applications.

The class also provides the indices property (gets the indices).

Properties

NameTypeAccessDescription
indices: number[]ReadGets the indices.

See Also