API Reference > Other Classes > OdModelerGeometry Class > OdModelerGeometry Methods > OdModelerGeometry::checkSweepPathCurve Method
OdModelerGeometry::checkSweepPathCurve Method
Syntax
C++
virtual OdResult checkSweepPathCurve(OdDbEntity * pPathEnt, bool displayErrorMessages = false) = 0;
Parameters 
Description 
OdDbEntity * pPathEnt 
[in] Pointer to the curve entity that determines the path to sweep along.  
bool displayErrorMessages = false 
[in] Indicates whether error messages are displayed. Default value is false.
 

eOk if the specified entity is valid, or eInvalidInput otherwise.

Checks whether a specified sweep path curve entity is valid. 

 

Copyright © 2002–2021. Open Design Alliance. All rights reserved.