Uses of Interface
org.web3d.x3d.sai.NURBS.NurbsCurve
| Package | Description |
|---|---|
| org.web3d.x3d.jsail.NURBS | |
| org.web3d.x3d.sai.NURBS |
-
Uses of NurbsCurve in org.web3d.x3d.jsail.NURBS
Classes in org.web3d.x3d.jsail.NURBS that implement NurbsCurve Modifier and Type Class Description classNurbsCurveObjectNurbsCurve is a 3D curve analogous to NurbsPatchSurface.Methods in org.web3d.x3d.jsail.NURBS that return NurbsCurve Modifier and Type Method Description NurbsCurveNurbsSweptSurfaceObject. getTrajectoryCurve()Provide NurbsCurveObject instance (using a properly typed node) from inputOutput SFNode field trajectoryCurve.Methods in org.web3d.x3d.jsail.NURBS with parameters of type NurbsCurve Modifier and Type Method Description NurbsSweptSurfaceObjectNurbsSweptSurfaceObject. setTrajectoryCurve(NurbsCurve newValue)Accessor method to assign NurbsCurveObject instance (using a properly typed node) to inputOutput SFNode field trajectoryCurve. -
Uses of NurbsCurve in org.web3d.x3d.sai.NURBS
Methods in org.web3d.x3d.sai.NURBS that return NurbsCurve Modifier and Type Method Description NurbsCurveNurbsSweptSurface. getTrajectoryCurve()Provide NurbsCurve instance (using a properly typed node) from inputOutput SFNode field trajectoryCurve.NurbsCurveNurbsCurve. setClosed(boolean newValue)Accessor method to assign boolean value to initializeOnly SFBool field named closed.NurbsCurveNurbsCurve. setControlPoint(X3DCoordinateNode newValue)Accessor method to assign X3DCoordinateNode instance (using a properly typed node) to inputOutput SFNode field controlPoint.NurbsCurveNurbsCurve. setKnot(double[] newValue)Accessor method to assign double array to initializeOnly MFDouble field named knot.NurbsCurveNurbsCurve. setMetadata(X3DMetadataObject newValue)Accessor method to assign X3DMetadataObject instance (using a properly typed node) to inputOutput SFNode field metadata.NurbsCurveNurbsCurve. setOrder(int newValue)Accessor method to assign int value to initializeOnly SFInt32 field named order.NurbsCurveNurbsCurve. setTessellation(int newValue)Accessor method to assign int value to inputOutput SFInt32 field named tessellation.NurbsCurveNurbsCurve. setWeight(double[] newValue)Accessor method to assign double array to inputOutput MFDouble field named weight.Methods in org.web3d.x3d.sai.NURBS with parameters of type NurbsCurve Modifier and Type Method Description NurbsSweptSurfaceNurbsSweptSurface. setTrajectoryCurve(NurbsCurve newValue)Accessor method to assign NurbsCurve instance (using a properly typed node) to inputOutput SFNode field trajectoryCurve.