<Code Lib>
2022 Method
Changes 0
M

ExporterIFCUtils.IsWallCompletelyClipped

Description:
Determines if the input wall is completely removed by interaction with other elements within the given range.

public static bool IsWallCompletelyClipped(
	Wall pVWall,
	ExporterIFC exporterIFC,
	IFCRange range
)

Return Value bool True if the wall should be ignored within the given range.

Loading…