API Reference > OdDb Classes > OdDbExtrudedSurface Class
OdDbExtrudedSurface Class
OdDbExtrudedSurfaceOdDbExtrudedSurfaceOdDbExtrudedSurfaceOdDbExtrudedSurface
Syntax
C++
class OdDbExtrudedSurface : public OdDbSurface;

DbExtrudedSurface.h

This class implements a three-dimensional extruded surface entity. 

 

 
Name 
Description 
 
 
 
Name 
Description 
 
Creates an extruded surface by sweeping a planar curve, region, or planar surface in the direction of the given vector using a distance equal to the length of the vector.
 
 
OdDbObject methods 
 
Writes the .dwg file data of this object.
 
 
Reads the DXF data of this object.
 
 
Writes the DXF data of this object.
 
 
Returns the extrusion height. 
 
Returns the sweep entity used to create the extruded surface. 
 
Returns sweep options.
 
 
Returns the extrusion vector. 
 
 
 
 
 
Sets all data that defines the parameters of an extruded surface.
sweepVec [in] A new extrusion vector. sweepOptions [in] An OdDbSweepOptions object containing new option values.
 
 
Sets the extrusion height.
 
 
Sets sweep options.
 
 
Sets the extrusion vector.
 
 
Retrieves the class information.
 
 
Applies the specified 3D transformation matrix to this entity. Only available if transformation is uniform.
 
Copyright © 2002–2021. Open Design Alliance. All rights reserved.