Uses of Class
org.web3d.x3d.jsail.NURBS.Contour2D
Package
Description
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 TypeMethodDescriptionContour2D.addChild
(ContourPolyline2D newValue) Add single children node to array of existing children nodes (if any) for Contour2D.Contour2D.addChild
(NurbsCurve2D newValue) Add single children node to array of existing children nodes (if any) for Contour2D.Contour2D.addChild
(X3DChildNode newValue) Utility method to add single child element to contained list of existing children nodes (if any).Contour2D.addChildren
(ProtoInstance newValue) Add single ProtoInstance (with appropriate node type and containerField value) to MFNode array for children field.Contour2D.addComments
(String newComment) Add comment as CommentsBlock to children fieldContour2D.addComments
(String[] newComments) Add comments as String[] array to children fieldContour2D.addComments
(CommentsBlock newCommentsBlock) Add CommentsBlock to children fieldContour2D.clearChildren()
Utility method to clear MFNode value of children field.Contour2D.clearIS()
Utility method to clear SFNode value of IS field.Contour2D.clearMetadata()
Utility method to clear SFNode value of metadata field.Contour2D.setChildren
(ArrayList<X3DNode> newValue) Assign ArrayList value of MFNode children field, similar tosetChildren(org.web3d.x3d.sai.Core.X3DNode[])
.Contour2D.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.final Contour2D
Contour2D.setCssClass
(String newValue) Accessor method to assign String value to inputOutput SFString field named class.Contour2D.setCssClass
(SFString newValue) Assign typed object value to SFString cssClass field, similar tosetCssClass(String)
.final Contour2D
Contour2D.setCssStyle
(String newValue) Accessor method to assign String value to inputOutput SFString field named style.Contour2D.setCssStyle
(SFString newValue) Assign typed object value to SFString cssClass field, similar tosetCssStyle(String)
.final Contour2D
Accessor method to assign String value to inputOutput SFString field named DEF.Assign typed object value to SFString DEF field, similar tosetDEF(String)
.final Contour2D
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.Contour2D.setMetadata
(ProtoInstance newValue) Assign ProtoInstance (using a properly typed node) to inputOutput SFNode field metadata.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.final Contour2D
Accessor method to assign String value to inputOutput SFString field named USE.Assign typed object value to SFString USE field, similar tosetUSE(String)
.Assign a USE reference to another DEF node of same node type, similar tosetUSE(String)
.Modifier and TypeMethodDescriptionNurbsTrimmedSurface.addTrimmingContour
(Contour2D newValue) Add single child node to existing array of trimmingContour nodes (if any).Assign a USE reference to another DEF node of same node type, similar tosetUSE(String)
.