<Code Lib>
2026 Method
Changes 5
M

ExporterIFCUtils.GetConnectedWalls

Description:
Obtains the IFC-specific information regarding the connections between this wall and other elements.

public static IList<IFCConnectedWallData> GetConnectedWalls(
	Wall pWallElem,
	IFCConnectedWallDataLocation locaction
)

  • pWallElem
    The wall.
  • locaction
    The location on the wall from where the connections should be obtained. This should be either IFCConnectedWallDataLocation.Start or IFCConnectedWallDataLocation.End.
Return Value IList<IFCConnectedWallData> The connection information.

Loading…