Library | Package Java Toolkit

Interface Spline

package com.ptc.pfc.pfcGeometry;

public interface Spline
  extends com.ptc.pfc.pfcGeometry.Curve



Description

A Creo Parametric curve or edge representing the geometry of a curve that consists of a nonuniform bicubic spline.
Direct Known Subclasses:
WSpline



Method Summary
SplinePointsGetPoints ()
    Get method for attribute "Points"
    An array of spline interpolant points, tangent vectors and parameters.

Methods Inherited from Interface com.ptc.pfc.pfcGeometry.GeomCurve
GetIsVisible, GetFeature, Eval3DData, EvalFromLength, EvalParameter, EvalLength, EvalLengthBetween, GetCurveDescriptor, GetNURBSRepresentation

Methods Inherited from Interface com.ptc.pfc.pfcObject.Child
GetDBParent, GetOId

Methods Inherited from Interface com.ptc.pfc.pfcBase.ActionSource
AddActionListener, RemoveActionListener, AddActionListenerWithType

Methods Inherited from Interface com.ptc.pfc.pfcModelItem.RelationOwner
DeleteRelations, GetRelations, SetRelations, RegenerateRelations, EvaluateExpression

Methods Inherited from Interface com.ptc.pfc.pfcObject.Parent
GetChild

Methods Inherited from Interface com.ptc.pfc.pfcModelItem.ParameterOwner
GetParam, CreateParam, ListParams, SelectParam, CreateParamWithUnits, SelectParameters

Methods Inherited from Interface com.ptc.pfc.pfcModelItem.ModelItem
GetName, SetName, GetId, GetType

Method Detail

GetPoints

SplinePointsGetPoints ()


    An array of spline interpolant points, tangent vectors and parameters.