API Documentation > Interface Classes > Class pfcSphericalSplineSurfaceDescriptor
Class pfcSphericalSplineSurfaceDescriptor

# include <pfcGeometry.h>

class
pfcSphericalSplineSurfaceDescriptor
: public virtual
pfcTransformedSurfaceDescriptor
{
xdeclare(pfcSphericalSplineSurfaceDescriptor)
...
};
This is a
COMPACT class.

Description
A data object representing a spline surface created using spherical coordinates.
Methods Inherited from Class pfcSurfaceDescriptor::
Methods Inherited from Class pfcTransformedSurfaceDescriptor::
Method Summary
This method creates a new SphericalSplineSurfaceDescriptor object.
void
The spline surface geometry which defines the surface
Method Detail
GetSplineSurfaceData
()
void
SetSplineSurfaceData
The spline surface geometry which defines the surface
This method creates a new SphericalSplineSurfaceDescriptor object.
Parameters:
Extents
The surface extents
Orientation
The surface orientation
Origin
The coordinate system of the surface
SplineSurfaceData
The spline surface geometry
Returns:
The new SphericalSplineSurfaceDescriptor object
Was this helpful?