| 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 |
NurbsPatchSurfaceObject
X3D node tooltip: [X3DNurbsSurfaceGeometryNode] NurbsPatchSurface defines a contiguous 3D Non-Uniform Rational B-Spline (NURBS) surface
|
| Modifier and Type | Method and Description |
|---|---|
NurbsPatchSurface |
NurbsPatchSurface.setControlPoint(X3DCoordinateNode newValue)
Assign X3DCoordinateNode instance (using a properly typed node) to inputOutput SFNode field controlPoint.
|
NurbsPatchSurface |
NurbsPatchSurface.setCssClass(java.lang.String newValue)
Assign String value to inputOutput SFString field named class.
|
NurbsPatchSurface |
NurbsPatchSurface.setDEF(java.lang.String newValue)
Assign String value to inputOutput SFString field named DEF.
|
NurbsPatchSurface |
NurbsPatchSurface.setMetadata(X3DMetadataObject newValue)
Assign X3DMetadataObject instance (using a properly typed node) to inputOutput SFNode field metadata.
|
NurbsPatchSurface |
NurbsPatchSurface.setSolid(boolean newValue)
Assign boolean value to initializeOnly SFBool field named solid.
|
NurbsPatchSurface |
NurbsPatchSurface.setTexCoord(X3DNode newValue)
Assign X3DNode instance (using a properly typed node) with acceptable node types limited to X3DTextureCoordinateNode|NurbsTextureCoordinate, to inputOutput SFNode field texCoord.
// newValueInstanceAcceptableNodeTypesTest checks are needed for methods that override/subset X3DNode interfaces #1
boolean isNodeTypeAllowed =
(((X3DConcreteNode)newValue) instanceof org.web3d.x3d.sai.Texturing.X3DTextureCoordinateNode) ||
(((X3DConcreteNode)newValue) instanceof org.web3d.x3d.jsail.NURBS.NurbsTextureCoordinateObject);
if (!
|
NurbsPatchSurface |
NurbsPatchSurface.setUClosed(boolean newValue)
Assign boolean value to initializeOnly SFBool field named uClosed.
|
NurbsPatchSurface |
NurbsPatchSurface.setUDimension(int newValue)
Assign int value within allowed range of [0,infinity) to initializeOnly SFInt32 field named uDimension.
|
NurbsPatchSurface |
NurbsPatchSurface.setUKnot(double[] newValue)
Assign double array to initializeOnly MFDouble field named uKnot.
|
NurbsPatchSurface |
NurbsPatchSurface.setUOrder(int newValue)
Assign int value within allowed range of [2,infinity) to initializeOnly SFInt32 field named uOrder.
|
NurbsPatchSurface |
NurbsPatchSurface.setUSE(java.lang.String newValue)
Assign String value to inputOutput SFString field named USE.
|
NurbsPatchSurface |
NurbsPatchSurface.setUTessellation(int newValue)
Assign int value to inputOutput SFInt32 field named uTessellation.
|
NurbsPatchSurface |
NurbsPatchSurface.setVClosed(boolean newValue)
Assign boolean value to initializeOnly SFBool field named vClosed.
|
NurbsPatchSurface |
NurbsPatchSurface.setVDimension(int newValue)
Assign int value within allowed range of [0,infinity) to initializeOnly SFInt32 field named vDimension.
|
NurbsPatchSurface |
NurbsPatchSurface.setVKnot(double[] newValue)
Assign double array to initializeOnly MFDouble field named vKnot.
|
NurbsPatchSurface |
NurbsPatchSurface.setVOrder(int newValue)
Assign int value within allowed range of [2,infinity) to initializeOnly SFInt32 field named vOrder.
|
NurbsPatchSurface |
NurbsPatchSurface.setVTessellation(int newValue)
Assign int value to inputOutput SFInt32 field named vTessellation.
|
NurbsPatchSurface |
NurbsPatchSurface.setWeight(double[] newValue)
Assign double array within allowed range of (0,infinity) to inputOutput MFDouble field named weight.
|
Copyright ©2005-2017 Web3D Consortium under an open-source license, free for any use. Feedback is welcome.