<Code Lib>
2024 Method
Changes 4
M

ExporterIFCUtils.GetGeometryFromInplaceWall

Description:
Obtains a special snapshot of the geometry of an in-place wall element suitable for export.

public static GeometryElement GetGeometryFromInplaceWall(
	FamilyInstance pFamInstWallElem
)

Return Value nullNothingnullptr The in-place wall geometry. Returns null Nothing nullptr a null reference ( Nothing in Visual Basic) if there is no special geometry for the wall needed for export; the standard geometry of the wall can be used.

Loading…