RVTDocs.com

ExporterIFCUtils.GetGeometryFromInplaceWall

Method
Description:
Obtains a special snapshot of the geometry of an in-place wall element suitable for export.
Syntax
public static GeometryElement GetGeometryFromInplaceWall(
	FamilyInstance pFamInstWallElem
)
Parameters
Parameter Type Description
pFamInstWallElem FamilyInstance The in-place wall instance.
Return Value
Type Description
GeometryElement The in-place wall geometry. Returns if there is no special geometry for the wall needed for export; the standard geometry of the wall can be used.
Exceptions
Exception Condition
ArgumentNullException A non-optional argument was null