Library | Module

Class pfcCylindricalSplineSurfaceDescriptor



Description

A data object representing a spline surface created using cylindrical coordinates.
Direct Parent Classes:
pfcTransformedSurfaceDescriptor



Property Summary

pfcSplineSurfaceDescriptorSplineSurfaceData
The spline surface geometry which defines the surface



Method Summary

static pfcCylindricalSplineSurfaceDescriptorCreate (pfcSurfaceExtents Extents, pfcSurfaceOrientation Orientation, pfcTransform3D Origin, pfcSplineSurfaceDescriptor SplineSurfaceData)
This method creates a new CylindricalSplineSurfaceDescriptor object.



Property Detail


pfcSplineSurfaceDescriptorSplineSurfaceData

The spline surface geometry which defines the surface





Method Detail


static pfcCylindricalSplineSurfaceDescriptorCreate (pfcSurfaceExtents Extents, pfcSurfaceOrientation Orientation, pfcTransform3D Origin, pfcSplineSurfaceDescriptor SplineSurfaceData)

This method creates a new CylindricalSplineSurfaceDescriptor object.
Parameters:
Extents
The surface extents
Orientation
The surface orientation
Origin
The coordinate system of the surface
SplineSurfaceData
The spline surface geometry to use
Returns:
The new CylindricalSplineSurfaceDescriptor object