VertexFieldSemantic
Overview
VertexFieldSemantic is a class in Aspose.3D FOSS for Typescript.
VertexFieldSemantic.toString returns a string representation of the semantic.
This class provides 1 method for working with VertexFieldSemantic objects in Typescript programs.
Available methods include: toString.
All public members are accessible to any Typescript application after installing the Aspose.3D FOSS for Typescript package.
Properties: BINORMAL, EDGE_CREASE, MORPH_NORMAL, MORPH_POSITION, NORMAL, POSITION, and 9 more.
Description
VertexFieldSemantic is a class in the Aspose.3D FOSS library for TypeScript that exposes 1 method and 15 properties for programmatic use.
Core capabilities include: string. These operations enable developers to integrate vertexfieldsemantic functionality directly into TypeScript applications.
The class also provides the POSITION property (gets the position), the BINORMAL property (gets the binormal), the NORMAL property (gets the normal).
Properties
| Name | Type | Access | Description |
|---|---|---|---|
POSITION | `` | Read | Gets the position. |
BINORMAL | `` | Read | Gets the binormal. |
NORMAL | `` | Read | Gets the normal. |
TANGENT | `` | Read | Gets the tangent. |
UV | `` | Read | Gets the uv. |
VERTEX_COLOR | `` | Read | Gets the vertex color. |
VERTEX_CREASE | `` | Read | Gets the vertex crease. |
EDGE_CREASE | `` | Read | Gets the edge crease. |
USER_DATA | `` | Read | Gets the user data. |
VISIBILITY | `` | Read | Gets the visibility. |
SPECULAR | `` | Read | Gets the specular. |
WEIGHT | `` | Read | Gets the weight. |
MORPH_POSITION | `` | Read | Gets the morph position. |
MORPH_NORMAL | `` | Read | Gets the morph normal. |
name | string | Read | Gets the name. |
Methods
| Signature | Description |
|---|---|
toString() → string | Returns a string representation of the semantic |