MappingMode
Overview
MappingMode is a class in Aspose.3D FOSS for Typescript.
MappingMode.CONTROL_POINT represents a mapping mode applied per control point of a mesh.
Properties: ALL_SAME, CONTROL_POINT, EDGE, POLYGON, POLYGON_VERTEX.
Description
MappingMode is a class in the Aspose.3D FOSS library for TypeScript that exposes 0 methods and 5 properties for programmatic use.
The class also provides the CONTROL_POINT property (gets the control point), the POLYGON_VERTEX property (gets the polygon vertex), the POLYGON property (gets the polygon).
Properties
| Name | Type | Access | Description |
|---|---|---|---|
CONTROL_POINT | `` | Read | Gets the control point. |
POLYGON_VERTEX | `` | Read | Gets the polygon vertex. |
POLYGON | `` | Read | Gets the polygon. |
EDGE | `` | Read | Gets the edge. |
ALL_SAME | `` | Read | Gets the all same. |