2025.3 Method
Changes 0
M

ExporterIFCUtils.GetInstanceCutoutFromWall

Description:
Gets the curve loop corresponding to the hole in the wall made by the instance.
public static CurveLoop GetInstanceCutoutFromWall(
	Document pADoc,
	Wall pVWall,
	FamilyInstance pFamInst,
	out XYZ pCutDir
)
  • pADoc
    The document.
  • pVWall
    The host wall.
  • pFamInst
    The hosted instance.
  • pCutDir
    The direction of the hole relative to the location of the curve loop.
Return Value CurveLoop The opening in the wall.