Uses of Interface
org.web3d.x3d.sai.NURBS.X3DNurbsControlCurveNode
Packages that use X3DNurbsControlCurveNode
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 X3DNurbsControlCurveNode in org.web3d.x3d.jsail.NURBS
Classes in org.web3d.x3d.jsail.NURBS that implement X3DNurbsControlCurveNodeModifier and TypeClassDescriptionclassContourPolyline2D defines a linear curve segment as part of a trimming contour in the u-v domain of a NURBS surface.classNurbsCurve2D defines a trimming segment that is part of a trimming contour in the u-v domain of a surface.Fields in org.web3d.x3d.jsail.NURBS declared as X3DNurbsControlCurveNodeModifier and TypeFieldDescriptionstatic final X3DNurbsControlCurveNodeNurbsSweptSurface.CROSSSECTIONCURVE_DEFAULT_VALUESFNode field named crossSectionCurve has default value null (Java syntax) or NULL (XML syntax).static final X3DNurbsControlCurveNodeNurbsSwungSurface.PROFILECURVE_DEFAULT_VALUESFNode field named profileCurve has default value null (Java syntax) or NULL (XML syntax).static final X3DNurbsControlCurveNodeNurbsSwungSurface.TRAJECTORYCURVE_DEFAULT_VALUESFNode field named trajectoryCurve has default value null (Java syntax) or NULL (XML syntax).Methods in org.web3d.x3d.jsail.NURBS that return X3DNurbsControlCurveNodeModifier and TypeMethodDescriptionNurbsSweptSurface.getCrossSectionCurve()Provide org.web3d.x3d.sai.NURBS.X3DNurbsControlCurveNode instance (using a properly typed node) from inputOutput SFNode field crossSectionCurve.static final X3DNurbsControlCurveNodeNurbsSweptSurface.getCrossSectionCurveDefault()Public accessor for encapsulated SFNode default value null, returned as org.web3d.x3d.sai.NURBS.X3DNurbsControlCurveNode.NurbsSwungSurface.getProfileCurve()Provide org.web3d.x3d.sai.NURBS.X3DNurbsControlCurveNode instance (using a properly typed node) from inputOutput SFNode field profileCurve.static final X3DNurbsControlCurveNodeNurbsSwungSurface.getProfileCurveDefault()Public accessor for encapsulated SFNode default value null, returned as org.web3d.x3d.sai.NURBS.X3DNurbsControlCurveNode.NurbsSwungSurface.getTrajectoryCurve()Provide org.web3d.x3d.sai.NURBS.X3DNurbsControlCurveNode instance (using a properly typed node) from inputOutput SFNode field trajectoryCurve.static final X3DNurbsControlCurveNodeNurbsSwungSurface.getTrajectoryCurveDefault()Public accessor for encapsulated SFNode default value null, returned as org.web3d.x3d.sai.NURBS.X3DNurbsControlCurveNode.Methods in org.web3d.x3d.jsail.NURBS with parameters of type X3DNurbsControlCurveNodeModifier and TypeMethodDescriptionNurbsSweptSurface.setCrossSectionCurve(X3DNurbsControlCurveNode newValue) Accessor method to assign org.web3d.x3d.sai.NURBS.X3DNurbsControlCurveNode instance (using a properly typed node) to inputOutput SFNode field crossSectionCurve.NurbsSwungSurface.setProfileCurve(X3DNurbsControlCurveNode newValue) Accessor method to assign org.web3d.x3d.sai.NURBS.X3DNurbsControlCurveNode instance (using a properly typed node) to inputOutput SFNode field profileCurve.NurbsSwungSurface.setTrajectoryCurve(X3DNurbsControlCurveNode newValue) Accessor method to assign org.web3d.x3d.sai.NURBS.X3DNurbsControlCurveNode instance (using a properly typed node) to inputOutput SFNode field trajectoryCurve. -
Uses of X3DNurbsControlCurveNode in org.web3d.x3d.sai.NURBS
Subinterfaces of X3DNurbsControlCurveNode in org.web3d.x3d.sai.NURBSModifier and TypeInterfaceDescriptioninterfaceContourPolyline2D defines a linear curve segment as part of a trimming contour in the u-v domain of a NURBS surface.interfaceNurbsCurve2D defines a trimming segment that is part of a trimming contour in the u-v domain of a surface.Methods in org.web3d.x3d.sai.NURBS that return X3DNurbsControlCurveNodeModifier and TypeMethodDescriptionNurbsSweptSurface.getCrossSectionCurve()Provide org.web3d.x3d.sai.NURBS.X3DNurbsControlCurveNode instance (using a properly typed node) from inputOutput SFNode field crossSectionCurve.NurbsSwungSurface.getProfileCurve()Provide org.web3d.x3d.sai.NURBS.X3DNurbsControlCurveNode instance (using a properly typed node) from inputOutput SFNode field profileCurve.NurbsSwungSurface.getTrajectoryCurve()Provide org.web3d.x3d.sai.NURBS.X3DNurbsControlCurveNode instance (using a properly typed node) from inputOutput SFNode field trajectoryCurve.X3DNurbsControlCurveNode.setControlPoint(double[] newValue) Accessor method to assign 2-tuple double array to inputOutput MFVec2d field named controlPoint.X3DNurbsControlCurveNode.setMetadata(X3DMetadataObject newValue) Accessor method to assign org.web3d.x3d.sai.Core.X3DMetadataObject instance (using a properly typed node) to inputOutput SFNode field metadata.Methods in org.web3d.x3d.sai.NURBS with parameters of type X3DNurbsControlCurveNodeModifier and TypeMethodDescriptionNurbsSweptSurface.setCrossSectionCurve(X3DNurbsControlCurveNode newValue) Accessor method to assign org.web3d.x3d.sai.NURBS.X3DNurbsControlCurveNode instance (using a properly typed node) to inputOutput SFNode field crossSectionCurve.NurbsSwungSurface.setProfileCurve(X3DNurbsControlCurveNode newValue) Accessor method to assign org.web3d.x3d.sai.NURBS.X3DNurbsControlCurveNode instance (using a properly typed node) to inputOutput SFNode field profileCurve.NurbsSwungSurface.setTrajectoryCurve(X3DNurbsControlCurveNode newValue) Accessor method to assign org.web3d.x3d.sai.NURBS.X3DNurbsControlCurveNode instance (using a properly typed node) to inputOutput SFNode field trajectoryCurve.