ExporterIFCUtils.GetConnectedWalls
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.
public static IList<IFCConnectedWallData> GetConnectedWalls(
Wall pWallElem,
IFCConnectedWallDataLocation locaction
)
-
pWallElemThe wall.
-
locactionThe location on the wall from where the connections should be obtained. This should be either IFCConnectedWallDataLocation.Start or IFCConnectedWallDataLocation.End.
Return Value
The connection information.
The connection information.
-
A non-optional argument was null
-
A value passed for an enumeration argument is not a member of that enumeration