API Reference > OdGe Classes > OdGeExternalBoundedSurface Class > OdGeExternalBoundedSurface Constructor > OdGeExternalBoundedSurface::OdGeExternalBoundedSurface Constructor ()
OdGeExternalBoundedSurface::OdGeExternalBoundedSurface Constructor ()
Syntax
C++
OdGeExternalBoundedSurface(); OdGeExternalBoundedSurface(void* pSurfaceDef, OdGe::ExternalEntityKind surfaceKind, bool makeCopy = true); OdGeExternalBoundedSurface(const OdGeExternalBoundedSurface& source);
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] Makes a copy of curveDef.  
const OdGeExternalBoundedSurface& source 
[in] Object to be cloned. 

Without arguments, the constructor creates an empty instance. 

Possible values for surfaceKind: 

untitled table kAcisEntity kExternalEntityUndefined

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