API Reference > Other Classes > OdModelerGeometry Class > OdModelerGeometry Methods > OdModelerGeometry::checkCrossSectionCurves Method
OdModelerGeometry::checkCrossSectionCurves Method
Syntax
C++
virtual OdResult checkCrossSectionCurves(OdDbEntityPtrArray& crossSectionCurves, bool& allOpen, bool& allClosed, bool& allPlanar, bool displayErrorMessages = false) = 0;
Parameters 
Description 
OdDbEntityPtrArray& crossSectionCurves 
[in] A list of cross-section curves.  
bool& allOpen 
[out] A passed-in parameter indicating whether all of the cross-section curves are open.  
bool& allClosed 
[out] A passed-in parameter indicating whether all of the cross-section curves are closed.  
bool& allPlanar 
[out] A passed-in parameter indicating whether all of the cross-section curves are planar.  
bool displayErrorMessages = false 
[in] Indicates whether error messages are displayed. Default value is false.
 

Returns eOk if curves are valid or eInvalidInput otherwise.

Loft options utility functions

  • details Checks whether cross section curves are valid for the lofting operation.
 

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