ComposeOrder
Overview
ComposeOrder is a class in Aspose.3D FOSS for TypeScript.
ComposeOrder.APPEND represents an order that appends items after existing ones.
This class declares 1 method for ComposeOrder objects in TypeScript programs.
Available methods include: toString.
Public members are accessible to any TypeScript application after installing the Aspose.3D FOSS for TypeScript package.
Properties: APPEND, PREPEND, name.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
APPEND | `` | Read | Gets the append. |
PREPEND | `` | Read | Gets the prepend. |
name | string | Read | Gets the name. |
Methods
| Signature | Description |
|---|---|
toString() → string | Calls toString on this ComposeOrder instance. |