2027 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
)
  • pVWall
    The wall.
  • exporterIFC
    The exporter.
  • range
    The range. This consists of two double values representing the height in Z at the start and the end of the range. If the values are identical the entire wall is used.
Return Value Boolean True if the wall should be ignored within the given range.