Uses of Interface
org.web3d.x3d.sai.NURBS.Contour2D
Packages that use Contour2D
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 Contour2D in org.web3d.x3d.jsail.NURBS
Classes in org.web3d.x3d.jsail.NURBS that implement Contour2DModifier and TypeClassDescriptionclass
Contour2D groups a set of curve segments into a composite contour.Method parameters in org.web3d.x3d.jsail.NURBS with type arguments of type Contour2DModifier and TypeMethodDescriptionNurbsTrimmedSurface.setTrimmingContour
(ArrayList<Contour2D> newValue) Assign ArrayList value of MFNode trimmingContour field, similar toNurbsTrimmedSurface.setTrimmingContour(org.web3d.x3d.sai.Core.X3DNode[])
. -
Uses of Contour2D in org.web3d.x3d.sai.NURBS
Methods in org.web3d.x3d.sai.NURBS that return Contour2DModifier and TypeMethodDescriptionContour2D.setChildren
(X3DNode[] newValue) Accessor method to assign org.web3d.x3d.sai.Core.X3DNode array (using an array consisting of properly typed nodes or ProtoInstances) to inputOutput MFNode field children.Contour2D.setMetadata
(X3DMetadataObject newValue) Accessor method to assign org.web3d.x3d.sai.Core.X3DMetadataObject instance (using a properly typed node) to inputOutput SFNode field metadata.