Uses of Class
org.web3d.x3d.jsail.NURBS.NurbsPatchSurface
Package
Description
The NURBS component describes Non-uniform Rational B-Spline (NURBS) geometry and interpolation nodes.
-
Uses of NurbsPatchSurface in org.web3d.x3d.jsail.NURBS
Modifier and TypeMethodDescriptionNurbsPatchSurface.addComments
(String newComment) Add comment as String to contained commentsList.NurbsPatchSurface.addComments
(String[] newComments) Add comments as String[] array to contained commentsList.NurbsPatchSurface.addComments
(CommentsBlock newCommentsBlock) Add CommentsBlock to contained commentsList.NurbsPatchSurface.addUKnot
(double newValue) Add singleton double value to MFDouble uKnot field.Add singleton SFDouble value to MFDouble uKnot field.NurbsPatchSurface.addVKnot
(double newValue) Add singleton double value to MFDouble vKnot field.Add singleton SFDouble value to MFDouble vKnot field.NurbsPatchSurface.addWeight
(double newValue) Add singleton double value to MFDouble weight field.Add singleton SFDouble value to MFDouble weight field.NurbsPatchSurface.clearControlPoint()
Utility method to clear SFNode value of controlPoint field.NurbsPatchSurface.clearIS()
Utility method to clear SFNode value of IS field.NurbsPatchSurface.clearMetadata()
Utility method to clear SFNode value of metadata field.NurbsPatchSurface.clearTexCoord()
Utility method to clear SFNode value of texCoord field.NurbsPatchSurface.clearUKnot()
Utility method to clear MFDouble value of uKnot field.NurbsPatchSurface.clearVKnot()
Utility method to clear MFDouble value of vKnot field.NurbsPatchSurface.clearWeight()
Utility method to clear MFDouble value of weight field.NurbsPatchSurface.setControlPoint
(ProtoInstance newValue) Assign ProtoInstance (using a properly typed node) to inputOutput SFNode field controlPoint.NurbsPatchSurface.setControlPoint
(X3DNode newValue) Accessor method to assign org.web3d.x3d.sai.Core.X3DNode instance (using a properly typed node) to inputOutput SFNode field controlPoint.final NurbsPatchSurface
NurbsPatchSurface.setCssClass
(String newValue) Accessor method to assign String value to inputOutput SFString field named class.NurbsPatchSurface.setCssClass
(SFString newValue) Assign typed object value to SFString cssClass field, similar tosetCssClass(String)
.final NurbsPatchSurface
NurbsPatchSurface.setCssStyle
(String newValue) Accessor method to assign String value to inputOutput SFString field named style.NurbsPatchSurface.setCssStyle
(SFString newValue) Assign typed object value to SFString cssClass field, similar tosetCssStyle(String)
.final NurbsPatchSurface
Accessor method to assign String value to inputOutput SFString field named DEF.Assign typed object value to SFString DEF field, similar tosetDEF(String)
.final NurbsPatchSurface
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.NurbsPatchSurface.setMetadata
(ProtoInstance newValue) Assign ProtoInstance (using a properly typed node) to inputOutput SFNode field metadata.NurbsPatchSurface.setMetadata
(X3DMetadataObject newValue) Accessor method to assign org.web3d.x3d.sai.Core.X3DMetadataObject instance (using a properly typed node) to inputOutput SFNode field metadata.NurbsPatchSurface.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)
.NurbsPatchSurface.setTexCoord
(ProtoInstance newValue) Assign ProtoInstance (using a properly typed node) to inputOutput SFNode field texCoord.NurbsPatchSurface.setTexCoord
(X3DNode newValue) Accessor method to assign org.web3d.x3d.sai.Core.X3DNode instance (using a properly typed node) to inputOutput SFNode field texCoord.NurbsPatchSurface.setUClosed
(boolean newValue) Accessor method to assign boolean value to initializeOnly SFBool field named uClosed.NurbsPatchSurface.setUClosed
(SFBool newValue) Assign typed object value to SFBool uClosed field, similar tosetUClosed(boolean)
.NurbsPatchSurface.setUDimension
(int newValue) Accessor method to assign int value to initializeOnly SFInt32 field named uDimension.NurbsPatchSurface.setUDimension
(SFInt32 newValue) Assign typed object value to SFInt32 uDimension field, similar tosetUDimension(int)
.NurbsPatchSurface.setUKnot
(double[] newValue) Accessor method to assign Double array to initializeOnly MFDouble field named uKnot.NurbsPatchSurface.setUKnot
(int[] newValue) Assign floating-point array value of MFDouble uKnot field, similar tosetUKnot(double[])
.Assign ArrayList value of MFDouble uKnot field, similar tosetUKnot(double[])
.Assign typed object value to MFDouble uKnot field, similar tosetUKnot(double[])
.NurbsPatchSurface.setUOrder
(int newValue) Accessor method to assign int value to initializeOnly SFInt32 field named uOrder.Assign typed object value to SFInt32 uOrder field, similar tosetUOrder(int)
.final NurbsPatchSurface
Accessor method to assign String value to inputOutput SFString field named USE.Assign typed object value to SFString USE field, similar tosetUSE(String)
.NurbsPatchSurface.setUSE
(NurbsPatchSurface DEFnode) Assign a USE reference to another DEF node of same node type, similar tosetUSE(String)
.NurbsPatchSurface.setUTessellation
(int newValue) Accessor method to assign int value to inputOutput SFInt32 field named uTessellation.NurbsPatchSurface.setUTessellation
(SFInt32 newValue) Assign typed object value to SFInt32 uTessellation field, similar tosetUTessellation(int)
.NurbsPatchSurface.setVClosed
(boolean newValue) Accessor method to assign boolean value to initializeOnly SFBool field named vClosed.NurbsPatchSurface.setVClosed
(SFBool newValue) Assign typed object value to SFBool vClosed field, similar tosetVClosed(boolean)
.NurbsPatchSurface.setVDimension
(int newValue) Accessor method to assign int value to initializeOnly SFInt32 field named vDimension.NurbsPatchSurface.setVDimension
(SFInt32 newValue) Assign typed object value to SFInt32 vDimension field, similar tosetVDimension(int)
.NurbsPatchSurface.setVKnot
(double[] newValue) Accessor method to assign Double array to initializeOnly MFDouble field named vKnot.NurbsPatchSurface.setVKnot
(int[] newValue) Assign floating-point array value of MFDouble vKnot field, similar tosetVKnot(double[])
.Assign ArrayList value of MFDouble vKnot field, similar tosetVKnot(double[])
.Assign typed object value to MFDouble vKnot field, similar tosetVKnot(double[])
.NurbsPatchSurface.setVOrder
(int newValue) Accessor method to assign int value to initializeOnly SFInt32 field named vOrder.Assign typed object value to SFInt32 vOrder field, similar tosetVOrder(int)
.NurbsPatchSurface.setVTessellation
(int newValue) Accessor method to assign int value to inputOutput SFInt32 field named vTessellation.NurbsPatchSurface.setVTessellation
(SFInt32 newValue) Assign typed object value to SFInt32 vTessellation field, similar tosetVTessellation(int)
.NurbsPatchSurface.setWeight
(double[] newValue) Accessor method to assign Double array to inputOutput MFDouble field named weight.NurbsPatchSurface.setWeight
(int[] newValue) Assign floating-point array value of MFDouble weight field, similar tosetWeight(double[])
.Assign ArrayList value of MFDouble weight field, similar tosetWeight(double[])
.Assign typed object value to MFDouble weight field, similar tosetWeight(double[])
.Modifier and TypeMethodDescriptionNurbsPatchSurface.setUSE
(NurbsPatchSurface DEFnode) Assign a USE reference to another DEF node of same node type, similar tosetUSE(String)
.