Uses of Class
org.web3d.x3d.jsail.NURBS.NurbsSweptSurface
Package
Description
The NURBS component describes Non-uniform Rational B-Spline (NURBS) geometry and interpolation nodes.
-
Uses of NurbsSweptSurface in org.web3d.x3d.jsail.NURBS
Modifier and TypeMethodDescriptionNurbsSweptSurface.addComments
(String newComment) Add comment as String to contained commentsList.NurbsSweptSurface.addComments
(String[] newComments) Add comments as String[] array to contained commentsList.NurbsSweptSurface.addComments
(CommentsBlock newCommentsBlock) Add CommentsBlock to contained commentsList.NurbsSweptSurface.clearCrossSectionCurve()
Utility method to clear SFNode value of crossSectionCurve field.NurbsSweptSurface.clearIS()
Utility method to clear SFNode value of IS field.NurbsSweptSurface.clearMetadata()
Utility method to clear SFNode value of metadata field.NurbsSweptSurface.clearTrajectoryCurve()
Utility method to clear SFNode value of trajectoryCurve field.NurbsSweptSurface.setCcw
(boolean newValue) Accessor method to assign boolean value to initializeOnly SFBool field named ccw.Assign typed object value to SFBool ccw field, similar tosetCcw(boolean)
.NurbsSweptSurface.setCrossSectionCurve
(ProtoInstance newValue) Assign ProtoInstance (using a properly typed node) to inputOutput SFNode field crossSectionCurve.NurbsSweptSurface.setCrossSectionCurve
(X3DNurbsControlCurveNode newValue) Accessor method to assign org.web3d.x3d.sai.NURBS.X3DNurbsControlCurveNode instance (using a properly typed node) to inputOutput SFNode field crossSectionCurve.final NurbsSweptSurface
NurbsSweptSurface.setCssClass
(String newValue) Accessor method to assign String value to inputOutput SFString field named class.NurbsSweptSurface.setCssClass
(SFString newValue) Assign typed object value to SFString cssClass field, similar tosetCssClass(String)
.final NurbsSweptSurface
NurbsSweptSurface.setCssStyle
(String newValue) Accessor method to assign String value to inputOutput SFString field named style.NurbsSweptSurface.setCssStyle
(SFString newValue) Assign typed object value to SFString cssClass field, similar tosetCssStyle(String)
.final NurbsSweptSurface
Accessor method to assign String value to inputOutput SFString field named DEF.Assign typed object value to SFString DEF field, similar tosetDEF(String)
.final NurbsSweptSurface
Accessor method to assign String value to inputOutput SFString field named id.Assign typed object value to SFString HtmlID field, similar tosetHtmlID(String)
.Accessor method to assign IS instance (using a properly typed node) to inputOutput SFNode field IS.NurbsSweptSurface.setMetadata
(ProtoInstance newValue) Assign ProtoInstance (using a properly typed node) to inputOutput SFNode field metadata.NurbsSweptSurface.setMetadata
(X3DMetadataObject newValue) Accessor method to assign org.web3d.x3d.sai.Core.X3DMetadataObject instance (using a properly typed node) to inputOutput SFNode field metadata.NurbsSweptSurface.setSolid
(boolean newValue) Accessor method to assign boolean value to initializeOnly SFBool field named solid.Assign typed object value to SFBool solid field, similar tosetSolid(boolean)
.NurbsSweptSurface.setTrajectoryCurve
(ProtoInstance newValue) Assign ProtoInstance (using a properly typed node) to inputOutput SFNode field trajectoryCurve.NurbsSweptSurface.setTrajectoryCurve
(NurbsCurve newValue) Accessor method to assign org.web3d.x3d.sai.NURBS.NurbsCurve instance (using a properly typed node) to inputOutput SFNode field trajectoryCurve.final NurbsSweptSurface
Accessor method to assign String value to inputOutput SFString field named USE.Assign typed object value to SFString USE field, similar tosetUSE(String)
.NurbsSweptSurface.setUSE
(NurbsSweptSurface DEFnode) Assign a USE reference to another DEF node of same node type, similar tosetUSE(String)
.Modifier and TypeMethodDescriptionNurbsSweptSurface.setUSE
(NurbsSweptSurface DEFnode) Assign a USE reference to another DEF node of same node type, similar tosetUSE(String)
.