VertexElementType

VertexElementType

Overview

VertexElementType is a class in Aspose.3D FOSS for Typescript.

VertexElementType.BINORMAL represents the per‑vertex binormal vector used in tangent space calculations.

Properties: BINORMAL, EDGE_CREASE, HOLE, MATERIAL, NORMAL, POLYGON_GROUP, and 9 more.

Description

VertexElementType is a class in the Aspose.3D FOSS library for TypeScript that exposes 0 methods and 15 properties for programmatic use.

The class also provides the BINORMAL property (gets the binormal), the NORMAL property (gets the normal), the TANGENT property (gets the tangent).

Properties

NameTypeAccessDescription
BINORMAL``ReadGets the binormal.
NORMAL``ReadGets the normal.
TANGENT``ReadGets the tangent.
MATERIAL``ReadGets the material.
POLYGON_GROUP``ReadGets the polygon group.
UV``ReadGets the uv.
VERTEX_COLOR``ReadGets the vertex color.
SMOOTHING_GROUP``ReadGets the smoothing group.
VERTEX_CREASE``ReadGets the vertex crease.
EDGE_CREASE``ReadGets the edge crease.
USER_DATA``ReadGets the user data.
VISIBILITY``ReadGets the visibility.
SPECULAR``ReadGets the specular.
WEIGHT``ReadGets the weight.
HOLE``ReadGets the hole.

See Also