Close

Relief for ODA Team in Ukraine

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

Opens a vertex owned by this Polyline 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.