API Reference > OdGe Classes > OdGeRuled Class > OdGeRuled Methods > OdGeRuled::getPoint Method
OdGeRuled::getPoint Method
Syntax
C++
OdResult getPoint(const OdUInt8 iIndex, OdGePoint3d& point) const;
Parameters 
Description 
const OdUInt8 iIndex 
[in] Input index that specifies which point should be retrieved.  
OdGePoint3d& point 
[out] Output point.
 

Returns eOk if successful or an appropriate error code in the other case.

Returns the point. 

 

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