Close

Relief for ODA Team in Ukraine

Learn more
ODA Drawings SDK
OdModelerGeometry::checkSweepPathCurve Method
Syntax
C++
virtual OdResult checkSweepPathCurve(OdDbEntity * pPathEnt, bool displayErrorMessages = false) = 0;

Checks whether a specified sweep path curve entity is valid. 

 

Parameters
Description
pPathEnt
[in] Pointer to the curve entity that determines the path to sweep along.
displayErrorMessages
[in] Indicates whether error messages are displayed. Default value is false.

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

Copyright © 2002-2022. Open Design Alliance All rights reserved.