API Reference > OdDb Classes > OdDbFace Class > OdDbFace Methods > OdDbFace::isEdgeVisibleAt Method
OdDbFace::isEdgeVisibleAt Method
Syntax
C++
bool isEdgeVisibleAt(OdUInt16 edgeIndex) const;
Parameters 
Description 
OdUInt16 edgeIndex 
[in] Edge index 0, 1, 2, or 3. 

Determines the visiblity of 3d face edge at the specified index (DXF 70) and returns True if the edge is visible or False if the edge is invisible. 

 

Example of Working with the 3D Face Object 

Specific 3D Face Properties 

OdDbFace::makeEdgeVisibleAt(), OdDbFace::makeEdgeInvisibleAt() methods

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