Close

Relief for ODA Team in Ukraine

Learn more
ODA Kernel SDK
OdGeExternalCurve3d::isNativeCurve Method
Syntax
C++
bool isNativeCurve(OdGeCurve3d*& nativeCurve) const;

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. 

 

Parameters
Description
nativeCurve
[out] Receives the native curve.

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

Copyright © 2002-2022. Open Design Alliance All rights reserved.