Uses of Interface
org.web3d.x3d.sai.NURBS.X3DParametricGeometryNode
Packages that use X3DParametricGeometryNode
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 X3DParametricGeometryNode in org.web3d.x3d.jsail.NURBS
Classes in org.web3d.x3d.jsail.NURBS that implement X3DParametricGeometryNodeModifier and TypeClassDescriptionclassNurbsCurve is a 3D curve analogous to NurbsPatchSurface.classNurbsPatchSurface defines a contiguous 3D Non-Uniform Rational B-Spline (NURBS) surface.classNurbsSweptSurface uses a trajectoryCurve path to describe a generalized surface that is swept by a crossSectionCurve.classNurbsSwungSurface contains a profileCurve and a trajectoryCurve [X3DNurbsControlCurveNode].classNurbsTrimmedSurface generates texture coordinates from a Non-Uniform Rational B-Spline (NURBS) surface.Method parameters in org.web3d.x3d.jsail.NURBS with type arguments of type X3DParametricGeometryNodeModifier and TypeMethodDescriptionNurbsSet.setGeometry(ArrayList<X3DParametricGeometryNode> newValue) Assign ArrayList value of MFNode geometry field, similar toNurbsSet.setGeometry(org.web3d.x3d.sai.Core.X3DNode[]). -
Uses of X3DParametricGeometryNode in org.web3d.x3d.sai.NURBS
Subinterfaces of X3DParametricGeometryNode in org.web3d.x3d.sai.NURBSModifier and TypeInterfaceDescriptioninterfaceNurbsCurve is a 3D curve analogous to NurbsPatchSurface.interfaceNurbsPatchSurface defines a contiguous 3D Non-Uniform Rational B-Spline (NURBS) surface.interfaceNurbsSweptSurface uses a trajectoryCurve path to describe a generalized surface that is swept by a crossSectionCurve.interfaceNurbsSwungSurface contains a profileCurve and a trajectoryCurve [X3DNurbsControlCurveNode].interfaceNurbsTrimmedSurface generates texture coordinates from a Non-Uniform Rational B-Spline (NURBS) surface.interfaceAbstract geometry type for all types of NURBS surfaces.Methods in org.web3d.x3d.sai.NURBS that return X3DParametricGeometryNodeModifier and TypeMethodDescriptionX3DParametricGeometryNode.setMetadata(X3DMetadataObject newValue) Accessor method to assign org.web3d.x3d.sai.Core.X3DMetadataObject instance (using a properly typed node) to inputOutput SFNode field metadata.