Uses of Interface
org.web3d.x3d.sai.NURBS.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
Modifier and TypeClassDescriptionclass
Contour2D groups a set of curve segments into a composite contour.Modifier 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
Modifier 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.