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

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

Returns the profile curve. 

 

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