ExporterIFCUtils.IsWallCompletelyClipped
Description:
Determines if the input wall is completely removed by interaction with other elements within the given range.
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
)
-
pVWallThe wall.
-
exporterIFCThe exporter.
-
rangeThe 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
bool
True if the wall should be ignored within the given range.
-
A non-optional argument was null