| 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 |
| void | SetPoints
(BSplinePoints value)
Set method for attribute "Points" Array of control points and weights |
| void | SetUDegree
(int value)
Set method for attribute "UDegree" Degree of the basis function in U |
| void | SetUKnots
(realseq value)
Set method for attribute "UKnots" Array of knots on the parameter line U |
| void | SetVDegree
(int value)
Set method for attribute "VDegree" Degree of the basis function in V |
| void | SetVKnots
(realseq value)
Set method for attribute "VKnots" Array of knots on the parameter line V |
| Methods Inherited from Interface com.ptc.pfc.pfcGeometry.SurfaceDescriptor |
|---|
| GetSurfaceType, GetExtents, SetExtents, GetOrientation, SetOrientation |
| Method Detail |
|---|
| GetUDegree/SetUDegree |
|---|
| int | GetUDegree | () |
| void | SetUDegree | (int value) |
| Degree of the basis function in U |
| GetVDegree/SetVDegree |
|---|
| int | GetVDegree | () |
| void | SetVDegree | (int value) |
| Degree of the basis function in V |
| GetUKnots/SetUKnots |
|---|
| realseq | GetUKnots | () |
| void | SetUKnots | (realseq value) |
| Array of knots on the parameter line U |
| GetVKnots/SetVKnots |
|---|
| realseq | GetVKnots | () |
| void | SetVKnots | (realseq value) |
| Array of knots on the parameter line V |
| GetPoints/SetPoints |
|---|
| BSplinePoints | GetPoints | () |
| void | SetPoints | (BSplinePoints value) |
| Array of control points and weights |