Close

Relief for ODA Team in Ukraine

Learn more
ODA Drawings SDK
OdDbPolygonMesh::openVertex Method
Syntax
C++
OdDbPolygonMeshVertexPtr openVertex(OdDbObjectId vertId, OdDb::OpenMode mode, bool openErasedOne = false);

Opens a vertex owned by this PolygonMesh entity. 

 

Parameters
Description
vertId
[in] Object ID of vertex to be opened.
mode
[in] Mode in which to open the vertex.
openErasedOne
[in] If and only if true, erased objects will be opened.

Returns a SmartPointer to the opened object if successful, otherwise a null SmartPointer.

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