Uses of Interface
org.web3d.x3d.sai.NURBS.NurbsSwungSurface
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 NurbsSwungSurface in org.web3d.x3d.jsail.NURBS
Modifier and TypeClassDescriptionclass
NurbsSwungSurface contains a profileCurve and a trajectoryCurve [X3DNurbsControlCurveNode]. -
Uses of NurbsSwungSurface in org.web3d.x3d.sai.NURBS
Modifier and TypeMethodDescriptionNurbsSwungSurface.setCcw
(boolean newValue) Accessor method to assign boolean value to initializeOnly SFBool field named ccw.NurbsSwungSurface.setMetadata
(X3DMetadataObject newValue) Accessor method to assign org.web3d.x3d.sai.Core.X3DMetadataObject instance (using a properly typed node) to inputOutput SFNode field metadata.NurbsSwungSurface.setProfileCurve
(X3DNurbsControlCurveNode newValue) Accessor method to assign org.web3d.x3d.sai.NURBS.X3DNurbsControlCurveNode instance (using a properly typed node) to inputOutput SFNode field profileCurve.NurbsSwungSurface.setSolid
(boolean newValue) Accessor method to assign boolean value to initializeOnly SFBool field named solid.NurbsSwungSurface.setTrajectoryCurve
(X3DNurbsControlCurveNode newValue) Accessor method to assign org.web3d.x3d.sai.NURBS.X3DNurbsControlCurveNode instance (using a properly typed node) to inputOutput SFNode field trajectoryCurve.