| Package | Description |
|---|---|
| org.web3d.x3d.jsail.NURBS |
The NURBS component describes Non-uniform Rational B-Spline (NURBS) geometry and interpolation
nodes.
|
| org.web3d.x3d.sai.NURBS |
The NURBS component describes Non-uniform Rational B-Spline (NURBS) geometry and interpolation
nodes.
|
| Modifier and Type | Class and Description |
|---|---|
class |
NurbsSurfaceInterpolatorObject
X3D node tooltip: [X3DChildNode] NurbsSurfaceInterpolator describes a 3D NURBS curve and outputs interpolated position and normal values.
|
| Modifier and Type | Method and Description |
|---|---|
NurbsSurfaceInterpolator |
NurbsSurfaceInterpolator.setControlPoint(X3DCoordinateNode newValue)
Assign X3DCoordinateNode instance (using a properly typed node) to inputOutput SFNode field controlPoint.
|
NurbsSurfaceInterpolator |
NurbsSurfaceInterpolator.setCssClass(java.lang.String newValue)
Assign String value to inputOutput SFString field named class.
|
NurbsSurfaceInterpolator |
NurbsSurfaceInterpolator.setDEF(java.lang.String newValue)
Assign String value to inputOutput SFString field named DEF.
|
NurbsSurfaceInterpolator |
NurbsSurfaceInterpolator.setMetadata(X3DMetadataObject newValue)
Assign X3DMetadataObject instance (using a properly typed node) to inputOutput SFNode field metadata.
|
NurbsSurfaceInterpolator |
NurbsSurfaceInterpolator.setUDimension(int newValue)
Assign int value within allowed range of [0,infinity) to initializeOnly SFInt32 field named uDimension.
|
NurbsSurfaceInterpolator |
NurbsSurfaceInterpolator.setUKnot(double[] newValue)
Assign double array to initializeOnly MFDouble field named uKnot.
|
NurbsSurfaceInterpolator |
NurbsSurfaceInterpolator.setUOrder(int newValue)
Assign int value within allowed range of [2,infinity) to initializeOnly SFInt32 field named uOrder.
|
NurbsSurfaceInterpolator |
NurbsSurfaceInterpolator.setUSE(java.lang.String newValue)
Assign String value to inputOutput SFString field named USE.
|
NurbsSurfaceInterpolator |
NurbsSurfaceInterpolator.setVDimension(int newValue)
Assign int value within allowed range of [0,infinity) to initializeOnly SFInt32 field named vDimension.
|
NurbsSurfaceInterpolator |
NurbsSurfaceInterpolator.setVKnot(double[] newValue)
Assign double array to initializeOnly MFDouble field named vKnot.
|
NurbsSurfaceInterpolator |
NurbsSurfaceInterpolator.setVOrder(int newValue)
Assign int value within allowed range of [2,infinity) to initializeOnly SFInt32 field named vOrder.
|
NurbsSurfaceInterpolator |
NurbsSurfaceInterpolator.setWeight(double[] newValue)
Assign double array to inputOutput MFDouble field named weight.
|
Copyright ©2005-2017 Web3D Consortium under an open-source license, free for any use. Feedback is welcome.