API Documentation > Interfaces > Interface SplineDescriptor
Interface SplineDescriptor

package com.ptc.pfc.pfcGeometry;

public interface
SplineDescriptor
extends
com.ptc.pfc.pfcGeometry.CurveDescriptor


Description
A data object representing the geometry of a curve that consists of a nonuniform bicubic spline.
Method Summary
Get method for attribute "Points"
An array of spline interpolant points,tangent vectors and parameters
void
Set method for attribute "Points"
An array of spline interpolant points,tangent vectors and parameters
Methods Inherited from Interface com.ptc.pfc.pfcGeometry.CurveDescriptor :
Method Detail
GetPoints
GetPoints
()
SetPoints
void
SetPoints
(SplinePoints value)
An array of spline interpolant points,tangent vectors and parameters
Was this helpful?