API Reference > OdGe Classes > OdGeExternalSurface Class > OdGeExternalSurface Methods > OdGeExternalSurface::set Method
OdGeExternalSurface::set Method
Syntax
C++
OdGeExternalSurface& set(void* pSurfaceDef, OdGe::ExternalEntityKind surfaceKind, bool makeCopy = true);
Parameters 
Description 
void* pSurfaceDef 
[in] Pointer to the surface definition.  
OdGe::ExternalEntityKind surfaceKind 
[in] Information about system that created the surface.  
bool makeCopy = true 
[in] If true, makes a copy of the surface definition. 

Sets the parameters for this external surface according to the arguments, and returns a reference to this external surface. 

 

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