NurbsOrientationInterpolatorObject |
NurbsOrientationInterpolatorObject.addComments(java.lang.String newComment) |
Add comment as String to contained commentsList.
|
NurbsOrientationInterpolatorObject |
NurbsOrientationInterpolatorObject.addComments(java.lang.String[] newComments) |
Add comments as String[] array to contained commentsList.
|
NurbsOrientationInterpolatorObject |
NurbsOrientationInterpolatorObject.addComments(CommentsBlock newCommentsBlock) |
Add CommentsBlock to contained commentsList.
|
NurbsOrientationInterpolatorObject |
NurbsOrientationInterpolatorObject.addKnot(double newValue) |
Add singleton double value to MFDouble knot field.
|
NurbsOrientationInterpolatorObject |
NurbsOrientationInterpolatorObject.addKnot(SFDoubleObject newValue) |
Add singleton SFDoubleObject value to MFDouble knot field.
|
NurbsOrientationInterpolatorObject |
NurbsOrientationInterpolatorObject.addWeight(double newValue) |
Add singleton double value to MFDouble weight field.
|
NurbsOrientationInterpolatorObject |
NurbsOrientationInterpolatorObject.addWeight(SFDoubleObject newValue) |
Add singleton SFDoubleObject value to MFDouble weight field.
|
NurbsOrientationInterpolatorObject |
NurbsOrientationInterpolatorObject.clearControlPoint() |
Utility method to clear SFNode value of controlPoint field.
|
NurbsOrientationInterpolatorObject |
NurbsOrientationInterpolatorObject.clearIS() |
Utility method to clear SFNode value of IS field.
|
NurbsOrientationInterpolatorObject |
NurbsOrientationInterpolatorObject.clearKnot() |
Utility method to clear MFDouble value of knot field.
|
NurbsOrientationInterpolatorObject |
NurbsOrientationInterpolatorObject.clearMetadata() |
Utility method to clear SFNode value of metadata field.
|
NurbsOrientationInterpolatorObject |
NurbsOrientationInterpolatorObject.clearWeight() |
Utility method to clear MFDouble value of weight field.
|
NurbsOrientationInterpolatorObject |
NurbsOrientationInterpolatorObject.setControlPoint(ProtoInstanceObject newValue) |
Assign ProtoInstance (using a properly typed node) to inputOutput SFNode field controlPoint.
|
NurbsOrientationInterpolatorObject |
NurbsOrientationInterpolatorObject.setControlPoint(X3DCoordinateNode newValue) |
Accessor method to assign X3DCoordinateNode instance (using a properly typed node) to inputOutput SFNode field controlPoint.
|
NurbsOrientationInterpolatorObject |
NurbsOrientationInterpolatorObject.setCssClass(java.lang.String newValue) |
Accessor method to assign String value to inputOutput SFString field named class.
|
NurbsOrientationInterpolatorObject |
NurbsOrientationInterpolatorObject.setCssClass(SFStringObject newValue) |
|
NurbsOrientationInterpolatorObject |
NurbsOrientationInterpolatorObject.setDEF(java.lang.String newValue) |
Accessor method to assign String value to inputOutput SFString field named DEF.
|
NurbsOrientationInterpolatorObject |
NurbsOrientationInterpolatorObject.setDEF(SFStringObject newValue) |
Assign typed object value to SFString DEF field, similar to setDEF(String) .
|
NurbsOrientationInterpolatorObject |
NurbsOrientationInterpolatorObject.setIS(ISObject newValue) |
Accessor method to assign ISObject instance (using a properly typed node) to inputOutput SFNode field IS.
|
NurbsOrientationInterpolatorObject |
NurbsOrientationInterpolatorObject.setKnot(double[] newValue) |
Accessor method to assign Double array to initializeOnly MFDouble field named knot.
|
NurbsOrientationInterpolatorObject |
NurbsOrientationInterpolatorObject.setKnot(int[] newValue) |
Assign floating-point array value of MFDouble knot field, similar to setKnot(double[]) .
|
NurbsOrientationInterpolatorObject |
NurbsOrientationInterpolatorObject.setKnot(java.util.ArrayList<java.lang.Double> newValue) |
|
NurbsOrientationInterpolatorObject |
NurbsOrientationInterpolatorObject.setKnot(MFDoubleObject newValue) |
|
NurbsOrientationInterpolatorObject |
NurbsOrientationInterpolatorObject.setMetadata(ProtoInstanceObject newValue) |
Assign ProtoInstance (using a properly typed node) to inputOutput SFNode field metadata.
|
NurbsOrientationInterpolatorObject |
NurbsOrientationInterpolatorObject.setMetadata(X3DMetadataObject newValue) |
Accessor method to assign X3DMetadataObject instance (using a properly typed node) to inputOutput SFNode field metadata.
|
NurbsOrientationInterpolatorObject |
NurbsOrientationInterpolatorObject.setOrder(int newValue) |
Accessor method to assign int value to inputOutput SFInt32 field named order.
|
NurbsOrientationInterpolatorObject |
NurbsOrientationInterpolatorObject.setOrder(SFInt32Object newValue) |
Assign typed object value to SFInt32 order field, similar to setOrder(int) .
|
NurbsOrientationInterpolatorObject |
NurbsOrientationInterpolatorObject.setUSE(java.lang.String newValue) |
Accessor method to assign String value to inputOutput SFString field named USE.
|
NurbsOrientationInterpolatorObject |
NurbsOrientationInterpolatorObject.setUSE(SFStringObject newValue) |
Assign typed object value to SFString USE field, similar to setUSE(String) .
|
NurbsOrientationInterpolatorObject |
NurbsOrientationInterpolatorObject.setUSE(NurbsOrientationInterpolatorObject DEFnode) |
Assign a USE reference to another DEF node of same node type, similar to setUSE(String) .
|
NurbsOrientationInterpolatorObject |
NurbsOrientationInterpolatorObject.setWeight(double[] newValue) |
Accessor method to assign Double array to inputOutput MFDouble field named weight.
|
NurbsOrientationInterpolatorObject |
NurbsOrientationInterpolatorObject.setWeight(int[] newValue) |
|
NurbsOrientationInterpolatorObject |
NurbsOrientationInterpolatorObject.setWeight(java.util.ArrayList<java.lang.Double> newValue) |
|
NurbsOrientationInterpolatorObject |
NurbsOrientationInterpolatorObject.setWeight(MFDoubleObject newValue) |
|