| Library | Package | Frames | Expand | Java Toolkit |
| Method Summary | |
|---|---|
| BSplinePoints | GetPoints
()
Get method for attribute "Points" Array of control points and weights |
| int | GetUDegree
()
Get method for attribute "UDegree" Degree of the basis function in U |
| realseq | GetUKnots
()
Get method for attribute "UKnots" Array of knots on the parameter line U |
| int | GetVDegree
()
Get method for attribute "VDegree" Degree of the basis function in V |
| realseq | GetVKnots
()
Get method for attribute "VKnots" Array of knots on the parameter line V |
| 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 |
|---|
| GetUDegree |
|---|
| int | GetUDegree | () |
| Degree of the basis function in U |
| GetVDegree |
|---|
| int | GetVDegree | () |
| Degree of the basis function in V |
| GetUKnots |
|---|
| realseq | GetUKnots | () |
| Array of knots on the parameter line U |
| GetVKnots |
|---|
| realseq | GetVKnots | () |
| Array of knots on the parameter line V |
| GetPoints |
|---|
| BSplinePoints | GetPoints | () |
| Array of control points and weights |