diagram |
|
type |
extension of X3DRigidJointNode |
properties |
|
children |
IS MetadataBoolean MetadataDouble MetadataFloat MetadataInteger MetadataSet MetadataString RigidBody ProtoInstance |
used by |
|
attributes |
|
annotation |
appinfo | <xs:attribute name="motor1Angle" type="SFFloat" fixed="outputOnlyField"/>
<xs:attribute name="motor1AngleRate" type="SFFloat" fixed="outputOnlyField"/>
<xs:attribute name="motor2Angle" type="SFFloat" fixed="outputOnlyField"/>
<xs:attribute name="motor2AngleRate" type="SFFloat" fixed="outputOnlyField"/>
<xs:attribute name="motor3Angle" type="SFFloat" fixed="outputOnlyField"/>
<xs:attribute name="motor3AngleRate" type="SFFloat" fixed="outputOnlyField"/>
<xs:attribute name="componentName" type="componentNameChoices" fixed="RigidBodyPhysics"/>
<xs:attribute name="componentLevel" type="xs:positiveInteger" fixed="2"/>
MotorJoint drives relative angular velocities between body1 and body2 within a common reference frame.
|
|
source |
<xs:element name="MotorJoint">
<xs:annotation>
<xs:appinfo>
<xs:attribute name="motor1Angle" type="SFFloat" fixed="outputOnlyField"/>
<xs:attribute name="motor1AngleRate" type="SFFloat" fixed="outputOnlyField"/>
<xs:attribute name="motor2Angle" type="SFFloat" fixed="outputOnlyField"/>
<xs:attribute name="motor2AngleRate" type="SFFloat" fixed="outputOnlyField"/>
<xs:attribute name="motor3Angle" type="SFFloat" fixed="outputOnlyField"/>
<xs:attribute name="motor3AngleRate" type="SFFloat" fixed="outputOnlyField"/>
<xs:attribute name="componentName" type="componentNameChoices" fixed="RigidBodyPhysics"/>
<xs:attribute name="componentLevel" type="xs:positiveInteger" fixed="2"/>
MotorJoint drives relative angular velocities between body1 and body2 within a common reference frame.
</xs:appinfo>
<xs:documentation source="https://www.web3d.org/specifications/X3Dv4/ISO-IEC19775-1v4-IS/Part01/components/rigidBodyPhysics.html#MotorJoint"/>
</xs:annotation>
<xs:complexType>
<xs:complexContent>
<xs:extension base="X3DRigidJointNode">
<xs:attribute name="autoCalc" type="SFBool" default="false"/>
<xs:attribute name="axis1Angle" type="SFFloat" default="0"/>
<xs:attribute name="axis1Torque" type="SFFloat" default="0"/>
<xs:attribute name="axis2Angle" type="SFFloat" default="0"/>
<xs:attribute name="axis2Torque" type="SFFloat" default="0"/>
<xs:attribute name="axis3Angle" type="SFFloat" default="0"/>
<xs:attribute name="axis3Torque" type="SFFloat" default="0"/>
<xs:attribute name="enabledAxes" default="1">
<xs:simpleType>
<xs:restriction base="SFInt32">
<xs:minInclusive value="0"/>
<xs:maxInclusive value="3"/>
</xs:restriction>
</xs:simpleType>
</xs:attribute>
<xs:attribute name="motor1Axis" type="SFVec3f" default="1 0 0"/>
<xs:attribute name="motor2Axis" type="SFVec3f" default="0 1 0"/>
<xs:attribute name="motor3Axis" type="SFVec3f" default="0 0 1"/>
<xs:attribute name="stop1Bounce" type="SFFloat" default="0"/>
<xs:attribute name="stop1ErrorCorrection" type="SFFloat" default="0.8"/>
<xs:attribute name="stop2Bounce" type="SFFloat" default="0"/>
<xs:attribute name="stop2ErrorCorrection" type="SFFloat" default="0.8"/>
<xs:attribute name="stop3Bounce" type="SFFloat" default="0"/>
<xs:attribute name="stop3ErrorCorrection" type="SFFloat" default="0.8"/>
<xs:attribute name="containerField" type="xs:NMTOKEN" default="joints"/>
</xs:extension>
</xs:complexContent>
</xs:complexType>
</xs:element> |