Uses of Class
org.web3d.x3d.jsail.RigidBodyPhysics.BallJoint
Package
Description
The Rigid Body Physics component describes how to model rigid bodies and their interactions through the application of basic physics principles to effect motion.
-
Uses of BallJoint in org.web3d.x3d.jsail.RigidBodyPhysics
Modifier and TypeMethodDescriptionBallJoint.addComments
(String newComment) Add comment as String to contained commentsList.BallJoint.addComments
(String[] newComments) Add comments as String[] array to contained commentsList.BallJoint.addComments
(CommentsBlock newCommentsBlock) Add CommentsBlock to contained commentsList.BallJoint.addForceOutput
(String newValue) Add singleton String value to MFString forceOutput field.BallJoint.addForceOutput
(SFString newValue) Add singleton SFString value to MFString forceOutput field.BallJoint.clearBody1()
Utility method to clear SFNode value of body1 field.BallJoint.clearBody2()
Utility method to clear SFNode value of body2 field.BallJoint.clearForceOutput()
Utility method to clear MFString value of forceOutput field.BallJoint.clearIS()
Utility method to clear SFNode value of IS field.BallJoint.clearMetadata()
Utility method to clear SFNode value of metadata field.BallJoint.setAnchorPoint
(double[] newArray) Utility method: double-precision set-array accessor for X3D floating-point type, similar tosetAnchorPoint(float[])
.BallJoint.setAnchorPoint
(double x, double y, double z) Utility method: double-precision set-parameters accessor for X3D floating-point type, similar tosetAnchorPoint(float[])
.BallJoint.setAnchorPoint
(float[] newValue) Accessor method to assign 3-tuple float array to inputOutput SFVec3f field named anchorPoint.BallJoint.setAnchorPoint
(float x, float y, float z) Assign values to SFVec3f anchorPoint field, similar tosetAnchorPoint(float[])
.BallJoint.setAnchorPoint
(SFVec3f newValue) Assign typed object value to SFVec3f anchorPoint field, similar tosetAnchorPoint(float[])
.BallJoint.setBody1
(ProtoInstance newValue) Assign ProtoInstance (using a properly typed node) to inputOutput SFNode field body1.Accessor method to assign org.web3d.x3d.sai.RigidBodyPhysics.RigidBody instance (using a properly typed node) to inputOutput SFNode field body1.BallJoint.setBody2
(ProtoInstance newValue) Assign ProtoInstance (using a properly typed node) to inputOutput SFNode field body2.Accessor method to assign org.web3d.x3d.sai.RigidBodyPhysics.RigidBody instance (using a properly typed node) to inputOutput SFNode field body2.final BallJoint
BallJoint.setCssClass
(String newValue) Accessor method to assign String value to inputOutput SFString field named class.BallJoint.setCssClass
(SFString newValue) Assign typed object value to SFString cssClass field, similar tosetCssClass(String)
.final BallJoint
BallJoint.setCssStyle
(String newValue) Accessor method to assign String value to inputOutput SFString field named style.BallJoint.setCssStyle
(SFString newValue) Assign typed object value to SFString cssClass field, similar tosetCssStyle(String)
.final BallJoint
Accessor method to assign String value to inputOutput SFString field named DEF.Assign typed object value to SFString DEF field, similar tosetDEF(String)
.BallJoint.setForceOutput
(String newValue) Assign singleton String value to MFString forceOutput field, similar tosetForceOutput(String[])
.BallJoint.setForceOutput
(String[] newValue) Accessor method to assign String enumeration array (""ALL"" | ""NONE"") to inputOutput MFString field named forceOutput.BallJoint.setForceOutput
(ArrayList<String> newValue) Assign ArrayList value of MFString forceOutput field, similar tosetForceOutput(String[])
.BallJoint.setForceOutput
(MFString newValue) Assign typed object value to MFString forceOutput field, similar tosetForceOutput(String[])
.BallJoint.setForceOutput
(SFString newValue) Assign single SFString object value to MFString forceOutput field, similar tosetForceOutput(String[])
.final BallJoint
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.BallJoint.setMetadata
(ProtoInstance newValue) Assign ProtoInstance (using a properly typed node) to inputOutput SFNode field metadata.BallJoint.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 BallJoint
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 TypeMethodDescriptionAssign a USE reference to another DEF node of same node type, similar tosetUSE(String)
.