Package org.web3d.x3d.sai
Interface X3DRigidJointNode
- All Superinterfaces:
X3DNode
- All Known Subinterfaces:
BallJoint
,DoubleAxisHingeJoint
,MotorJoint
,SingleAxisHingeJoint
,SliderJoint
,UniversalJoint
- All Known Implementing Classes:
SAIBallJoint
,SAIBallJoint
,SAIDoubleAxisHingeJoint
,SAIDoubleAxisHingeJoint
,SAIMotorJoint
,SAIMotorJoint
,SAISingleAxisHingeJoint
,SAISingleAxisHingeJoint
,SAISliderJoint
,SAISliderJoint
,SAIUniversalJoint
,SAIUniversalJoint
Defines the requirements of an X3DRigidJointNode abstract node type
- Version:
- $Revision: 1.2 $
- Author:
- Rex Melton
-
Method Summary
Modifier and TypeMethodDescriptiongetBody1()
Return the body1 X3DNode value.getBody2()
Return the body2 X3DNode value.void
getForceOutput
(String[] val) Return the forceOutput value in the argument String[]int
Return the number of MFString items in the forceOutput field.void
Set the body1 field.void
Set the body2 field.void
setForceOutput
(String[] val) Set the forceOutput field.Methods inherited from interface org.web3d.x3d.sai.X3DNode
dispose, getField, getFieldDefinitions, getMetadata, getNodeName, getNodeType, isRealized, realize, setMetadata
-
Method Details
-
getNumForceOutput
int getNumForceOutput()Return the number of MFString items in the forceOutput field.- Returns:
- the number of MFString items in the forceOutput field.
-
getForceOutput
Return the forceOutput value in the argument String[]- Parameters:
val
- The String[] to initialize.
-
setForceOutput
-
getBody1
-
setBody1
-
getBody2
-
setBody2
-