Library | Package Java Toolkit

Interface BSplineDescriptor

package com.ptc.pfc.pfcGeometry;

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



Description

A data object representing the geometry of a non-uniform rational B-spline curve.



Method Summary
intGetDegree ()
    Get method for attribute "Degree"
    The basis function's degree
realseqGetKnots ()
    Get method for attribute "Knots"
    The array of knots on the parameter line
BSplinePointsGetPoints ()
    Get method for attribute "Points"
    The array of control points
voidSetDegree (int value)
    Set method for attribute "Degree"
    The basis function's degree
voidSetKnots (realseq value)
    Set method for attribute "Knots"
    The array of knots on the parameter line
voidSetPoints (BSplinePoints value)
    Set method for attribute "Points"
    The array of control points

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

Method Detail

GetDegree/SetDegree

intGetDegree ()
voidSetDegree (int value)


    The basis function's degree



GetPoints/SetPoints

BSplinePointsGetPoints ()
voidSetPoints (BSplinePoints value)


    The array of control points



GetKnots/SetKnots

realseqGetKnots ()
voidSetKnots (realseq value)


    The array of knots on the parameter line