ExporterIFCUtils.GetInstanceCutoutFromWall
Method
Description:
Gets the curve loop corresponding to the hole in the wall made by the instance.
Gets the curve loop corresponding to the hole in the wall made by the instance.
Syntax
public static CurveLoop GetInstanceCutoutFromWall(
Document pADoc,
Wall pVWall,
FamilyInstance pFamInst,
out XYZ pCutDir
)
Parameters
Parameter | Type | Description |
---|---|---|
pADoc | Document | The document. |
pVWall | Wall | The host wall. |
pFamInst | FamilyInstance | The hosted instance. |
pCutDir | XYZ | The direction of the hole relative to the location of the curve loop. |
Return Value
Type | Description |
---|---|
CurveLoop | The opening in the wall. |
Exceptions
Exception | Condition |
---|---|
ArgumentNullException | A non-optional argument was null |