Library | Package Java Toolkit

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:
WSplineSurfaceDescriptor



Method Summary
SplineSurfacePointsGetPoints ()
    Get method for attribute "Points"
    An array of spline interpolant points and derivatives
voidSetPoints (SplineSurfacePoints value)
    Set method for attribute "Points"
    An array of spline interpolant points and derivatives

Methods Inherited from Interface com.ptc.pfc.pfcGeometry.SurfaceDescriptor
GetSurfaceType, GetExtents, SetExtents, GetOrientation, SetOrientation

Method Detail

GetPoints/SetPoints

SplineSurfacePointsGetPoints ()
voidSetPoints (SplineSurfacePoints value)


    An array of spline interpolant points and derivatives