API Reference > OdGe Classes > OdGeExternalSurface Class
OdGeExternalSurface Class
OdGeExternalSurfaceOdGeExternalSurfaceOdGeExternalSurface
Syntax
C++
class OdGeExternalSurface : public OdGeSurface;

GeExternalSurface.h

This class represents unbounded surfaces, whose definitions are external to the OdGe library, as OdGeSurface.

OdGeExternalSurface instances can be treated as any other OdGeSurface. 

You can access the OdGeExternalSurface 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 OdGeExternalSurface is to access an ACIS surface. 

Corresponding C++ library: TD_Ge 

 

 
Name 
Description 
 
This is the overview for the OdGeExternalSurface constructor overload. 
 
Name 
Description 
 
Rerurns information about the system that created the surface. 
 
Returns a copy of the raw surface definition.
 
 
Return true if and only if the external surface can be represented as an OdGeCone. 
 
Return true if and only if the external 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 external surface can be represented as an OdGeEllipCone. 
 
Return true if and only if the external surface can be represented as an OdGeEllipCylinder. 
 
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.
 
 
Return true if and only if the external 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 surface can be represented as an OdGePlanarEnt. 
 
Return true if and only if the external surface can be represented as an OdGeSphere. 
 
Return true if and only if the external surface can be represented as an OdGeTorus. 
 
set 
Sets the parameters for this external 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 
 
= 
This is =, a member of class OdGeExternalSurface. 
Copyright © 2002–2020. Open Design Alliance. All rights reserved.