API Reference > OdDb Classes > OdDbSolid Class > OdDbSolid Methods > OdDbSolid::setPointAt Method
OdDbSolid::setPointAt Method
Syntax
C++
void setPointAt(int pointIndex, const OdGePoint3d& pointValue);
Parameters 
Description 
int pointIndex 
[in] Vertex index 0, 1, 2, or 3.  
const OdGePoint3d& pointValue 
[in] Three-dimensional point instance to set the vertex position. 

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

 

Example of Working with the Planar Solid Object 

Specific Planar Solid Properties 

OdDbSolid::getPointAt() method

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