Uses of Interface
org.web3d.x3d.sai.NURBS.NurbsCurve2D
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 NurbsCurve2D in org.web3d.x3d.jsail.NURBS
Modifier and TypeClassDescriptionclass
NurbsCurve2D defines a trimming segment that is part of a trimming contour in the u-v domain of a surface. -
Uses of NurbsCurve2D in org.web3d.x3d.sai.NURBS
Modifier and TypeMethodDescriptionNurbsCurve2D.setClosed
(boolean newValue) Accessor method to assign boolean value to initializeOnly SFBool field named closed.NurbsCurve2D.setControlPoint
(double[] newValue) Accessor method to assign 2-tuple double array to inputOutput MFVec2d field named controlPoint.NurbsCurve2D.setKnot
(double[] newValue) Accessor method to assign double array to initializeOnly MFDouble field named knot.NurbsCurve2D.setMetadata
(X3DMetadataObject newValue) Accessor method to assign org.web3d.x3d.sai.Core.X3DMetadataObject instance (using a properly typed node) to inputOutput SFNode field metadata.NurbsCurve2D.setOrder
(int newValue) Accessor method to assign int value to initializeOnly SFInt32 field named order.NurbsCurve2D.setTessellation
(int newValue) Accessor method to assign int value to inputOutput SFInt32 field named tessellation.NurbsCurve2D.setWeight
(double[] newValue) Accessor method to assign double array to inputOutput MFDouble field named weight.