| Package | Description |
|---|---|
| org.web3d.x3d.jsail.NURBS |
The NURBS component describes Non-uniform Rational B-Spline (NURBS) geometry and interpolation
nodes.
|
| Modifier and Type | Method and Description |
|---|---|
NurbsSetObject |
NurbsSetObject.addComments(CommentsBlock newCommentsBlock)
Add CommentsBlock to contained commentsList.
|
NurbsSetObject |
NurbsSetObject.addComments(java.lang.String newComment)
Add comment as String to contained commentsList.
|
NurbsSetObject |
NurbsSetObject.addComments(java.lang.String[] newComments)
Add comments as String[] array to contained commentsList.
|
NurbsSetObject |
NurbsSetObject.addGeometry(X3DNode newValue)
Add single child node to existing array of geometry nodes (if any).
|
NurbsSetObject |
NurbsSetObject.clearGeometry()
Utility method to clear MFNode value of geometry field.
|
NurbsSetObject |
NurbsSetObject.clearMetadata()
Utility method to clear SFNode value of metadata field.
|
NurbsSetObject |
NurbsSetObject.setBboxCenter(float[] newValue)
Assign 3-tuple float array to initializeOnly SFVec3f field named bboxCenter.
|
NurbsSetObject |
NurbsSetObject.setBboxCenter(float x,
float y,
float z)
Assign values to SFVec3f bboxCenter field, similar to
setBboxCenter(float[]). |
NurbsSetObject |
NurbsSetObject.setBboxCenter(SFVec3fObject newValue)
Assign typed object value to SFVec3f bboxCenter field, similar to
setBboxCenter(float[]). |
NurbsSetObject |
NurbsSetObject.setBboxSize(float[] newValue)
Assign 3-tuple float array within allowed range of [0,infinity), or default value [-1 -1 -1], to initializeOnly SFVec3f field named bboxSize.
|
NurbsSetObject |
NurbsSetObject.setBboxSize(float x,
float y,
float z)
Assign values to SFVec3f bboxSize field, similar to
setBboxSize(float[]). |
NurbsSetObject |
NurbsSetObject.setBboxSize(SFVec3fObject newValue)
Assign typed object value to SFVec3f bboxSize field, similar to
setBboxSize(float[]). |
NurbsSetObject |
NurbsSetObject.setCssClass(SFStringObject newValue)
Assign typed object value to SFString cssClass field, similar to
setCssClass(String). |
NurbsSetObject |
NurbsSetObject.setCssClass(java.lang.String newValue)
Assign String value to inputOutput SFString field named class.
|
NurbsSetObject |
NurbsSetObject.setDEF(SFStringObject newValue)
Assign typed object value to SFString DEF field, similar to
setDEF(String). |
NurbsSetObject |
NurbsSetObject.setDEF(java.lang.String newValue)
Assign String value to inputOutput SFString field named DEF.
|
NurbsSetObject |
NurbsSetObject.setGeometry(java.util.ArrayList<X3DNurbsSurfaceGeometryNode> newValue)
Assign ArrayList value of MFNode geometry field, similar to
setGeometry(X3DNode[]). |
NurbsSetObject |
NurbsSetObject.setGeometry(X3DConcreteNode newValue)
Utility method to set single SFNode as NurbsSetObject geometry.
|
NurbsSetObject |
NurbsSetObject.setGeometry(X3DNode[] newValue)
Assign X3DNurbsSurfaceGeometryNode array (using an array consisting of properly typed nodes or ProtoInstanceObjects) to inputOutput MFNode field geometry.
|
NurbsSetObject |
NurbsSetObject.setIS(ISObject newValue)
Assign field named IS for establishing IS/connect field connections between ProtoInterface fields and internal ProtoBody nodes.
|
NurbsSetObject |
NurbsSetObject.setMetadata(ProtoInstanceObject newValue)
Assign ProtoInstance (using a properly typed node) to inputOutput SFNode field metadata.
|
NurbsSetObject |
NurbsSetObject.setMetadata(X3DMetadataObject newValue)
Assign X3DMetadataObject instance (using a properly typed node) to inputOutput SFNode field metadata.
|
NurbsSetObject |
NurbsSetObject.setTessellationScale(float newValue)
Assign float value within allowed range of (0,infinity) to inputOutput SFFloat field named tessellationScale.
|
NurbsSetObject |
NurbsSetObject.setTessellationScale(SFFloatObject newValue)
Assign typed object value to SFFloat tessellationScale field, similar to
setTessellationScale(float). |
NurbsSetObject |
NurbsSetObject.setUSE(NurbsSetObject DEFnode)
Assign a USE reference to another DEF node of same node type, similar to
setUSE(String). |
NurbsSetObject |
NurbsSetObject.setUSE(SFStringObject newValue)
Assign typed object value to SFString USE field, similar to
setUSE(String). |
NurbsSetObject |
NurbsSetObject.setUSE(java.lang.String newValue)
Assign String value to inputOutput SFString field named USE.
|
| Modifier and Type | Method and Description |
|---|---|
NurbsSetObject |
NurbsSetObject.setUSE(NurbsSetObject DEFnode)
Assign a USE reference to another DEF node of same node type, similar to
setUSE(String). |
Copyright ©2005-2017 Web3D Consortium under an open-source license, free for any use. Feedback is welcome.