<Code Lib>
2025.3 Method
Changes 5
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 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.

Loading…