API Reference > OdGe Classes > OdGeExternalBoundedSurface Class
OdGeExternalBoundedSurface Class
OdGeExternalBoundedSurfaceOdGeExternalBoundedSurfaceOdGeExternalBoundedSurface
Syntax
C++
class OdGeExternalBoundedSurface : public OdGeSurface;

GeExternalBoundedSurface.h

This class represents bounded surfaces, whose definitions are external to the OdGe library.

Each instance of ns OdGeExternalBoundedSurface is comprosed of an instance of an OdExternalSurface and a collection of instances of OdGeCurveBoundary. 

OdGeExternalBoundedSurface instances can be treated as any other OdGeSurface. 

You can access the OdGeExternalBoundedSurface as a corresponding native OdGeSurface, if such a corresponding surface exists, or you may (more efficiently) access the external data in its native form. 

One example of using OdGeExternalBoundedSurface is to access an ACIS surface. 

Corresponding C++ library: TD_Ge 

 

 
Name 
Description 
 
This is the overview for the OdGeExternalBoundedSurface constructor overload. 
 
Name 
Description 
 
Rerurns information about the system that created the surface. 
 
This is the overview for the getBaseSurface method overload. 
 
Returns an array of the contours on this surface.
 
 
Returns a copy of the raw surface definition.
 
 
Return true if and only if the unbounded base surface can be represented as an OdGeCone. 
 
Return true if and only if the unbounded base surface can be represented as an OdGeCylinder. 
 
Returns true if and only if the surface is defined (not an empty instance). 
 
Return true if and only if the unbounded base surface can be represented as an OdGeEllipCone. 
 
Return true if and only if the unbounded base surface can be represented as an OdGeEllipCylinder. 
 
Return true if and only if the unbounded base surface cannot be represented as an native OdGeSurface. 
 
Return true if and only if the unbounded base surface can be represented as an OdGeNurbSurface. 
 
Returns true if and only if the external surface owns the data. 
 
Return true if and only if the unbounded base surface can be represented as an OdGePlanarEnt. 
 
Return true if and only if the unbounded base surface can be represented as an OdGeSphere. 
 
Return true if and only if the unbounded base surface can be represented as an OdGeTorus. 
 
Returns the number of contours on this surface. 
 
set 
Sets the parameters for this external bound surface according to the arguments, and returns a reference to this external surface.
 
 
Forces this external surface to own the data, and returns a reference to this external surface. 
 
Name 
Description 
 
= 
Assignment operator. 
Copyright © 2002–2020. Open Design Alliance. All rights reserved.