API Reference > OdDb Classes > OdDbTrace Class > OdDbTrace Methods > OdDbTrace::getPointAt Method
OdDbTrace::getPointAt Method
Syntax
C++
void getPointAt(int pointIndex, OdGePoint3d& pointValue) const;
Parameters 
Description 
int pointIndex 
[in] Vertex index 0, 1, 2, or 3.  
OdGePoint3d& pointValue 
[out] Reference to a variable in which this method must save the trace vertex as three-dimensional point instance. 

Gets the WCS coordinates of the vertex belonged to the trace entity using the specified index (DXF 10, 11, 12, or 13). 

 

Example of Working with the Trace Object 

Specific Trace Properties 

OdDbTrace::setPointAt() method

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