ExporterIFCUtils.GetConnectedWalls
Method
Description:
Obtains the IFC-specific information regarding the connections between this wall and other elements.
Obtains the IFC-specific information regarding the connections between this wall and other elements.
Syntax
public static IList<IFCConnectedWallData> GetConnectedWalls(
Wall pWallElem,
IFCConnectedWallDataLocation locaction
)
Parameters
Parameter | Type | Description |
---|---|---|
pWallElem | Wall | The wall. |
locaction | IFCConnectedWallDataLocation | The location on the wall from where the connections should be obtained. This should be either IFCConnectedWallDataLocation.Start or IFCConnectedWallDataLocation.End. |
Return Value
Type | Description |
---|---|
IList | The connection information. |
Exceptions
Exception | Condition |
---|---|
ArgumentNullException | A non-optional argument was null |
ArgumentOutOfRangeException | A value passed for an enumeration argument is not a member of that enumeration |