Uses of Interface
org.web3d.x3d.sai.NURBS.NurbsSurfaceInterpolator
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 NurbsSurfaceInterpolator in org.web3d.x3d.jsail.NURBS
Modifier and TypeClassDescriptionclass
NurbsSurfaceInterpolator describes a 3D NURBS curve and outputs interpolated position and normal values. -
Uses of NurbsSurfaceInterpolator in org.web3d.x3d.sai.NURBS
Modifier and TypeMethodDescriptionNurbsSurfaceInterpolator.setControlPoint
(X3DNode newValue) Accessor method to assign org.web3d.x3d.sai.Core.X3DNode instance (using a properly typed node) to inputOutput SFNode field controlPoint.NurbsSurfaceInterpolator.setMetadata
(X3DMetadataObject newValue) Accessor method to assign org.web3d.x3d.sai.Core.X3DMetadataObject instance (using a properly typed node) to inputOutput SFNode field metadata.NurbsSurfaceInterpolator.setUDimension
(int newValue) Accessor method to assign int value to initializeOnly SFInt32 field named uDimension.NurbsSurfaceInterpolator.setUKnot
(double[] newValue) Accessor method to assign double array to initializeOnly MFDouble field named uKnot.NurbsSurfaceInterpolator.setUOrder
(int newValue) Accessor method to assign int value to initializeOnly SFInt32 field named uOrder.NurbsSurfaceInterpolator.setVDimension
(int newValue) Accessor method to assign int value to initializeOnly SFInt32 field named vDimension.NurbsSurfaceInterpolator.setVKnot
(double[] newValue) Accessor method to assign double array to initializeOnly MFDouble field named vKnot.NurbsSurfaceInterpolator.setVOrder
(int newValue) Accessor method to assign int value to initializeOnly SFInt32 field named vOrder.NurbsSurfaceInterpolator.setWeight
(double[] newValue) Accessor method to assign double array to inputOutput MFDouble field named weight.