Uses of Interface
org.web3d.x3d.sai.NURBS.NurbsSweptSurface
Packages that use NurbsSweptSurface
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 NurbsSweptSurface in org.web3d.x3d.jsail.NURBS
Classes in org.web3d.x3d.jsail.NURBS that implement NurbsSweptSurfaceModifier and TypeClassDescriptionclass
NurbsSweptSurface uses a trajectoryCurve path to describe a generalized surface that is swept by a crossSectionCurve. -
Uses of NurbsSweptSurface in org.web3d.x3d.sai.NURBS
Methods in org.web3d.x3d.sai.NURBS that return NurbsSweptSurfaceModifier and TypeMethodDescriptionNurbsSweptSurface.setCcw
(boolean newValue) Accessor method to assign boolean value to initializeOnly SFBool field named ccw.NurbsSweptSurface.setCrossSectionCurve
(X3DNurbsControlCurveNode newValue) Accessor method to assign org.web3d.x3d.sai.NURBS.X3DNurbsControlCurveNode instance (using a properly typed node) to inputOutput SFNode field crossSectionCurve.NurbsSweptSurface.setMetadata
(X3DMetadataObject newValue) Accessor method to assign org.web3d.x3d.sai.Core.X3DMetadataObject instance (using a properly typed node) to inputOutput SFNode field metadata.NurbsSweptSurface.setSolid
(boolean newValue) Accessor method to assign boolean value to initializeOnly SFBool field named solid.NurbsSweptSurface.setTrajectoryCurve
(NurbsCurve newValue) Accessor method to assign org.web3d.x3d.sai.NURBS.NurbsCurve instance (using a properly typed node) to inputOutput SFNode field trajectoryCurve.