Close

Relief for ODA Team in Ukraine

Learn more
ODA IFC SDK
OdIfcModelerGeometry::sweep Method (OdIfcSectionedSolidPtr)
Syntax
C++
virtual OdResult sweep(OdIfcSectionedSolidPtr pSolid) = 0;

Creates a solid constructed by sweeping potentially variable cross sections along a directrix. 

 

Parameters
Description
pSolid
[in] A smart pointer to the sectioned solid entity.

Returns the operation result code:

  • eOk if the revolution was created successfully.
  • eNullPtr if the smart pointer to the sectioned solid entity is NULL.
  • eGeneralModelingFailure in other cases.
Copyright © 2002-2022. Open Design Alliance All rights reserved.