Uses of Interface
org.web3d.x3d.sai.NURBS.NurbsCurve
Packages that use NurbsCurve
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 NurbsCurve in org.web3d.x3d.jsail.NURBS
Classes in org.web3d.x3d.jsail.NURBS that implement NurbsCurveModifier and TypeClassDescriptionclass
NurbsCurve is a 3D curve analogous to NurbsPatchSurface.Fields in org.web3d.x3d.jsail.NURBS declared as NurbsCurveModifier and TypeFieldDescriptionstatic final NurbsCurve
NurbsSweptSurface.TRAJECTORYCURVE_DEFAULT_VALUE
SFNode field named trajectoryCurve has default value null (Java syntax) or NULL (XML syntax).Methods in org.web3d.x3d.jsail.NURBS that return NurbsCurveModifier and TypeMethodDescriptionNurbsSweptSurface.getTrajectoryCurve()
Provide org.web3d.x3d.sai.NURBS.NurbsCurve instance (using a properly typed node) from inputOutput SFNode field trajectoryCurve.Methods in org.web3d.x3d.jsail.NURBS with parameters of type NurbsCurveModifier and TypeMethodDescriptionNurbsSweptSurface.setTrajectoryCurve
(NurbsCurve newValue) Accessor method to assign org.web3d.x3d.sai.NURBS.NurbsCurve 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 NurbsCurveModifier and TypeMethodDescriptionNurbsSweptSurface.getTrajectoryCurve()
Provide org.web3d.x3d.sai.NURBS.NurbsCurve instance (using a properly typed node) from inputOutput SFNode field trajectoryCurve.NurbsCurve.setClosed
(boolean newValue) Accessor method to assign boolean value to initializeOnly SFBool field named closed.NurbsCurve.setControlPoint
(X3DNode newValue) Accessor method to assign org.web3d.x3d.sai.Core.X3DNode instance (using a properly typed node) to inputOutput SFNode field controlPoint.NurbsCurve.setKnot
(double[] newValue) Accessor method to assign double array to initializeOnly MFDouble field named knot.NurbsCurve.setMetadata
(X3DMetadataObject newValue) Accessor method to assign org.web3d.x3d.sai.Core.X3DMetadataObject instance (using a properly typed node) to inputOutput SFNode field metadata.NurbsCurve.setOrder
(int newValue) Accessor method to assign int value to initializeOnly SFInt32 field named order.NurbsCurve.setTessellation
(int newValue) Accessor method to assign int value to inputOutput SFInt32 field named tessellation.NurbsCurve.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 NurbsCurveModifier and TypeMethodDescriptionNurbsSweptSurface.setTrajectoryCurve
(NurbsCurve newValue) Accessor method to assign org.web3d.x3d.sai.NURBS.NurbsCurve instance (using a properly typed node) to inputOutput SFNode field trajectoryCurve.