API Reference > OdGe Classes > OdGeExternalCurve3d Class > OdGeExternalCurve3d Methods > OdGeExternalCurve3d::isNativeCurve Method
OdGeExternalCurve3d::isNativeCurve Method
Syntax
C++
bool isNativeCurve(OdGeCurve3d*& nativeCurve) const;
Parameters 
Description 
OdGeCurve3d*& nativeCurve 
[out] Receives the native curve. 

Return true if and only if the external curve can be represented as a native OdGeCurve3d, and returns a pointer to an instance of that native curve. 

 

The returned object is created with the new operator, and it is the responsibility of the caller to delete it.

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