API Reference > Classes > Export Classes > TB_IFCEXPORT Namespace > Classes > OdInstanceExporter Class > OdInstanceExporter Methods > OdInstanceExporter::createHalfSpaceSolid Method
OdInstanceExporter::createHalfSpaceSolid Method
Syntax
C++
static OdDAIObjectId createHalfSpaceSolid(OdIfcModel* model, const OdDAIObjectId& baseSurface, bool agreementFlag);
Parameters 
Description 
OdIfcModel* model 
[in] pointer to IFC model.  
const OdDAIObjectId& baseSurface 
[in] clipping surface.  
bool agreementFlag 
[in] true if the normal of the half space solid points away from the base extrusion, false otherwise.
 

IfcHalfSpaceSolid handle.

Creates a handle representing an IfcHalfSpaceSoild and assigns it to the file. 

 

Copyright (c) 2002-2021. Open Design Alliance. All rights reserved.