<Code Lib>
2022 Method
Changes 4
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
)

Return Value The connection information. The connection information.

Loading…