ExporterIFCUtils.AreSolidsEqual
Method
Description:
Determines whether two solids are identical, potentially offset from each other.
Determines whether two solids are identical, potentially offset from each other.
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 |