Uses of Interface
org.web3d.x3d.sai.NURBS.NurbsSwungSurface
| Package | Description |
|---|---|
| org.web3d.x3d.jsail.NURBS | |
| org.web3d.x3d.sai.NURBS |
-
Uses of NurbsSwungSurface in org.web3d.x3d.jsail.NURBS
Classes in org.web3d.x3d.jsail.NURBS that implement NurbsSwungSurface Modifier and Type Class Description classNurbsSwungSurfaceObjectNurbsSwungSurface contains a profileCurve and a trajectoryCurve [X3DNurbsControlCurveNode]. -
Uses of NurbsSwungSurface in org.web3d.x3d.sai.NURBS
Methods in org.web3d.x3d.sai.NURBS that return NurbsSwungSurface Modifier and Type Method Description NurbsSwungSurfaceNurbsSwungSurface. setCcw(boolean newValue)Accessor method to assign boolean value to initializeOnly SFBool field named ccw.NurbsSwungSurfaceNurbsSwungSurface. setMetadata(X3DMetadataObject newValue)Accessor method to assign X3DMetadataObject instance (using a properly typed node) to inputOutput SFNode field metadata.NurbsSwungSurfaceNurbsSwungSurface. setProfileCurve(X3DNurbsControlCurveNode newValue)Accessor method to assign X3DNurbsControlCurveNode instance (using a properly typed node) to inputOutput SFNode field profileCurve.NurbsSwungSurfaceNurbsSwungSurface. setSolid(boolean newValue)Accessor method to assign boolean value to initializeOnly SFBool field named solid.NurbsSwungSurfaceNurbsSwungSurface. setTrajectoryCurve(X3DNurbsControlCurveNode newValue)Accessor method to assign X3DNurbsControlCurveNode instance (using a properly typed node) to inputOutput SFNode field trajectoryCurve.