RVTDocs.com

ExporterIFCUtils.IsWallCompletelyClipped

Method
Description:
Determines if the input wall is completely removed by interaction with other elements within the given range.
Syntax
public static bool IsWallCompletelyClipped(
	Wall pVWall,
	ExporterIFC exporterIFC,
	IFCRange range
)
Parameters
Parameter Type Description
pVWall Wall The wall.
exporterIFC ExporterIFC The exporter.
range IFCRange 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
Type Description
Boolean True if the wall should be ignored within the given range.
Exceptions
Exception Condition
ArgumentNullException A non-optional argument was null