Close

Relief for ODA Team in Ukraine

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

Sweeps the body along a path and stores the result in the geometry modeler object. 

 

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

Returns the operation result code:

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