API Reference > OdIfc Namespace > Classes > OdIfcModelerGeometry Class > OdIfcModelerGeometry Methods > OdIfcModelerGeometry::createFacetedBrep Method
OdIfcModelerGeometry::createFacetedBrep Method
Syntax
C++
virtual OdResult createFacetedBrep(OdIfcConnectedFaceSetPtr pFaceSet) = 0;
Parameters 
Description 
OdIfcConnectedFaceSetPtr pFaceSet 
[in] A smart pointer to the set of faces for the body. 

Returns the operation result code:

  • eOk if the faceted body was successfully created.
  • eInvalidInput in other cases.

Creates a faceted body and stores it in the geometry modeler object. 

 

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