Close

Relief for ODA Team in Ukraine

Learn more
ODA IFC SDK
OdIfcModelerGeometry::createAdvancedBrep Method
Syntax
C++
virtual OdResult createAdvancedBrep(OdIfcAdvancedBrepPtr pBrep) = 0;

Creates an OdBrFile object from the specified OdIfcAdvnacedBrep object and stores it into the geometry modeler object. 

 

Parameters
Description
pBrep
[in] A smart pointer to the OdIfcAdvancedBrep entity.

Returns the operation result code:

  • eOk if the operation was successful.
  • eWrongObjectType if getting the attribute is failed.
  • eNullObjectPointer if the specified OdIfcAdvancedBrep entity or its sub-entity has an unsupported type.
  • eEmptySet if the specified OdIfcAdvancedBrep entity or its sub-entity has empty set;
  • eGeneralModelingFailure in other cases.
Copyright © 2002-2022. Open Design Alliance All rights reserved.