Library | Package Java Toolkit

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
SplinePointsGetPoints ()
    Get method for attribute "Points"
    An array of spline interpolant points,tangent vectors and parameters
voidSetPoints (SplinePoints value)
    Set method for attribute "Points"
    An array of spline interpolant points,tangent vectors and parameters

Methods Inherited from Interface com.ptc.pfc.pfcGeometry.CurveDescriptor
GetCurveType

Method Detail

GetPoints/SetPoints

SplinePointsGetPoints ()
voidSetPoints (SplinePoints value)


    An array of spline interpolant points,tangent vectors and parameters