Uses of Interface
org.web3d.x3d.sai.NURBS.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
Modifier and TypeClassDescriptionclass
NurbsCurve is a 3D curve analogous to NurbsPatchSurface.Modifier and TypeFieldDescriptionstatic final NurbsCurve
NurbsSweptSurface.TRAJECTORYCURVE_DEFAULT_VALUE
SFNode field named trajectoryCurve has default value null (Java syntax) or NULL (XML syntax).Modifier and TypeMethodDescriptionNurbsSweptSurface.getTrajectoryCurve()
Provide org.web3d.x3d.sai.NURBS.NurbsCurve instance (using a properly typed node) from inputOutput SFNode field trajectoryCurve.Modifier 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
Modifier 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.Modifier 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.