FaceArray
Description:
An array that contains faces.
An array that contains faces.
| Name | Return Type | Description | Inherited From |
|---|---|---|---|
| FaceArray() | None | Initializes a new instance of the class |
| Name | Return Type | Description | Inherited From |
|---|---|---|---|
| Append(Face) | None | Add the face to the end of the array. | |
| Clear() | None | Removes every face from the array, rendering it empty. | |
| ForwardIterator() | FaceArrayIterator | Retrieve a forward moving iterator to the array. | |
| GetEnumerator() | IEnumerator | Retrieve a forward moving iterator to the array. | |
| Insert(Face, Int32) | None | Insert the specified face into the array. | |
| ReverseIterator() | FaceArrayIterator | Retrieve a backward moving iterator to the array. | |
| Dispose() | None | Causes the object to release immediately any resources it may be utilizing. | APIObject |