HostObjectUtils.GetBottomFaces
Method
Description:
Returns the bottom faces for this host object.
Returns the bottom faces for this host object.
Remarks:
This utility supports host objects whose bottom faces represent one of the boundaries of CompoundStructure (such as roofs, floors or ceilings).
This utility supports host objects whose bottom faces represent one of the boundaries of CompoundStructure (such as roofs, floors or ceilings).
Parameters
Parameter | Type | Description |
---|---|---|
hostObject | HostObject | The host object. |
Return Value
Type | Description |
---|---|
IList | An array of references to the faces which are at the bottom of this element. |
Exceptions
Exception | Condition |
---|---|
ArgumentException | This host object does not support access to top or bottom faces. |
ArgumentNullException | A non-optional argument was null |