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.addComments(CommentsBlock newCommentsBlock) |
Add CommentsBlock to contained commentsList.
|
NurbsSetObject |
NurbsSetObject.addGeometry(ProtoInstanceObject newValue) |
Add single ProtoInstanceObject (with appropriate node type and containerField value) to MFNode array for geometry field.
|
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.clearIS() |
Utility method to clear SFNode value of IS field.
|
NurbsSetObject |
NurbsSetObject.clearMetadata() |
Utility method to clear SFNode value of metadata field.
|
NurbsSetObject |
NurbsSetObject.setBboxCenter(double[] newArray) |
Utility method: double-precision set-array accessor for X3D floating-point type, similar to setBboxCenter(float[]) .
|
NurbsSetObject |
NurbsSetObject.setBboxCenter(double x,
double y,
double z) |
Utility method: double-precision set-parameters accessor for X3D floating-point type, similar to setBboxCenter(float[]) .
|
NurbsSetObject |
NurbsSetObject.setBboxCenter(float[] newValue) |
Accessor method to assign 3-tuple float array to initializeOnly SFVec3f field named bboxCenter.
|
NurbsSetObject |
NurbsSetObject.setBboxCenter(float x,
float y,
float z) |
|
NurbsSetObject |
NurbsSetObject.setBboxCenter(SFVec3fObject newValue) |
|
NurbsSetObject |
NurbsSetObject.setBboxDisplay(boolean newValue) |
Accessor method to assign boolean value to inputOutput SFBool field named bboxDisplay.
|
NurbsSetObject |
NurbsSetObject.setBboxDisplay(SFBoolObject newValue) |
|
NurbsSetObject |
NurbsSetObject.setBboxSize(double[] newArray) |
Utility method: double-precision set-array accessor for X3D floating-point type, similar to setBboxSize(float[]) .
|
NurbsSetObject |
NurbsSetObject.setBboxSize(double x,
double y,
double z) |
Utility method: double-precision set-parameters accessor for X3D floating-point type, similar to setBboxSize(float[]) .
|
NurbsSetObject |
NurbsSetObject.setBboxSize(float[] newValue) |
Accessor method to assign 3-tuple float array to initializeOnly SFVec3f field named bboxSize.
|
NurbsSetObject |
NurbsSetObject.setBboxSize(float x,
float y,
float z) |
|
NurbsSetObject |
NurbsSetObject.setBboxSize(SFVec3fObject newValue) |
|
NurbsSetObject |
NurbsSetObject.setCssClass(java.lang.String newValue) |
Accessor method to assign String value to inputOutput SFString field named class.
|
NurbsSetObject |
NurbsSetObject.setCssClass(SFStringObject newValue) |
|
NurbsSetObject |
NurbsSetObject.setDEF(java.lang.String newValue) |
Accessor method to assign String value to inputOutput SFString field named DEF.
|
NurbsSetObject |
NurbsSetObject.setDEF(SFStringObject newValue) |
Assign typed object value to SFString DEF field, similar to setDEF(String) .
|
NurbsSetObject |
NurbsSetObject.setGeometry(java.util.ArrayList<X3DNurbsSurfaceGeometryNode> newValue) |
|
NurbsSetObject |
NurbsSetObject.setGeometry(X3DNode[] newValue) |
Accessor method to assign X3DNurbsSurfaceGeometryNode array (using an array consisting of properly typed nodes or ProtoInstanceObjects) to inputOutput MFNode field geometry.
|
NurbsSetObject |
NurbsSetObject.setIS(ISObject newValue) |
Accessor method to assign ISObject instance (using a properly typed node) to inputOutput SFNode field IS.
|
NurbsSetObject |
NurbsSetObject.setMetadata(ProtoInstanceObject newValue) |
Assign ProtoInstance (using a properly typed node) to inputOutput SFNode field metadata.
|
NurbsSetObject |
NurbsSetObject.setMetadata(X3DMetadataObject newValue) |
Accessor method to assign X3DMetadataObject instance (using a properly typed node) to inputOutput SFNode field metadata.
|
NurbsSetObject |
NurbsSetObject.setTessellationScale(double newValue) |
|
NurbsSetObject |
NurbsSetObject.setTessellationScale(float newValue) |
Accessor method to assign float value to inputOutput SFFloat field named tessellationScale.
|
NurbsSetObject |
NurbsSetObject.setTessellationScale(SFFloatObject newValue) |
|
NurbsSetObject |
NurbsSetObject.setUSE(java.lang.String newValue) |
Accessor method to assign String value to inputOutput SFString field named USE.
|
NurbsSetObject |
NurbsSetObject.setUSE(SFStringObject newValue) |
Assign typed object value to SFString USE field, similar to setUSE(String) .
|
NurbsSetObject |
NurbsSetObject.setUSE(NurbsSetObject DEFnode) |
Assign a USE reference to another DEF node of same node type, similar to setUSE(String) .
|
NurbsSetObject |
NurbsSetObject.setVisible(boolean newValue) |
Accessor method to assign boolean value to inputOutput SFBool field named visible.
|
NurbsSetObject |
NurbsSetObject.setVisible(SFBoolObject newValue) |
|