API Documentation > Interfaces > Interface SplineSurfaceDescriptor
Interface SplineSurfaceDescriptor

package com.ptc.pfc.pfcGeometry;

public interface
SplineSurfaceDescriptor
extends
com.ptc.pfc.pfcGeometry.SurfaceDescriptor


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 Known Subclasses:
Method Summary
Get method for attribute "Points"
An array of spline interpolant points and derivatives
void
Set method for attribute "Points"
An array of spline interpolant points and derivatives
Methods Inherited from Interface com.ptc.pfc.pfcGeometry.SurfaceDescriptor :
Method Detail
GetPoints
GetPoints
()
SetPoints
void
SetPoints
An array of spline interpolant points and derivatives
Was this helpful?