Close

Relief for ODA Team in Ukraine

Learn more
ODA Drawings SDK
OdDbPolyFaceMesh::openVertex Method
Syntax
C++
OdDbPolyFaceMeshVertexPtr openVertex(OdDbObjectId subObjId, OdDb::OpenMode mode, bool openErasedOne = false);

Opens the specified vertex owned by this PolyFaceMesh entity. 

 

Parameters
Description
subObjId
[in] Object ID of vertex to be opened.
mode
[in] Mode in which the object is being opened.
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.