public interface X3DRigidJointNode extends X3DNode
| Modifier and Type | Method and Description |
|---|---|
RigidBody |
getBody1()
Provide RigidBody instance (using a properly typed node) from inputOutput SFNode field body1.
|
RigidBody |
getBody2()
Provide RigidBody instance (using a properly typed node) from inputOutput SFNode field body2.
|
java.lang.String[] |
getForceOutput()
Provide array of String enumeration results ['"ALL"'|'"NONE"'|'"etc."'] from inputOutput MFString field named forceOutput.
|
X3DMetadataObject |
getMetadata()
Provide X3DMetadataObject instance (using a properly typed node) from inputOutput SFNode field metadata.
|
X3DRigidJointNode |
setBody1(RigidBody newValue)
Assign RigidBody instance (using a properly typed node) to inputOutput SFNode field body1.
|
X3DRigidJointNode |
setBody2(RigidBody newValue)
Assign RigidBody instance (using a properly typed node) to inputOutput SFNode field body2.
|
X3DRigidJointNode |
setCssClass(java.lang.String newValue)
Assign String value to inputOutput SFString field named class.
|
X3DRigidJointNode |
setDEF(java.lang.String newValue)
Assign String value to inputOutput SFString field named DEF.
|
X3DRigidJointNode |
setForceOutput(java.lang.String[] newValue)
Assign String enumeration array (""ALL""|""NONE"") ['"ALL"'|'"NONE"'|'"etc."'] to inputOutput MFString field named forceOutput.
|
X3DRigidJointNode |
setMetadata(X3DMetadataObject newValue)
Assign X3DMetadataObject instance (using a properly typed node) to inputOutput SFNode field metadata.
|
X3DRigidJointNode |
setUSE(java.lang.String newValue)
Assign String value to inputOutput SFString field named USE.
|
RigidBody getBody1()
X3DRigidJointNode setBody1(RigidBody newValue)
newValue - is new value for the body1 field.X3DRigidJointNode - namely this same object to allow sequential method pipelining (i.e. consecutive method invocations on the same object).RigidBody getBody2()
X3DRigidJointNode setBody2(RigidBody newValue)
newValue - is new value for the body2 field.X3DRigidJointNode - namely this same object to allow sequential method pipelining (i.e. consecutive method invocations on the same object).java.lang.String[] getForceOutput()
X3DRigidJointNode setForceOutput(java.lang.String[] newValue)
newValue - is new value for the forceOutput field.X3DRigidJointNode - namely this same object to allow sequential method pipelining (i.e. consecutive method invocations on the same object).X3DMetadataObject getMetadata()
getMetadata in interface X3DNodeX3DRigidJointNode setMetadata(X3DMetadataObject newValue)
setMetadata in interface X3DNodenewValue - is new value for the metadata field.X3DRigidJointNode - namely this same object to allow sequential method pipelining (i.e. consecutive method invocations on the same object).X3DRigidJointNode setDEF(java.lang.String newValue)
setDEF in interface X3DNodenewValue - is new value for the DEF field.X3DRigidJointNode - namely this same object to allow sequential method pipelining (i.e. consecutive method invocations on the same object).X3DRigidJointNode setUSE(java.lang.String newValue)
USE node is still an independent object, with the USE value matching the DEF value in the preceding object.
setUSE() method on this node resets all other fields to their default values (except for containerField) and also releases all child nodes.setUSE in interface X3DNodenewValue - is new value for the USE field.X3DRigidJointNode - namely this same object to allow sequential method pipelining (i.e. consecutive method invocations on the same object).X3DRigidJointNode setCssClass(java.lang.String newValue)
setCssClass in interface X3DNodenewValue - is new value for the class field.X3DRigidJointNode - namely this same object to allow sequential method pipelining (i.e. consecutive method invocations on the same object).Copyright ©2005-2017 Web3D Consortium under an open-source license, free for any use. Feedback is welcome.