API Reference > Other Classes > OdModelerGeometry Class > OdModelerGeometry Methods > OdModelerGeometry::checkPathCurve Method
OdModelerGeometry::checkPathCurve Method
Syntax
C++
virtual OdResult checkPathCurve(OdDbEntity * pPathCurve, bool displayErrorMessages = false) = 0;
Parameters 
Description 
OdDbEntity * pPathCurve 
[in] A pointer to the path curve (can be NULL).  
bool displayErrorMessages = false 
[in] Indicates whether error messages are displayed. Default value is false.
 

Returns eOk if a path curve is valid or eInvalidInput otherwise.

Checks whether a path curve is valid for the lofting operation. 

 

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