Close

Relief for ODA Team in Ukraine

Learn more
ODA Kernel SDK
OdGeExternalSurface::isNativeSurface Method
Syntax
C++
bool isNativeSurface(OdGeSurface*& nativeSurface) const;

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

 

Parameters
Description
nativeSurface
[out] Receives the native surface.

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.