Uses of Interface
org.web3d.x3d.sai.NURBS.X3DNurbsSurfaceGeometryNode
Packages that use X3DNurbsSurfaceGeometryNode
Package
Description
The NURBS component describes Non-uniform Rational B-Spline (NURBS) geometry and interpolation nodes.
The NURBS component describes Non-uniform Rational B-Spline (NURBS) geometry and interpolation nodes.
-
Uses of X3DNurbsSurfaceGeometryNode in org.web3d.x3d.jsail.NURBS
Classes in org.web3d.x3d.jsail.NURBS that implement X3DNurbsSurfaceGeometryNodeModifier and TypeClassDescriptionclassNurbsPatchSurface defines a contiguous 3D Non-Uniform Rational B-Spline (NURBS) surface.classNurbsTrimmedSurface generates texture coordinates from a Non-Uniform Rational B-Spline (NURBS) surface. -
Uses of X3DNurbsSurfaceGeometryNode in org.web3d.x3d.sai.NURBS
Subinterfaces of X3DNurbsSurfaceGeometryNode in org.web3d.x3d.sai.NURBSModifier and TypeInterfaceDescriptioninterfaceNurbsPatchSurface defines a contiguous 3D Non-Uniform Rational B-Spline (NURBS) surface.interfaceNurbsTrimmedSurface generates texture coordinates from a Non-Uniform Rational B-Spline (NURBS) surface.Methods in org.web3d.x3d.sai.NURBS that return X3DNurbsSurfaceGeometryNodeModifier and TypeMethodDescriptionX3DNurbsSurfaceGeometryNode.setControlPoint(X3DNode newValue) Accessor method to assign org.web3d.x3d.sai.Core.X3DNode instance (using a properly typed node) to inputOutput SFNode field controlPoint.X3DNurbsSurfaceGeometryNode.setMetadata(X3DMetadataObject newValue) Accessor method to assign org.web3d.x3d.sai.Core.X3DMetadataObject instance (using a properly typed node) to inputOutput SFNode field metadata.X3DNurbsSurfaceGeometryNode.setSolid(boolean newValue) Accessor method to assign boolean value to initializeOnly SFBool field named solid.X3DNurbsSurfaceGeometryNode.setTexCoord(X3DNode newValue) Accessor method to assign org.web3d.x3d.sai.Core.X3DNode instance (using a properly typed node) to inputOutput SFNode field texCoord.X3DNurbsSurfaceGeometryNode.setUClosed(boolean newValue) Accessor method to assign boolean value to initializeOnly SFBool field named uClosed.X3DNurbsSurfaceGeometryNode.setUDimension(int newValue) Accessor method to assign int value to initializeOnly SFInt32 field named uDimension.X3DNurbsSurfaceGeometryNode.setUKnot(double[] newValue) Accessor method to assign double array to initializeOnly MFDouble field named uKnot.X3DNurbsSurfaceGeometryNode.setUOrder(int newValue) Accessor method to assign int value to initializeOnly SFInt32 field named uOrder.X3DNurbsSurfaceGeometryNode.setUTessellation(int newValue) Accessor method to assign int value to inputOutput SFInt32 field named uTessellation.X3DNurbsSurfaceGeometryNode.setVClosed(boolean newValue) Accessor method to assign boolean value to initializeOnly SFBool field named vClosed.X3DNurbsSurfaceGeometryNode.setVDimension(int newValue) Accessor method to assign int value to initializeOnly SFInt32 field named vDimension.X3DNurbsSurfaceGeometryNode.setVKnot(double[] newValue) Accessor method to assign double array to initializeOnly MFDouble field named vKnot.X3DNurbsSurfaceGeometryNode.setVOrder(int newValue) Accessor method to assign int value to initializeOnly SFInt32 field named vOrder.X3DNurbsSurfaceGeometryNode.setVTessellation(int newValue) Accessor method to assign int value to inputOutput SFInt32 field named vTessellation.X3DNurbsSurfaceGeometryNode.setWeight(double[] newValue) Accessor method to assign double array to inputOutput MFDouble field named weight.