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