API Reference > FacetModeler Namespace > Classes > Contour2D Class > Contour2D Methods > Contour2D::setHiddenAt Method
Contour2D::setHiddenAt Method
Syntax
C++
Result setHiddenAt(OdUInt32 iIndex, bool bHidden = true);
Parameters 
Description 
OdUInt32 iIndex 
[in] Segment index.  
bool bHidden = true 
[in] Hidden state to set.  

eOk if the segment hidden state is set successfully, or a corresponding error type otherwise.

Sets or clears the ecfHidden flag at the specified segment. 

 

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