ExporterIFCUtils.ExportSlabAsExtrusion
Method
Syntax
public static bool ExportSlabAsExtrusion(
ExporterIFC exporterIFC,
Element pCeilingAndFloor,
GeometryElement pGRep,
IFCTransformSetter pTmpTrfSetter,
IFCAnyHandle localPlacement,
out IList<IFCAnyHandle> localPlacementAnyArr,
out IList<IFCAnyHandle> reps,
out IList<IList<CurveLoop>> extrusionLoops,
out IList<IFCExtrusionCreationData> loopExtraParams,
Plane plane
)
Parameters
| Parameter | Type | Description |
|---|---|---|
| exporterIFC | ExporterIFC | |
| pCeilingAndFloor | Element | |
| pGRep | GeometryElement | |
| pTmpTrfSetter | IFCTransformSetter | |
| localPlacement | IFCAnyHandle | |
| localPlacementAnyArr | IList | |
| reps | IList | |
| extrusionLoops | IList | |
| loopExtraParams | IList | |
| plane | Plane |
Return Value