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 TypeClassDescriptionclass
ContourPolyline2D defines a linear curve segment as part of a trimming contour in the u-v domain of a NURBS surface.class
NurbsCurve2D 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 X3DNurbsControlCurveNode
NurbsSweptSurface.CROSSSECTIONCURVE_DEFAULT_VALUE
SFNode field named crossSectionCurve has default value null (Java syntax) or NULL (XML syntax).static final X3DNurbsControlCurveNode
NurbsSwungSurface.PROFILECURVE_DEFAULT_VALUE
SFNode field named profileCurve has default value null (Java syntax) or NULL (XML syntax).static final X3DNurbsControlCurveNode
NurbsSwungSurface.TRAJECTORYCURVE_DEFAULT_VALUE
SFNode 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.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.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 TypeInterfaceDescriptioninterface
ContourPolyline2D defines a linear curve segment as part of a trimming contour in the u-v domain of a NURBS surface.interface
NurbsCurve2D 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.