Library | Module

Class pfcSplineSurfaceDescriptor



Description

A data object representing the geometry of a surface that consists of a nonuniform bicubic spline surface passing through a grid with tangent vectors at each point.
Direct Parent Classes:
pfcSurfaceDescriptor



Property Summary

pfcSplineSurfacePointsPoints
An array of spline interpolant points and derivatives



Method Summary

static pfcSplineSurfaceDescriptorCreate (pfcSurfaceExtents Extents, pfcSurfaceOrientation Orientation, pfcSplineSurfacePoints Points)
This method creates a new SplineSurfaceDescriptor object.



Property Detail


pfcSplineSurfacePointsPoints

An array of spline interpolant points and derivatives





Method Detail


static pfcSplineSurfaceDescriptorCreate (pfcSurfaceExtents Extents, pfcSurfaceOrientation Orientation, pfcSplineSurfacePoints Points)

This method creates a new SplineSurfaceDescriptor object.
Parameters:
Extents
The surface extents
Orientation
The surface orientation
Points
An array of spline interpolant points and derivatives
Returns:
The new SplineSurfaceDescriptor object