Close

Relief for ODA Team in Ukraine

Learn more
ODA IFC SDK
OdIfcModelerGeometry::createFacetedBrep Method
Syntax
C++
virtual OdResult createFacetedBrep(OdIfcConnectedFaceSetPtr pFaceSet) = 0;

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

 

Parameters
Description
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.
Copyright © 2002-2022. Open Design Alliance All rights reserved.