RVTDocs.com

ExporterIFCUtils.AreSolidsEqual

Method
Description:
Determines whether two solids are identical, potentially offset from each other.
Syntax
public static bool AreSolidsEqual(
	Solid first,
	Solid second,
	out Transform trf
)
Parameters
Parameter Type Description
first Solid The first solid.
second Solid The second solid
trf Transform The offset transform
Return Value
Type Description
Boolean True if they are identical, false otherwise.
Exceptions
Exception Condition
ArgumentNullException A non-optional argument was null