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

NameTypeAccessDescription
CONTROL_POINT``ReadGets the control point.
POLYGON_VERTEX``ReadGets the polygon vertex.
POLYGON``ReadGets the polygon.
EDGE``ReadGets the edge.
ALL_SAME``ReadGets the all same.

See Also