ExporterIFCUtilsExportExtrudedSlabOpeningsAndReturnInfo Method


Namespace: Autodesk.Revit.DB.IFC
Assembly: RevitAPIIFC (in RevitAPIIFC.dll) Version: 27.0.4.0 (27.0.4.0)
Syntax
public static IList<IFCOpeningDimensions> ExportExtrudedSlabOpeningsAndReturnInfo(
	ExporterIFC exporterIFC,
	Element pElem,
	IFCLevelInfo levelInfo,
	IFCAnyHandle localPlacementAny,
	IList<IFCAnyHandle> elementSlabAnyArr,
	IList<IList<CurveLoop>> extrusionLoops,
	Plane plane,
	IFCProductWrapper pWrapper
)

Parameters

exporterIFC  ExporterIFC
 
pElem  Element
 
levelInfo  IFCLevelInfo
 
localPlacementAny  IFCAnyHandle
 
elementSlabAnyArr  IListIFCAnyHandle
 
extrusionLoops  IListIListCurveLoop
 
plane  Plane
 
pWrapper  IFCProductWrapper
 

Return Value

IListIFCOpeningDimensions
See Also