Uses of Interface
org.web3d.x3d.sai.NURBS.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
Modifier and TypeClassDescriptionclass
NurbsCurve is a 3D curve analogous to NurbsPatchSurface.class
NurbsPatchSurface defines a contiguous 3D Non-Uniform Rational B-Spline (NURBS) surface.class
NurbsSweptSurface uses a trajectoryCurve path to describe a generalized surface that is swept by a crossSectionCurve.class
NurbsSwungSurface contains a profileCurve and a trajectoryCurve [X3DNurbsControlCurveNode].class
NurbsTrimmedSurface generates texture coordinates from a Non-Uniform Rational B-Spline (NURBS) surface.Modifier 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
Modifier and TypeInterfaceDescriptioninterface
NurbsCurve is a 3D curve analogous to NurbsPatchSurface.interface
NurbsPatchSurface defines a contiguous 3D Non-Uniform Rational B-Spline (NURBS) surface.interface
NurbsSweptSurface uses a trajectoryCurve path to describe a generalized surface that is swept by a crossSectionCurve.interface
NurbsSwungSurface contains a profileCurve and a trajectoryCurve [X3DNurbsControlCurveNode].interface
NurbsTrimmedSurface generates texture coordinates from a Non-Uniform Rational B-Spline (NURBS) surface.interface
Abstract geometry type for all types of NURBS surfaces.Modifier 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.