HostObjectUtils.GetSideFaces
Description:
Returns the major side faces for this host object.
Returns the major side faces for this host object.
Remarks:
This utility supports host objects whose CompoundStructure is nominally oriented vertically. It outputs faces which are at the boundary of the CompoundStructure (such as Walls and FaceWalls).
This utility supports host objects whose CompoundStructure is nominally oriented vertically. It outputs faces which are at the boundary of the CompoundStructure (such as Walls and FaceWalls).
public static IList<Reference> GetSideFaces(
HostObject hostObject,
ShellLayerType side
)
-
hostObjectThe host object.
-
sideThe side of the host object.
Return Value
IList<Reference>
An array of references to the faces which are on the given side of this element.
-
This host object does not support access to side faces.
-
A non-optional argument was null
-
A value passed for an enumeration argument is not a member of that enumeration