| Library | Package | Frames | Expand | Java Toolkit |
| Method Summary | |
|---|---|
| int | GetDegree
()
Get method for attribute "Degree" The basis function's degree |
| realseq | GetKnots
()
Get method for attribute "Knots" The array of knots on the parameter line |
| BSplinePoints | GetPoints
()
Get method for attribute "Points" The array of control points |
| 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 |
|---|
| GetDegree |
|---|
| int | GetDegree | () |
| The basis function's degree |
| GetPoints |
|---|
| BSplinePoints | GetPoints | () |
| The array of control points |
| GetKnots |
|---|
| realseq | GetKnots | () |
| The array of knots on the parameter line |