FaceArray.Insert
Method
Description:
Insert the specified face into the array.
Insert the specified face into the array.
Parameters
| Parameter | Type | Description |
|---|---|---|
| item | Face | The face to be inserted into the array. |
| index | Int32 | The face will be inserted before this index. |
Return Value
| Type | Description |
|---|---|
| FaceArray Class | Returns whether the face was inserted into the array. |