class_generic6dofjoint.rst 71 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115111611171118111911201121112211231124112511261127112811291130113111321133113411351136113711381139114011411142114311441145114611471148114911501151115211531154115511561157115811591160116111621163116411651166116711681169117011711172117311741175117611771178117911801181118211831184118511861187118811891190119111921193119411951196119711981199120012011202120312041205120612071208120912101211121212131214121512161217121812191220122112221223122412251226122712281229123012311232123312341235123612371238123912401241124212431244124512461247124812491250125112521253125412551256125712581259126012611262126312641265126612671268126912701271127212731274127512761277127812791280128112821283128412851286128712881289129012911292129312941295129612971298129913001301130213031304130513061307130813091310131113121313131413151316131713181319132013211322132313241325132613271328132913301331133213331334133513361337133813391340134113421343134413451346134713481349135013511352135313541355135613571358135913601361136213631364136513661367136813691370137113721373137413751376137713781379138013811382138313841385138613871388138913901391139213931394139513961397139813991400140114021403140414051406140714081409141014111412141314141415141614171418141914201421142214231424142514261427142814291430143114321433143414351436143714381439144014411442144314441445144614471448144914501451145214531454145514561457145814591460146114621463146414651466146714681469147014711472147314741475147614771478147914801481148214831484148514861487148814891490149114921493149414951496149714981499150015011502150315041505150615071508
  1. :github_url: hide
  2. .. Generated automatically by doc/tools/makerst.py in Godot's source tree.
  3. .. DO NOT EDIT THIS FILE, but the Generic6DOFJoint.xml source instead.
  4. .. The source is found in doc/classes or modules/<name>/doc_classes.
  5. .. _class_Generic6DOFJoint:
  6. Generic6DOFJoint
  7. ================
  8. **Inherits:** :ref:`Joint<class_Joint>` **<** :ref:`Spatial<class_Spatial>` **<** :ref:`Node<class_Node>` **<** :ref:`Object<class_Object>`
  9. **Category:** Core
  10. Brief Description
  11. -----------------
  12. The generic 6-degrees-of-freedom joint can implement a variety of joint types by locking certain axes' rotation or translation.
  13. Properties
  14. ----------
  15. +---------------------------+---------------------------------------------------------------------------------------------------------------+-------+
  16. | :ref:`float<class_float>` | :ref:`angular_limit_x/damping<class_Generic6DOFJoint_property_angular_limit_x/damping>` | 1.0 |
  17. +---------------------------+---------------------------------------------------------------------------------------------------------------+-------+
  18. | :ref:`bool<class_bool>` | :ref:`angular_limit_x/enabled<class_Generic6DOFJoint_property_angular_limit_x/enabled>` | true |
  19. +---------------------------+---------------------------------------------------------------------------------------------------------------+-------+
  20. | :ref:`float<class_float>` | :ref:`angular_limit_x/erp<class_Generic6DOFJoint_property_angular_limit_x/erp>` | 0.5 |
  21. +---------------------------+---------------------------------------------------------------------------------------------------------------+-------+
  22. | :ref:`float<class_float>` | :ref:`angular_limit_x/force_limit<class_Generic6DOFJoint_property_angular_limit_x/force_limit>` | 0.0 |
  23. +---------------------------+---------------------------------------------------------------------------------------------------------------+-------+
  24. | :ref:`float<class_float>` | :ref:`angular_limit_x/lower_angle<class_Generic6DOFJoint_property_angular_limit_x/lower_angle>` | 0.0 |
  25. +---------------------------+---------------------------------------------------------------------------------------------------------------+-------+
  26. | :ref:`float<class_float>` | :ref:`angular_limit_x/restitution<class_Generic6DOFJoint_property_angular_limit_x/restitution>` | 0.0 |
  27. +---------------------------+---------------------------------------------------------------------------------------------------------------+-------+
  28. | :ref:`float<class_float>` | :ref:`angular_limit_x/softness<class_Generic6DOFJoint_property_angular_limit_x/softness>` | 0.5 |
  29. +---------------------------+---------------------------------------------------------------------------------------------------------------+-------+
  30. | :ref:`float<class_float>` | :ref:`angular_limit_x/upper_angle<class_Generic6DOFJoint_property_angular_limit_x/upper_angle>` | 0.0 |
  31. +---------------------------+---------------------------------------------------------------------------------------------------------------+-------+
  32. | :ref:`float<class_float>` | :ref:`angular_limit_y/damping<class_Generic6DOFJoint_property_angular_limit_y/damping>` | 1.0 |
  33. +---------------------------+---------------------------------------------------------------------------------------------------------------+-------+
  34. | :ref:`bool<class_bool>` | :ref:`angular_limit_y/enabled<class_Generic6DOFJoint_property_angular_limit_y/enabled>` | true |
  35. +---------------------------+---------------------------------------------------------------------------------------------------------------+-------+
  36. | :ref:`float<class_float>` | :ref:`angular_limit_y/erp<class_Generic6DOFJoint_property_angular_limit_y/erp>` | 0.5 |
  37. +---------------------------+---------------------------------------------------------------------------------------------------------------+-------+
  38. | :ref:`float<class_float>` | :ref:`angular_limit_y/force_limit<class_Generic6DOFJoint_property_angular_limit_y/force_limit>` | 0.0 |
  39. +---------------------------+---------------------------------------------------------------------------------------------------------------+-------+
  40. | :ref:`float<class_float>` | :ref:`angular_limit_y/lower_angle<class_Generic6DOFJoint_property_angular_limit_y/lower_angle>` | 0.0 |
  41. +---------------------------+---------------------------------------------------------------------------------------------------------------+-------+
  42. | :ref:`float<class_float>` | :ref:`angular_limit_y/restitution<class_Generic6DOFJoint_property_angular_limit_y/restitution>` | 0.0 |
  43. +---------------------------+---------------------------------------------------------------------------------------------------------------+-------+
  44. | :ref:`float<class_float>` | :ref:`angular_limit_y/softness<class_Generic6DOFJoint_property_angular_limit_y/softness>` | 0.5 |
  45. +---------------------------+---------------------------------------------------------------------------------------------------------------+-------+
  46. | :ref:`float<class_float>` | :ref:`angular_limit_y/upper_angle<class_Generic6DOFJoint_property_angular_limit_y/upper_angle>` | 0.0 |
  47. +---------------------------+---------------------------------------------------------------------------------------------------------------+-------+
  48. | :ref:`float<class_float>` | :ref:`angular_limit_z/damping<class_Generic6DOFJoint_property_angular_limit_z/damping>` | 1.0 |
  49. +---------------------------+---------------------------------------------------------------------------------------------------------------+-------+
  50. | :ref:`bool<class_bool>` | :ref:`angular_limit_z/enabled<class_Generic6DOFJoint_property_angular_limit_z/enabled>` | true |
  51. +---------------------------+---------------------------------------------------------------------------------------------------------------+-------+
  52. | :ref:`float<class_float>` | :ref:`angular_limit_z/erp<class_Generic6DOFJoint_property_angular_limit_z/erp>` | 0.5 |
  53. +---------------------------+---------------------------------------------------------------------------------------------------------------+-------+
  54. | :ref:`float<class_float>` | :ref:`angular_limit_z/force_limit<class_Generic6DOFJoint_property_angular_limit_z/force_limit>` | 0.0 |
  55. +---------------------------+---------------------------------------------------------------------------------------------------------------+-------+
  56. | :ref:`float<class_float>` | :ref:`angular_limit_z/lower_angle<class_Generic6DOFJoint_property_angular_limit_z/lower_angle>` | 0.0 |
  57. +---------------------------+---------------------------------------------------------------------------------------------------------------+-------+
  58. | :ref:`float<class_float>` | :ref:`angular_limit_z/restitution<class_Generic6DOFJoint_property_angular_limit_z/restitution>` | 0.0 |
  59. +---------------------------+---------------------------------------------------------------------------------------------------------------+-------+
  60. | :ref:`float<class_float>` | :ref:`angular_limit_z/softness<class_Generic6DOFJoint_property_angular_limit_z/softness>` | 0.5 |
  61. +---------------------------+---------------------------------------------------------------------------------------------------------------+-------+
  62. | :ref:`float<class_float>` | :ref:`angular_limit_z/upper_angle<class_Generic6DOFJoint_property_angular_limit_z/upper_angle>` | 0.0 |
  63. +---------------------------+---------------------------------------------------------------------------------------------------------------+-------+
  64. | :ref:`bool<class_bool>` | :ref:`angular_motor_x/enabled<class_Generic6DOFJoint_property_angular_motor_x/enabled>` | false |
  65. +---------------------------+---------------------------------------------------------------------------------------------------------------+-------+
  66. | :ref:`float<class_float>` | :ref:`angular_motor_x/force_limit<class_Generic6DOFJoint_property_angular_motor_x/force_limit>` | 300.0 |
  67. +---------------------------+---------------------------------------------------------------------------------------------------------------+-------+
  68. | :ref:`float<class_float>` | :ref:`angular_motor_x/target_velocity<class_Generic6DOFJoint_property_angular_motor_x/target_velocity>` | 0.0 |
  69. +---------------------------+---------------------------------------------------------------------------------------------------------------+-------+
  70. | :ref:`bool<class_bool>` | :ref:`angular_motor_y/enabled<class_Generic6DOFJoint_property_angular_motor_y/enabled>` | false |
  71. +---------------------------+---------------------------------------------------------------------------------------------------------------+-------+
  72. | :ref:`float<class_float>` | :ref:`angular_motor_y/force_limit<class_Generic6DOFJoint_property_angular_motor_y/force_limit>` | 300.0 |
  73. +---------------------------+---------------------------------------------------------------------------------------------------------------+-------+
  74. | :ref:`float<class_float>` | :ref:`angular_motor_y/target_velocity<class_Generic6DOFJoint_property_angular_motor_y/target_velocity>` | 0.0 |
  75. +---------------------------+---------------------------------------------------------------------------------------------------------------+-------+
  76. | :ref:`bool<class_bool>` | :ref:`angular_motor_z/enabled<class_Generic6DOFJoint_property_angular_motor_z/enabled>` | false |
  77. +---------------------------+---------------------------------------------------------------------------------------------------------------+-------+
  78. | :ref:`float<class_float>` | :ref:`angular_motor_z/force_limit<class_Generic6DOFJoint_property_angular_motor_z/force_limit>` | 300.0 |
  79. +---------------------------+---------------------------------------------------------------------------------------------------------------+-------+
  80. | :ref:`float<class_float>` | :ref:`angular_motor_z/target_velocity<class_Generic6DOFJoint_property_angular_motor_z/target_velocity>` | 0.0 |
  81. +---------------------------+---------------------------------------------------------------------------------------------------------------+-------+
  82. | :ref:`float<class_float>` | :ref:`angular_spring_x/damping<class_Generic6DOFJoint_property_angular_spring_x/damping>` | 0.0 |
  83. +---------------------------+---------------------------------------------------------------------------------------------------------------+-------+
  84. | :ref:`bool<class_bool>` | :ref:`angular_spring_x/enabled<class_Generic6DOFJoint_property_angular_spring_x/enabled>` | false |
  85. +---------------------------+---------------------------------------------------------------------------------------------------------------+-------+
  86. | :ref:`float<class_float>` | :ref:`angular_spring_x/equilibrium_point<class_Generic6DOFJoint_property_angular_spring_x/equilibrium_point>` | 0.0 |
  87. +---------------------------+---------------------------------------------------------------------------------------------------------------+-------+
  88. | :ref:`float<class_float>` | :ref:`angular_spring_x/stiffness<class_Generic6DOFJoint_property_angular_spring_x/stiffness>` | 0.0 |
  89. +---------------------------+---------------------------------------------------------------------------------------------------------------+-------+
  90. | :ref:`float<class_float>` | :ref:`angular_spring_y/damping<class_Generic6DOFJoint_property_angular_spring_y/damping>` | 0.0 |
  91. +---------------------------+---------------------------------------------------------------------------------------------------------------+-------+
  92. | :ref:`bool<class_bool>` | :ref:`angular_spring_y/enabled<class_Generic6DOFJoint_property_angular_spring_y/enabled>` | false |
  93. +---------------------------+---------------------------------------------------------------------------------------------------------------+-------+
  94. | :ref:`float<class_float>` | :ref:`angular_spring_y/equilibrium_point<class_Generic6DOFJoint_property_angular_spring_y/equilibrium_point>` | 0.0 |
  95. +---------------------------+---------------------------------------------------------------------------------------------------------------+-------+
  96. | :ref:`float<class_float>` | :ref:`angular_spring_y/stiffness<class_Generic6DOFJoint_property_angular_spring_y/stiffness>` | 0.0 |
  97. +---------------------------+---------------------------------------------------------------------------------------------------------------+-------+
  98. | :ref:`float<class_float>` | :ref:`angular_spring_z/damping<class_Generic6DOFJoint_property_angular_spring_z/damping>` | 0.0 |
  99. +---------------------------+---------------------------------------------------------------------------------------------------------------+-------+
  100. | :ref:`bool<class_bool>` | :ref:`angular_spring_z/enabled<class_Generic6DOFJoint_property_angular_spring_z/enabled>` | false |
  101. +---------------------------+---------------------------------------------------------------------------------------------------------------+-------+
  102. | :ref:`float<class_float>` | :ref:`angular_spring_z/equilibrium_point<class_Generic6DOFJoint_property_angular_spring_z/equilibrium_point>` | 0.0 |
  103. +---------------------------+---------------------------------------------------------------------------------------------------------------+-------+
  104. | :ref:`float<class_float>` | :ref:`angular_spring_z/stiffness<class_Generic6DOFJoint_property_angular_spring_z/stiffness>` | 0.0 |
  105. +---------------------------+---------------------------------------------------------------------------------------------------------------+-------+
  106. | :ref:`float<class_float>` | :ref:`linear_limit_x/damping<class_Generic6DOFJoint_property_linear_limit_x/damping>` | 1.0 |
  107. +---------------------------+---------------------------------------------------------------------------------------------------------------+-------+
  108. | :ref:`bool<class_bool>` | :ref:`linear_limit_x/enabled<class_Generic6DOFJoint_property_linear_limit_x/enabled>` | true |
  109. +---------------------------+---------------------------------------------------------------------------------------------------------------+-------+
  110. | :ref:`float<class_float>` | :ref:`linear_limit_x/lower_distance<class_Generic6DOFJoint_property_linear_limit_x/lower_distance>` | 0.0 |
  111. +---------------------------+---------------------------------------------------------------------------------------------------------------+-------+
  112. | :ref:`float<class_float>` | :ref:`linear_limit_x/restitution<class_Generic6DOFJoint_property_linear_limit_x/restitution>` | 0.5 |
  113. +---------------------------+---------------------------------------------------------------------------------------------------------------+-------+
  114. | :ref:`float<class_float>` | :ref:`linear_limit_x/softness<class_Generic6DOFJoint_property_linear_limit_x/softness>` | 0.7 |
  115. +---------------------------+---------------------------------------------------------------------------------------------------------------+-------+
  116. | :ref:`float<class_float>` | :ref:`linear_limit_x/upper_distance<class_Generic6DOFJoint_property_linear_limit_x/upper_distance>` | 0.0 |
  117. +---------------------------+---------------------------------------------------------------------------------------------------------------+-------+
  118. | :ref:`float<class_float>` | :ref:`linear_limit_y/damping<class_Generic6DOFJoint_property_linear_limit_y/damping>` | 1.0 |
  119. +---------------------------+---------------------------------------------------------------------------------------------------------------+-------+
  120. | :ref:`bool<class_bool>` | :ref:`linear_limit_y/enabled<class_Generic6DOFJoint_property_linear_limit_y/enabled>` | true |
  121. +---------------------------+---------------------------------------------------------------------------------------------------------------+-------+
  122. | :ref:`float<class_float>` | :ref:`linear_limit_y/lower_distance<class_Generic6DOFJoint_property_linear_limit_y/lower_distance>` | 0.0 |
  123. +---------------------------+---------------------------------------------------------------------------------------------------------------+-------+
  124. | :ref:`float<class_float>` | :ref:`linear_limit_y/restitution<class_Generic6DOFJoint_property_linear_limit_y/restitution>` | 0.5 |
  125. +---------------------------+---------------------------------------------------------------------------------------------------------------+-------+
  126. | :ref:`float<class_float>` | :ref:`linear_limit_y/softness<class_Generic6DOFJoint_property_linear_limit_y/softness>` | 0.7 |
  127. +---------------------------+---------------------------------------------------------------------------------------------------------------+-------+
  128. | :ref:`float<class_float>` | :ref:`linear_limit_y/upper_distance<class_Generic6DOFJoint_property_linear_limit_y/upper_distance>` | 0.0 |
  129. +---------------------------+---------------------------------------------------------------------------------------------------------------+-------+
  130. | :ref:`float<class_float>` | :ref:`linear_limit_z/damping<class_Generic6DOFJoint_property_linear_limit_z/damping>` | 1.0 |
  131. +---------------------------+---------------------------------------------------------------------------------------------------------------+-------+
  132. | :ref:`bool<class_bool>` | :ref:`linear_limit_z/enabled<class_Generic6DOFJoint_property_linear_limit_z/enabled>` | true |
  133. +---------------------------+---------------------------------------------------------------------------------------------------------------+-------+
  134. | :ref:`float<class_float>` | :ref:`linear_limit_z/lower_distance<class_Generic6DOFJoint_property_linear_limit_z/lower_distance>` | 0.0 |
  135. +---------------------------+---------------------------------------------------------------------------------------------------------------+-------+
  136. | :ref:`float<class_float>` | :ref:`linear_limit_z/restitution<class_Generic6DOFJoint_property_linear_limit_z/restitution>` | 0.5 |
  137. +---------------------------+---------------------------------------------------------------------------------------------------------------+-------+
  138. | :ref:`float<class_float>` | :ref:`linear_limit_z/softness<class_Generic6DOFJoint_property_linear_limit_z/softness>` | 0.7 |
  139. +---------------------------+---------------------------------------------------------------------------------------------------------------+-------+
  140. | :ref:`float<class_float>` | :ref:`linear_limit_z/upper_distance<class_Generic6DOFJoint_property_linear_limit_z/upper_distance>` | 0.0 |
  141. +---------------------------+---------------------------------------------------------------------------------------------------------------+-------+
  142. | :ref:`bool<class_bool>` | :ref:`linear_motor_x/enabled<class_Generic6DOFJoint_property_linear_motor_x/enabled>` | false |
  143. +---------------------------+---------------------------------------------------------------------------------------------------------------+-------+
  144. | :ref:`float<class_float>` | :ref:`linear_motor_x/force_limit<class_Generic6DOFJoint_property_linear_motor_x/force_limit>` | 0.0 |
  145. +---------------------------+---------------------------------------------------------------------------------------------------------------+-------+
  146. | :ref:`float<class_float>` | :ref:`linear_motor_x/target_velocity<class_Generic6DOFJoint_property_linear_motor_x/target_velocity>` | 0.0 |
  147. +---------------------------+---------------------------------------------------------------------------------------------------------------+-------+
  148. | :ref:`bool<class_bool>` | :ref:`linear_motor_y/enabled<class_Generic6DOFJoint_property_linear_motor_y/enabled>` | false |
  149. +---------------------------+---------------------------------------------------------------------------------------------------------------+-------+
  150. | :ref:`float<class_float>` | :ref:`linear_motor_y/force_limit<class_Generic6DOFJoint_property_linear_motor_y/force_limit>` | 0.0 |
  151. +---------------------------+---------------------------------------------------------------------------------------------------------------+-------+
  152. | :ref:`float<class_float>` | :ref:`linear_motor_y/target_velocity<class_Generic6DOFJoint_property_linear_motor_y/target_velocity>` | 0.0 |
  153. +---------------------------+---------------------------------------------------------------------------------------------------------------+-------+
  154. | :ref:`bool<class_bool>` | :ref:`linear_motor_z/enabled<class_Generic6DOFJoint_property_linear_motor_z/enabled>` | false |
  155. +---------------------------+---------------------------------------------------------------------------------------------------------------+-------+
  156. | :ref:`float<class_float>` | :ref:`linear_motor_z/force_limit<class_Generic6DOFJoint_property_linear_motor_z/force_limit>` | 0.0 |
  157. +---------------------------+---------------------------------------------------------------------------------------------------------------+-------+
  158. | :ref:`float<class_float>` | :ref:`linear_motor_z/target_velocity<class_Generic6DOFJoint_property_linear_motor_z/target_velocity>` | 0.0 |
  159. +---------------------------+---------------------------------------------------------------------------------------------------------------+-------+
  160. | :ref:`float<class_float>` | :ref:`linear_spring_x/damping<class_Generic6DOFJoint_property_linear_spring_x/damping>` | 0.01 |
  161. +---------------------------+---------------------------------------------------------------------------------------------------------------+-------+
  162. | :ref:`bool<class_bool>` | :ref:`linear_spring_x/enabled<class_Generic6DOFJoint_property_linear_spring_x/enabled>` | false |
  163. +---------------------------+---------------------------------------------------------------------------------------------------------------+-------+
  164. | :ref:`float<class_float>` | :ref:`linear_spring_x/equilibrium_point<class_Generic6DOFJoint_property_linear_spring_x/equilibrium_point>` | 0.0 |
  165. +---------------------------+---------------------------------------------------------------------------------------------------------------+-------+
  166. | :ref:`float<class_float>` | :ref:`linear_spring_x/stiffness<class_Generic6DOFJoint_property_linear_spring_x/stiffness>` | 0.01 |
  167. +---------------------------+---------------------------------------------------------------------------------------------------------------+-------+
  168. | :ref:`float<class_float>` | :ref:`linear_spring_y/damping<class_Generic6DOFJoint_property_linear_spring_y/damping>` | 0.01 |
  169. +---------------------------+---------------------------------------------------------------------------------------------------------------+-------+
  170. | :ref:`bool<class_bool>` | :ref:`linear_spring_y/enabled<class_Generic6DOFJoint_property_linear_spring_y/enabled>` | false |
  171. +---------------------------+---------------------------------------------------------------------------------------------------------------+-------+
  172. | :ref:`float<class_float>` | :ref:`linear_spring_y/equilibrium_point<class_Generic6DOFJoint_property_linear_spring_y/equilibrium_point>` | 0.0 |
  173. +---------------------------+---------------------------------------------------------------------------------------------------------------+-------+
  174. | :ref:`float<class_float>` | :ref:`linear_spring_y/stiffness<class_Generic6DOFJoint_property_linear_spring_y/stiffness>` | 0.01 |
  175. +---------------------------+---------------------------------------------------------------------------------------------------------------+-------+
  176. | :ref:`float<class_float>` | :ref:`linear_spring_z/damping<class_Generic6DOFJoint_property_linear_spring_z/damping>` | 0.01 |
  177. +---------------------------+---------------------------------------------------------------------------------------------------------------+-------+
  178. | :ref:`bool<class_bool>` | :ref:`linear_spring_z/enabled<class_Generic6DOFJoint_property_linear_spring_z/enabled>` | false |
  179. +---------------------------+---------------------------------------------------------------------------------------------------------------+-------+
  180. | :ref:`float<class_float>` | :ref:`linear_spring_z/equilibrium_point<class_Generic6DOFJoint_property_linear_spring_z/equilibrium_point>` | 0.0 |
  181. +---------------------------+---------------------------------------------------------------------------------------------------------------+-------+
  182. | :ref:`float<class_float>` | :ref:`linear_spring_z/stiffness<class_Generic6DOFJoint_property_linear_spring_z/stiffness>` | 0.01 |
  183. +---------------------------+---------------------------------------------------------------------------------------------------------------+-------+
  184. | :ref:`int<class_int>` | :ref:`precision<class_Generic6DOFJoint_property_precision>` | 1 |
  185. +---------------------------+---------------------------------------------------------------------------------------------------------------+-------+
  186. Methods
  187. -------
  188. +---------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------+
  189. | :ref:`bool<class_bool>` | :ref:`get_flag_x<class_Generic6DOFJoint_method_get_flag_x>` **(** :ref:`Flag<enum_Generic6DOFJoint_Flag>` flag **)** const |
  190. +---------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------+
  191. | :ref:`bool<class_bool>` | :ref:`get_flag_y<class_Generic6DOFJoint_method_get_flag_y>` **(** :ref:`Flag<enum_Generic6DOFJoint_Flag>` flag **)** const |
  192. +---------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------+
  193. | :ref:`bool<class_bool>` | :ref:`get_flag_z<class_Generic6DOFJoint_method_get_flag_z>` **(** :ref:`Flag<enum_Generic6DOFJoint_Flag>` flag **)** const |
  194. +---------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------+
  195. | :ref:`float<class_float>` | :ref:`get_param_x<class_Generic6DOFJoint_method_get_param_x>` **(** :ref:`Param<enum_Generic6DOFJoint_Param>` param **)** const |
  196. +---------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------+
  197. | :ref:`float<class_float>` | :ref:`get_param_y<class_Generic6DOFJoint_method_get_param_y>` **(** :ref:`Param<enum_Generic6DOFJoint_Param>` param **)** const |
  198. +---------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------+
  199. | :ref:`float<class_float>` | :ref:`get_param_z<class_Generic6DOFJoint_method_get_param_z>` **(** :ref:`Param<enum_Generic6DOFJoint_Param>` param **)** const |
  200. +---------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------+
  201. | void | :ref:`set_flag_x<class_Generic6DOFJoint_method_set_flag_x>` **(** :ref:`Flag<enum_Generic6DOFJoint_Flag>` flag, :ref:`bool<class_bool>` value **)** |
  202. +---------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------+
  203. | void | :ref:`set_flag_y<class_Generic6DOFJoint_method_set_flag_y>` **(** :ref:`Flag<enum_Generic6DOFJoint_Flag>` flag, :ref:`bool<class_bool>` value **)** |
  204. +---------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------+
  205. | void | :ref:`set_flag_z<class_Generic6DOFJoint_method_set_flag_z>` **(** :ref:`Flag<enum_Generic6DOFJoint_Flag>` flag, :ref:`bool<class_bool>` value **)** |
  206. +---------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------+
  207. | void | :ref:`set_param_x<class_Generic6DOFJoint_method_set_param_x>` **(** :ref:`Param<enum_Generic6DOFJoint_Param>` param, :ref:`float<class_float>` value **)** |
  208. +---------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------+
  209. | void | :ref:`set_param_y<class_Generic6DOFJoint_method_set_param_y>` **(** :ref:`Param<enum_Generic6DOFJoint_Param>` param, :ref:`float<class_float>` value **)** |
  210. +---------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------+
  211. | void | :ref:`set_param_z<class_Generic6DOFJoint_method_set_param_z>` **(** :ref:`Param<enum_Generic6DOFJoint_Param>` param, :ref:`float<class_float>` value **)** |
  212. +---------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------+
  213. Enumerations
  214. ------------
  215. .. _enum_Generic6DOFJoint_Param:
  216. .. _class_Generic6DOFJoint_constant_PARAM_LINEAR_LOWER_LIMIT:
  217. .. _class_Generic6DOFJoint_constant_PARAM_LINEAR_UPPER_LIMIT:
  218. .. _class_Generic6DOFJoint_constant_PARAM_LINEAR_LIMIT_SOFTNESS:
  219. .. _class_Generic6DOFJoint_constant_PARAM_LINEAR_RESTITUTION:
  220. .. _class_Generic6DOFJoint_constant_PARAM_LINEAR_DAMPING:
  221. .. _class_Generic6DOFJoint_constant_PARAM_LINEAR_MOTOR_TARGET_VELOCITY:
  222. .. _class_Generic6DOFJoint_constant_PARAM_LINEAR_MOTOR_FORCE_LIMIT:
  223. .. _class_Generic6DOFJoint_constant_PARAM_ANGULAR_LOWER_LIMIT:
  224. .. _class_Generic6DOFJoint_constant_PARAM_ANGULAR_UPPER_LIMIT:
  225. .. _class_Generic6DOFJoint_constant_PARAM_ANGULAR_LIMIT_SOFTNESS:
  226. .. _class_Generic6DOFJoint_constant_PARAM_ANGULAR_DAMPING:
  227. .. _class_Generic6DOFJoint_constant_PARAM_ANGULAR_RESTITUTION:
  228. .. _class_Generic6DOFJoint_constant_PARAM_ANGULAR_FORCE_LIMIT:
  229. .. _class_Generic6DOFJoint_constant_PARAM_ANGULAR_ERP:
  230. .. _class_Generic6DOFJoint_constant_PARAM_ANGULAR_MOTOR_TARGET_VELOCITY:
  231. .. _class_Generic6DOFJoint_constant_PARAM_ANGULAR_MOTOR_FORCE_LIMIT:
  232. .. _class_Generic6DOFJoint_constant_PARAM_MAX:
  233. enum **Param**:
  234. - **PARAM_LINEAR_LOWER_LIMIT** = **0** --- The minimum difference between the pivot points' axes.
  235. - **PARAM_LINEAR_UPPER_LIMIT** = **1** --- The maximum difference between the pivot points' axes.
  236. - **PARAM_LINEAR_LIMIT_SOFTNESS** = **2** --- A factor applied to the movement across the axes. The lower, the slower the movement.
  237. - **PARAM_LINEAR_RESTITUTION** = **3** --- The amount of restitution on the axes' movement. The lower, the more momentum gets lost.
  238. - **PARAM_LINEAR_DAMPING** = **4** --- The amount of damping that happens at the linear motion across the axes.
  239. - **PARAM_LINEAR_MOTOR_TARGET_VELOCITY** = **5** --- The velocity the linear motor will try to reach.
  240. - **PARAM_LINEAR_MOTOR_FORCE_LIMIT** = **6** --- The maximum force the linear motor will apply while trying to reach the velocity target.
  241. - **PARAM_ANGULAR_LOWER_LIMIT** = **10** --- The minimum rotation in negative direction to break loose and rotate around the axes.
  242. - **PARAM_ANGULAR_UPPER_LIMIT** = **11** --- The minimum rotation in positive direction to break loose and rotate around the axes.
  243. - **PARAM_ANGULAR_LIMIT_SOFTNESS** = **12** --- The speed of all rotations across the axes.
  244. - **PARAM_ANGULAR_DAMPING** = **13** --- The amount of rotational damping across the axes. The lower, the more dampening occurs.
  245. - **PARAM_ANGULAR_RESTITUTION** = **14** --- The amount of rotational restitution across the axes. The lower, the more restitution occurs.
  246. - **PARAM_ANGULAR_FORCE_LIMIT** = **15** --- The maximum amount of force that can occur, when rotating around the axes.
  247. - **PARAM_ANGULAR_ERP** = **16** --- When rotating across the axes, this error tolerance factor defines how much the correction gets slowed down. The lower, the slower.
  248. - **PARAM_ANGULAR_MOTOR_TARGET_VELOCITY** = **17** --- Target speed for the motor at the axes.
  249. - **PARAM_ANGULAR_MOTOR_FORCE_LIMIT** = **18** --- Maximum acceleration for the motor at the axes.
  250. - **PARAM_MAX** = **22** --- Represents the size of the :ref:`Param<enum_Generic6DOFJoint_Param>` enum.
  251. .. _enum_Generic6DOFJoint_Flag:
  252. .. _class_Generic6DOFJoint_constant_FLAG_ENABLE_LINEAR_LIMIT:
  253. .. _class_Generic6DOFJoint_constant_FLAG_ENABLE_ANGULAR_LIMIT:
  254. .. _class_Generic6DOFJoint_constant_FLAG_ENABLE_LINEAR_SPRING:
  255. .. _class_Generic6DOFJoint_constant_FLAG_ENABLE_ANGULAR_SPRING:
  256. .. _class_Generic6DOFJoint_constant_FLAG_ENABLE_MOTOR:
  257. .. _class_Generic6DOFJoint_constant_FLAG_ENABLE_LINEAR_MOTOR:
  258. .. _class_Generic6DOFJoint_constant_FLAG_MAX:
  259. enum **Flag**:
  260. - **FLAG_ENABLE_LINEAR_LIMIT** = **0** --- If enabled, linear motion is possible within the given limits.
  261. - **FLAG_ENABLE_ANGULAR_LIMIT** = **1** --- If enabled, rotational motion is possible within the given limits.
  262. - **FLAG_ENABLE_LINEAR_SPRING** = **3**
  263. - **FLAG_ENABLE_ANGULAR_SPRING** = **2**
  264. - **FLAG_ENABLE_MOTOR** = **4** --- If enabled, there is a rotational motor across these axes.
  265. - **FLAG_ENABLE_LINEAR_MOTOR** = **5** --- If enabled, there is a linear motor across these axes.
  266. - **FLAG_MAX** = **6** --- Represents the size of the :ref:`Flag<enum_Generic6DOFJoint_Flag>` enum.
  267. Description
  268. -----------
  269. The first 3 DOF axes are linear axes, which represent translation of Bodies, and the latter 3 DOF axes represent the angular motion. Each axis can be either locked, or limited.
  270. Property Descriptions
  271. ---------------------
  272. .. _class_Generic6DOFJoint_property_angular_limit_x/damping:
  273. - :ref:`float<class_float>` **angular_limit_x/damping**
  274. +-----------+--------------------+
  275. | *Default* | 1.0 |
  276. +-----------+--------------------+
  277. | *Setter* | set_param_x(value) |
  278. +-----------+--------------------+
  279. | *Getter* | get_param_x() |
  280. +-----------+--------------------+
  281. The amount of rotational damping across the X axis.
  282. The lower, the longer an impulse from one side takes to travel to the other side.
  283. .. _class_Generic6DOFJoint_property_angular_limit_x/enabled:
  284. - :ref:`bool<class_bool>` **angular_limit_x/enabled**
  285. +-----------+-------------------+
  286. | *Default* | true |
  287. +-----------+-------------------+
  288. | *Setter* | set_flag_x(value) |
  289. +-----------+-------------------+
  290. | *Getter* | get_flag_x() |
  291. +-----------+-------------------+
  292. If ``true``, rotation across the X axis is limited.
  293. .. _class_Generic6DOFJoint_property_angular_limit_x/erp:
  294. - :ref:`float<class_float>` **angular_limit_x/erp**
  295. +-----------+--------------------+
  296. | *Default* | 0.5 |
  297. +-----------+--------------------+
  298. | *Setter* | set_param_x(value) |
  299. +-----------+--------------------+
  300. | *Getter* | get_param_x() |
  301. +-----------+--------------------+
  302. When rotating across the X axis, this error tolerance factor defines how much the correction gets slowed down. The lower, the slower.
  303. .. _class_Generic6DOFJoint_property_angular_limit_x/force_limit:
  304. - :ref:`float<class_float>` **angular_limit_x/force_limit**
  305. +-----------+--------------------+
  306. | *Default* | 0.0 |
  307. +-----------+--------------------+
  308. | *Setter* | set_param_x(value) |
  309. +-----------+--------------------+
  310. | *Getter* | get_param_x() |
  311. +-----------+--------------------+
  312. The maximum amount of force that can occur, when rotating around the X axis.
  313. .. _class_Generic6DOFJoint_property_angular_limit_x/lower_angle:
  314. - :ref:`float<class_float>` **angular_limit_x/lower_angle**
  315. +-----------+-----+
  316. | *Default* | 0.0 |
  317. +-----------+-----+
  318. The minimum rotation in negative direction to break loose and rotate around the X axis.
  319. .. _class_Generic6DOFJoint_property_angular_limit_x/restitution:
  320. - :ref:`float<class_float>` **angular_limit_x/restitution**
  321. +-----------+--------------------+
  322. | *Default* | 0.0 |
  323. +-----------+--------------------+
  324. | *Setter* | set_param_x(value) |
  325. +-----------+--------------------+
  326. | *Getter* | get_param_x() |
  327. +-----------+--------------------+
  328. The amount of rotational restitution across the X axis. The lower, the more restitution occurs.
  329. .. _class_Generic6DOFJoint_property_angular_limit_x/softness:
  330. - :ref:`float<class_float>` **angular_limit_x/softness**
  331. +-----------+--------------------+
  332. | *Default* | 0.5 |
  333. +-----------+--------------------+
  334. | *Setter* | set_param_x(value) |
  335. +-----------+--------------------+
  336. | *Getter* | get_param_x() |
  337. +-----------+--------------------+
  338. The speed of all rotations across the X axis.
  339. .. _class_Generic6DOFJoint_property_angular_limit_x/upper_angle:
  340. - :ref:`float<class_float>` **angular_limit_x/upper_angle**
  341. +-----------+-----+
  342. | *Default* | 0.0 |
  343. +-----------+-----+
  344. The minimum rotation in positive direction to break loose and rotate around the X axis.
  345. .. _class_Generic6DOFJoint_property_angular_limit_y/damping:
  346. - :ref:`float<class_float>` **angular_limit_y/damping**
  347. +-----------+--------------------+
  348. | *Default* | 1.0 |
  349. +-----------+--------------------+
  350. | *Setter* | set_param_y(value) |
  351. +-----------+--------------------+
  352. | *Getter* | get_param_y() |
  353. +-----------+--------------------+
  354. The amount of rotational damping across the Y axis. The lower, the more dampening occurs.
  355. .. _class_Generic6DOFJoint_property_angular_limit_y/enabled:
  356. - :ref:`bool<class_bool>` **angular_limit_y/enabled**
  357. +-----------+-------------------+
  358. | *Default* | true |
  359. +-----------+-------------------+
  360. | *Setter* | set_flag_y(value) |
  361. +-----------+-------------------+
  362. | *Getter* | get_flag_y() |
  363. +-----------+-------------------+
  364. If ``true``, rotation across the Y axis is limited.
  365. .. _class_Generic6DOFJoint_property_angular_limit_y/erp:
  366. - :ref:`float<class_float>` **angular_limit_y/erp**
  367. +-----------+--------------------+
  368. | *Default* | 0.5 |
  369. +-----------+--------------------+
  370. | *Setter* | set_param_y(value) |
  371. +-----------+--------------------+
  372. | *Getter* | get_param_y() |
  373. +-----------+--------------------+
  374. When rotating across the Y axis, this error tolerance factor defines how much the correction gets slowed down. The lower, the slower.
  375. .. _class_Generic6DOFJoint_property_angular_limit_y/force_limit:
  376. - :ref:`float<class_float>` **angular_limit_y/force_limit**
  377. +-----------+--------------------+
  378. | *Default* | 0.0 |
  379. +-----------+--------------------+
  380. | *Setter* | set_param_y(value) |
  381. +-----------+--------------------+
  382. | *Getter* | get_param_y() |
  383. +-----------+--------------------+
  384. The maximum amount of force that can occur, when rotating around the Y axis.
  385. .. _class_Generic6DOFJoint_property_angular_limit_y/lower_angle:
  386. - :ref:`float<class_float>` **angular_limit_y/lower_angle**
  387. +-----------+-----+
  388. | *Default* | 0.0 |
  389. +-----------+-----+
  390. The minimum rotation in negative direction to break loose and rotate around the Y axis.
  391. .. _class_Generic6DOFJoint_property_angular_limit_y/restitution:
  392. - :ref:`float<class_float>` **angular_limit_y/restitution**
  393. +-----------+--------------------+
  394. | *Default* | 0.0 |
  395. +-----------+--------------------+
  396. | *Setter* | set_param_y(value) |
  397. +-----------+--------------------+
  398. | *Getter* | get_param_y() |
  399. +-----------+--------------------+
  400. The amount of rotational restitution across the Y axis. The lower, the more restitution occurs.
  401. .. _class_Generic6DOFJoint_property_angular_limit_y/softness:
  402. - :ref:`float<class_float>` **angular_limit_y/softness**
  403. +-----------+--------------------+
  404. | *Default* | 0.5 |
  405. +-----------+--------------------+
  406. | *Setter* | set_param_y(value) |
  407. +-----------+--------------------+
  408. | *Getter* | get_param_y() |
  409. +-----------+--------------------+
  410. The speed of all rotations across the Y axis.
  411. .. _class_Generic6DOFJoint_property_angular_limit_y/upper_angle:
  412. - :ref:`float<class_float>` **angular_limit_y/upper_angle**
  413. +-----------+-----+
  414. | *Default* | 0.0 |
  415. +-----------+-----+
  416. The minimum rotation in positive direction to break loose and rotate around the Y axis.
  417. .. _class_Generic6DOFJoint_property_angular_limit_z/damping:
  418. - :ref:`float<class_float>` **angular_limit_z/damping**
  419. +-----------+--------------------+
  420. | *Default* | 1.0 |
  421. +-----------+--------------------+
  422. | *Setter* | set_param_z(value) |
  423. +-----------+--------------------+
  424. | *Getter* | get_param_z() |
  425. +-----------+--------------------+
  426. The amount of rotational damping across the Z axis. The lower, the more dampening occurs.
  427. .. _class_Generic6DOFJoint_property_angular_limit_z/enabled:
  428. - :ref:`bool<class_bool>` **angular_limit_z/enabled**
  429. +-----------+-------------------+
  430. | *Default* | true |
  431. +-----------+-------------------+
  432. | *Setter* | set_flag_z(value) |
  433. +-----------+-------------------+
  434. | *Getter* | get_flag_z() |
  435. +-----------+-------------------+
  436. If ``true``, rotation across the Z axis is limited.
  437. .. _class_Generic6DOFJoint_property_angular_limit_z/erp:
  438. - :ref:`float<class_float>` **angular_limit_z/erp**
  439. +-----------+--------------------+
  440. | *Default* | 0.5 |
  441. +-----------+--------------------+
  442. | *Setter* | set_param_z(value) |
  443. +-----------+--------------------+
  444. | *Getter* | get_param_z() |
  445. +-----------+--------------------+
  446. When rotating across the Z axis, this error tolerance factor defines how much the correction gets slowed down. The lower, the slower.
  447. .. _class_Generic6DOFJoint_property_angular_limit_z/force_limit:
  448. - :ref:`float<class_float>` **angular_limit_z/force_limit**
  449. +-----------+--------------------+
  450. | *Default* | 0.0 |
  451. +-----------+--------------------+
  452. | *Setter* | set_param_z(value) |
  453. +-----------+--------------------+
  454. | *Getter* | get_param_z() |
  455. +-----------+--------------------+
  456. The maximum amount of force that can occur, when rotating around the Z axis.
  457. .. _class_Generic6DOFJoint_property_angular_limit_z/lower_angle:
  458. - :ref:`float<class_float>` **angular_limit_z/lower_angle**
  459. +-----------+-----+
  460. | *Default* | 0.0 |
  461. +-----------+-----+
  462. The minimum rotation in negative direction to break loose and rotate around the Z axis.
  463. .. _class_Generic6DOFJoint_property_angular_limit_z/restitution:
  464. - :ref:`float<class_float>` **angular_limit_z/restitution**
  465. +-----------+--------------------+
  466. | *Default* | 0.0 |
  467. +-----------+--------------------+
  468. | *Setter* | set_param_z(value) |
  469. +-----------+--------------------+
  470. | *Getter* | get_param_z() |
  471. +-----------+--------------------+
  472. The amount of rotational restitution across the Z axis. The lower, the more restitution occurs.
  473. .. _class_Generic6DOFJoint_property_angular_limit_z/softness:
  474. - :ref:`float<class_float>` **angular_limit_z/softness**
  475. +-----------+--------------------+
  476. | *Default* | 0.5 |
  477. +-----------+--------------------+
  478. | *Setter* | set_param_z(value) |
  479. +-----------+--------------------+
  480. | *Getter* | get_param_z() |
  481. +-----------+--------------------+
  482. The speed of all rotations across the Z axis.
  483. .. _class_Generic6DOFJoint_property_angular_limit_z/upper_angle:
  484. - :ref:`float<class_float>` **angular_limit_z/upper_angle**
  485. +-----------+-----+
  486. | *Default* | 0.0 |
  487. +-----------+-----+
  488. The minimum rotation in positive direction to break loose and rotate around the Z axis.
  489. .. _class_Generic6DOFJoint_property_angular_motor_x/enabled:
  490. - :ref:`bool<class_bool>` **angular_motor_x/enabled**
  491. +-----------+-------------------+
  492. | *Default* | false |
  493. +-----------+-------------------+
  494. | *Setter* | set_flag_x(value) |
  495. +-----------+-------------------+
  496. | *Getter* | get_flag_x() |
  497. +-----------+-------------------+
  498. If ``true``, a rotating motor at the X axis is enabled.
  499. .. _class_Generic6DOFJoint_property_angular_motor_x/force_limit:
  500. - :ref:`float<class_float>` **angular_motor_x/force_limit**
  501. +-----------+--------------------+
  502. | *Default* | 300.0 |
  503. +-----------+--------------------+
  504. | *Setter* | set_param_x(value) |
  505. +-----------+--------------------+
  506. | *Getter* | get_param_x() |
  507. +-----------+--------------------+
  508. Maximum acceleration for the motor at the X axis.
  509. .. _class_Generic6DOFJoint_property_angular_motor_x/target_velocity:
  510. - :ref:`float<class_float>` **angular_motor_x/target_velocity**
  511. +-----------+--------------------+
  512. | *Default* | 0.0 |
  513. +-----------+--------------------+
  514. | *Setter* | set_param_x(value) |
  515. +-----------+--------------------+
  516. | *Getter* | get_param_x() |
  517. +-----------+--------------------+
  518. Target speed for the motor at the X axis.
  519. .. _class_Generic6DOFJoint_property_angular_motor_y/enabled:
  520. - :ref:`bool<class_bool>` **angular_motor_y/enabled**
  521. +-----------+-------------------+
  522. | *Default* | false |
  523. +-----------+-------------------+
  524. | *Setter* | set_flag_y(value) |
  525. +-----------+-------------------+
  526. | *Getter* | get_flag_y() |
  527. +-----------+-------------------+
  528. If ``true``, a rotating motor at the Y axis is enabled.
  529. .. _class_Generic6DOFJoint_property_angular_motor_y/force_limit:
  530. - :ref:`float<class_float>` **angular_motor_y/force_limit**
  531. +-----------+--------------------+
  532. | *Default* | 300.0 |
  533. +-----------+--------------------+
  534. | *Setter* | set_param_y(value) |
  535. +-----------+--------------------+
  536. | *Getter* | get_param_y() |
  537. +-----------+--------------------+
  538. Maximum acceleration for the motor at the Y axis.
  539. .. _class_Generic6DOFJoint_property_angular_motor_y/target_velocity:
  540. - :ref:`float<class_float>` **angular_motor_y/target_velocity**
  541. +-----------+--------------------+
  542. | *Default* | 0.0 |
  543. +-----------+--------------------+
  544. | *Setter* | set_param_y(value) |
  545. +-----------+--------------------+
  546. | *Getter* | get_param_y() |
  547. +-----------+--------------------+
  548. Target speed for the motor at the Y axis.
  549. .. _class_Generic6DOFJoint_property_angular_motor_z/enabled:
  550. - :ref:`bool<class_bool>` **angular_motor_z/enabled**
  551. +-----------+-------------------+
  552. | *Default* | false |
  553. +-----------+-------------------+
  554. | *Setter* | set_flag_z(value) |
  555. +-----------+-------------------+
  556. | *Getter* | get_flag_z() |
  557. +-----------+-------------------+
  558. If ``true``, a rotating motor at the Z axis is enabled.
  559. .. _class_Generic6DOFJoint_property_angular_motor_z/force_limit:
  560. - :ref:`float<class_float>` **angular_motor_z/force_limit**
  561. +-----------+--------------------+
  562. | *Default* | 300.0 |
  563. +-----------+--------------------+
  564. | *Setter* | set_param_z(value) |
  565. +-----------+--------------------+
  566. | *Getter* | get_param_z() |
  567. +-----------+--------------------+
  568. Maximum acceleration for the motor at the Z axis.
  569. .. _class_Generic6DOFJoint_property_angular_motor_z/target_velocity:
  570. - :ref:`float<class_float>` **angular_motor_z/target_velocity**
  571. +-----------+--------------------+
  572. | *Default* | 0.0 |
  573. +-----------+--------------------+
  574. | *Setter* | set_param_z(value) |
  575. +-----------+--------------------+
  576. | *Getter* | get_param_z() |
  577. +-----------+--------------------+
  578. Target speed for the motor at the Z axis.
  579. .. _class_Generic6DOFJoint_property_angular_spring_x/damping:
  580. - :ref:`float<class_float>` **angular_spring_x/damping**
  581. +-----------+--------------------+
  582. | *Default* | 0.0 |
  583. +-----------+--------------------+
  584. | *Setter* | set_param_x(value) |
  585. +-----------+--------------------+
  586. | *Getter* | get_param_x() |
  587. +-----------+--------------------+
  588. .. _class_Generic6DOFJoint_property_angular_spring_x/enabled:
  589. - :ref:`bool<class_bool>` **angular_spring_x/enabled**
  590. +-----------+-------------------+
  591. | *Default* | false |
  592. +-----------+-------------------+
  593. | *Setter* | set_flag_x(value) |
  594. +-----------+-------------------+
  595. | *Getter* | get_flag_x() |
  596. +-----------+-------------------+
  597. .. _class_Generic6DOFJoint_property_angular_spring_x/equilibrium_point:
  598. - :ref:`float<class_float>` **angular_spring_x/equilibrium_point**
  599. +-----------+--------------------+
  600. | *Default* | 0.0 |
  601. +-----------+--------------------+
  602. | *Setter* | set_param_x(value) |
  603. +-----------+--------------------+
  604. | *Getter* | get_param_x() |
  605. +-----------+--------------------+
  606. .. _class_Generic6DOFJoint_property_angular_spring_x/stiffness:
  607. - :ref:`float<class_float>` **angular_spring_x/stiffness**
  608. +-----------+--------------------+
  609. | *Default* | 0.0 |
  610. +-----------+--------------------+
  611. | *Setter* | set_param_x(value) |
  612. +-----------+--------------------+
  613. | *Getter* | get_param_x() |
  614. +-----------+--------------------+
  615. .. _class_Generic6DOFJoint_property_angular_spring_y/damping:
  616. - :ref:`float<class_float>` **angular_spring_y/damping**
  617. +-----------+--------------------+
  618. | *Default* | 0.0 |
  619. +-----------+--------------------+
  620. | *Setter* | set_param_y(value) |
  621. +-----------+--------------------+
  622. | *Getter* | get_param_y() |
  623. +-----------+--------------------+
  624. .. _class_Generic6DOFJoint_property_angular_spring_y/enabled:
  625. - :ref:`bool<class_bool>` **angular_spring_y/enabled**
  626. +-----------+-------------------+
  627. | *Default* | false |
  628. +-----------+-------------------+
  629. | *Setter* | set_flag_y(value) |
  630. +-----------+-------------------+
  631. | *Getter* | get_flag_y() |
  632. +-----------+-------------------+
  633. .. _class_Generic6DOFJoint_property_angular_spring_y/equilibrium_point:
  634. - :ref:`float<class_float>` **angular_spring_y/equilibrium_point**
  635. +-----------+--------------------+
  636. | *Default* | 0.0 |
  637. +-----------+--------------------+
  638. | *Setter* | set_param_y(value) |
  639. +-----------+--------------------+
  640. | *Getter* | get_param_y() |
  641. +-----------+--------------------+
  642. .. _class_Generic6DOFJoint_property_angular_spring_y/stiffness:
  643. - :ref:`float<class_float>` **angular_spring_y/stiffness**
  644. +-----------+--------------------+
  645. | *Default* | 0.0 |
  646. +-----------+--------------------+
  647. | *Setter* | set_param_y(value) |
  648. +-----------+--------------------+
  649. | *Getter* | get_param_y() |
  650. +-----------+--------------------+
  651. .. _class_Generic6DOFJoint_property_angular_spring_z/damping:
  652. - :ref:`float<class_float>` **angular_spring_z/damping**
  653. +-----------+--------------------+
  654. | *Default* | 0.0 |
  655. +-----------+--------------------+
  656. | *Setter* | set_param_z(value) |
  657. +-----------+--------------------+
  658. | *Getter* | get_param_z() |
  659. +-----------+--------------------+
  660. .. _class_Generic6DOFJoint_property_angular_spring_z/enabled:
  661. - :ref:`bool<class_bool>` **angular_spring_z/enabled**
  662. +-----------+-------------------+
  663. | *Default* | false |
  664. +-----------+-------------------+
  665. | *Setter* | set_flag_z(value) |
  666. +-----------+-------------------+
  667. | *Getter* | get_flag_z() |
  668. +-----------+-------------------+
  669. .. _class_Generic6DOFJoint_property_angular_spring_z/equilibrium_point:
  670. - :ref:`float<class_float>` **angular_spring_z/equilibrium_point**
  671. +-----------+--------------------+
  672. | *Default* | 0.0 |
  673. +-----------+--------------------+
  674. | *Setter* | set_param_z(value) |
  675. +-----------+--------------------+
  676. | *Getter* | get_param_z() |
  677. +-----------+--------------------+
  678. .. _class_Generic6DOFJoint_property_angular_spring_z/stiffness:
  679. - :ref:`float<class_float>` **angular_spring_z/stiffness**
  680. +-----------+--------------------+
  681. | *Default* | 0.0 |
  682. +-----------+--------------------+
  683. | *Setter* | set_param_z(value) |
  684. +-----------+--------------------+
  685. | *Getter* | get_param_z() |
  686. +-----------+--------------------+
  687. .. _class_Generic6DOFJoint_property_linear_limit_x/damping:
  688. - :ref:`float<class_float>` **linear_limit_x/damping**
  689. +-----------+--------------------+
  690. | *Default* | 1.0 |
  691. +-----------+--------------------+
  692. | *Setter* | set_param_x(value) |
  693. +-----------+--------------------+
  694. | *Getter* | get_param_x() |
  695. +-----------+--------------------+
  696. The amount of damping that happens at the X motion.
  697. .. _class_Generic6DOFJoint_property_linear_limit_x/enabled:
  698. - :ref:`bool<class_bool>` **linear_limit_x/enabled**
  699. +-----------+-------------------+
  700. | *Default* | true |
  701. +-----------+-------------------+
  702. | *Setter* | set_flag_x(value) |
  703. +-----------+-------------------+
  704. | *Getter* | get_flag_x() |
  705. +-----------+-------------------+
  706. If ``true``, the linear motion across the X axis is limited.
  707. .. _class_Generic6DOFJoint_property_linear_limit_x/lower_distance:
  708. - :ref:`float<class_float>` **linear_limit_x/lower_distance**
  709. +-----------+--------------------+
  710. | *Default* | 0.0 |
  711. +-----------+--------------------+
  712. | *Setter* | set_param_x(value) |
  713. +-----------+--------------------+
  714. | *Getter* | get_param_x() |
  715. +-----------+--------------------+
  716. The minimum difference between the pivot points' X axis.
  717. .. _class_Generic6DOFJoint_property_linear_limit_x/restitution:
  718. - :ref:`float<class_float>` **linear_limit_x/restitution**
  719. +-----------+--------------------+
  720. | *Default* | 0.5 |
  721. +-----------+--------------------+
  722. | *Setter* | set_param_x(value) |
  723. +-----------+--------------------+
  724. | *Getter* | get_param_x() |
  725. +-----------+--------------------+
  726. The amount of restitution on the X axis movement. The lower, the more momentum gets lost.
  727. .. _class_Generic6DOFJoint_property_linear_limit_x/softness:
  728. - :ref:`float<class_float>` **linear_limit_x/softness**
  729. +-----------+--------------------+
  730. | *Default* | 0.7 |
  731. +-----------+--------------------+
  732. | *Setter* | set_param_x(value) |
  733. +-----------+--------------------+
  734. | *Getter* | get_param_x() |
  735. +-----------+--------------------+
  736. A factor applied to the movement across the X axis. The lower, the slower the movement.
  737. .. _class_Generic6DOFJoint_property_linear_limit_x/upper_distance:
  738. - :ref:`float<class_float>` **linear_limit_x/upper_distance**
  739. +-----------+--------------------+
  740. | *Default* | 0.0 |
  741. +-----------+--------------------+
  742. | *Setter* | set_param_x(value) |
  743. +-----------+--------------------+
  744. | *Getter* | get_param_x() |
  745. +-----------+--------------------+
  746. The maximum difference between the pivot points' X axis.
  747. .. _class_Generic6DOFJoint_property_linear_limit_y/damping:
  748. - :ref:`float<class_float>` **linear_limit_y/damping**
  749. +-----------+--------------------+
  750. | *Default* | 1.0 |
  751. +-----------+--------------------+
  752. | *Setter* | set_param_y(value) |
  753. +-----------+--------------------+
  754. | *Getter* | get_param_y() |
  755. +-----------+--------------------+
  756. The amount of damping that happens at the Y motion.
  757. .. _class_Generic6DOFJoint_property_linear_limit_y/enabled:
  758. - :ref:`bool<class_bool>` **linear_limit_y/enabled**
  759. +-----------+-------------------+
  760. | *Default* | true |
  761. +-----------+-------------------+
  762. | *Setter* | set_flag_y(value) |
  763. +-----------+-------------------+
  764. | *Getter* | get_flag_y() |
  765. +-----------+-------------------+
  766. If ``true``, the linear motion across the Y axis is limited.
  767. .. _class_Generic6DOFJoint_property_linear_limit_y/lower_distance:
  768. - :ref:`float<class_float>` **linear_limit_y/lower_distance**
  769. +-----------+--------------------+
  770. | *Default* | 0.0 |
  771. +-----------+--------------------+
  772. | *Setter* | set_param_y(value) |
  773. +-----------+--------------------+
  774. | *Getter* | get_param_y() |
  775. +-----------+--------------------+
  776. The minimum difference between the pivot points' Y axis.
  777. .. _class_Generic6DOFJoint_property_linear_limit_y/restitution:
  778. - :ref:`float<class_float>` **linear_limit_y/restitution**
  779. +-----------+--------------------+
  780. | *Default* | 0.5 |
  781. +-----------+--------------------+
  782. | *Setter* | set_param_y(value) |
  783. +-----------+--------------------+
  784. | *Getter* | get_param_y() |
  785. +-----------+--------------------+
  786. The amount of restitution on the Y axis movement. The lower, the more momentum gets lost.
  787. .. _class_Generic6DOFJoint_property_linear_limit_y/softness:
  788. - :ref:`float<class_float>` **linear_limit_y/softness**
  789. +-----------+--------------------+
  790. | *Default* | 0.7 |
  791. +-----------+--------------------+
  792. | *Setter* | set_param_y(value) |
  793. +-----------+--------------------+
  794. | *Getter* | get_param_y() |
  795. +-----------+--------------------+
  796. A factor applied to the movement across the Y axis. The lower, the slower the movement.
  797. .. _class_Generic6DOFJoint_property_linear_limit_y/upper_distance:
  798. - :ref:`float<class_float>` **linear_limit_y/upper_distance**
  799. +-----------+--------------------+
  800. | *Default* | 0.0 |
  801. +-----------+--------------------+
  802. | *Setter* | set_param_y(value) |
  803. +-----------+--------------------+
  804. | *Getter* | get_param_y() |
  805. +-----------+--------------------+
  806. The maximum difference between the pivot points' Y axis.
  807. .. _class_Generic6DOFJoint_property_linear_limit_z/damping:
  808. - :ref:`float<class_float>` **linear_limit_z/damping**
  809. +-----------+--------------------+
  810. | *Default* | 1.0 |
  811. +-----------+--------------------+
  812. | *Setter* | set_param_z(value) |
  813. +-----------+--------------------+
  814. | *Getter* | get_param_z() |
  815. +-----------+--------------------+
  816. The amount of damping that happens at the Z motion.
  817. .. _class_Generic6DOFJoint_property_linear_limit_z/enabled:
  818. - :ref:`bool<class_bool>` **linear_limit_z/enabled**
  819. +-----------+-------------------+
  820. | *Default* | true |
  821. +-----------+-------------------+
  822. | *Setter* | set_flag_z(value) |
  823. +-----------+-------------------+
  824. | *Getter* | get_flag_z() |
  825. +-----------+-------------------+
  826. If ``true``, the linear motion across the Z axis is limited.
  827. .. _class_Generic6DOFJoint_property_linear_limit_z/lower_distance:
  828. - :ref:`float<class_float>` **linear_limit_z/lower_distance**
  829. +-----------+--------------------+
  830. | *Default* | 0.0 |
  831. +-----------+--------------------+
  832. | *Setter* | set_param_z(value) |
  833. +-----------+--------------------+
  834. | *Getter* | get_param_z() |
  835. +-----------+--------------------+
  836. The minimum difference between the pivot points' Z axis.
  837. .. _class_Generic6DOFJoint_property_linear_limit_z/restitution:
  838. - :ref:`float<class_float>` **linear_limit_z/restitution**
  839. +-----------+--------------------+
  840. | *Default* | 0.5 |
  841. +-----------+--------------------+
  842. | *Setter* | set_param_z(value) |
  843. +-----------+--------------------+
  844. | *Getter* | get_param_z() |
  845. +-----------+--------------------+
  846. The amount of restitution on the Z axis movement. The lower, the more momentum gets lost.
  847. .. _class_Generic6DOFJoint_property_linear_limit_z/softness:
  848. - :ref:`float<class_float>` **linear_limit_z/softness**
  849. +-----------+--------------------+
  850. | *Default* | 0.7 |
  851. +-----------+--------------------+
  852. | *Setter* | set_param_z(value) |
  853. +-----------+--------------------+
  854. | *Getter* | get_param_z() |
  855. +-----------+--------------------+
  856. A factor applied to the movement across the Z axis. The lower, the slower the movement.
  857. .. _class_Generic6DOFJoint_property_linear_limit_z/upper_distance:
  858. - :ref:`float<class_float>` **linear_limit_z/upper_distance**
  859. +-----------+--------------------+
  860. | *Default* | 0.0 |
  861. +-----------+--------------------+
  862. | *Setter* | set_param_z(value) |
  863. +-----------+--------------------+
  864. | *Getter* | get_param_z() |
  865. +-----------+--------------------+
  866. The maximum difference between the pivot points' Z axis.
  867. .. _class_Generic6DOFJoint_property_linear_motor_x/enabled:
  868. - :ref:`bool<class_bool>` **linear_motor_x/enabled**
  869. +-----------+-------------------+
  870. | *Default* | false |
  871. +-----------+-------------------+
  872. | *Setter* | set_flag_x(value) |
  873. +-----------+-------------------+
  874. | *Getter* | get_flag_x() |
  875. +-----------+-------------------+
  876. If ``true``, then there is a linear motor on the X axis. It will attempt to reach the target velocity while staying within the force limits.
  877. .. _class_Generic6DOFJoint_property_linear_motor_x/force_limit:
  878. - :ref:`float<class_float>` **linear_motor_x/force_limit**
  879. +-----------+--------------------+
  880. | *Default* | 0.0 |
  881. +-----------+--------------------+
  882. | *Setter* | set_param_x(value) |
  883. +-----------+--------------------+
  884. | *Getter* | get_param_x() |
  885. +-----------+--------------------+
  886. The maximum force the linear motor can apply on the X axis while trying to reach the target velocity.
  887. .. _class_Generic6DOFJoint_property_linear_motor_x/target_velocity:
  888. - :ref:`float<class_float>` **linear_motor_x/target_velocity**
  889. +-----------+--------------------+
  890. | *Default* | 0.0 |
  891. +-----------+--------------------+
  892. | *Setter* | set_param_x(value) |
  893. +-----------+--------------------+
  894. | *Getter* | get_param_x() |
  895. +-----------+--------------------+
  896. The speed that the linear motor will attempt to reach on the X axis.
  897. .. _class_Generic6DOFJoint_property_linear_motor_y/enabled:
  898. - :ref:`bool<class_bool>` **linear_motor_y/enabled**
  899. +-----------+-------------------+
  900. | *Default* | false |
  901. +-----------+-------------------+
  902. | *Setter* | set_flag_y(value) |
  903. +-----------+-------------------+
  904. | *Getter* | get_flag_y() |
  905. +-----------+-------------------+
  906. If ``true``, then there is a linear motor on the Y axis. It will attempt to reach the target velocity while staying within the force limits.
  907. .. _class_Generic6DOFJoint_property_linear_motor_y/force_limit:
  908. - :ref:`float<class_float>` **linear_motor_y/force_limit**
  909. +-----------+--------------------+
  910. | *Default* | 0.0 |
  911. +-----------+--------------------+
  912. | *Setter* | set_param_y(value) |
  913. +-----------+--------------------+
  914. | *Getter* | get_param_y() |
  915. +-----------+--------------------+
  916. The maximum force the linear motor can apply on the Y axis while trying to reach the target velocity.
  917. .. _class_Generic6DOFJoint_property_linear_motor_y/target_velocity:
  918. - :ref:`float<class_float>` **linear_motor_y/target_velocity**
  919. +-----------+--------------------+
  920. | *Default* | 0.0 |
  921. +-----------+--------------------+
  922. | *Setter* | set_param_y(value) |
  923. +-----------+--------------------+
  924. | *Getter* | get_param_y() |
  925. +-----------+--------------------+
  926. The speed that the linear motor will attempt to reach on the Y axis.
  927. .. _class_Generic6DOFJoint_property_linear_motor_z/enabled:
  928. - :ref:`bool<class_bool>` **linear_motor_z/enabled**
  929. +-----------+-------------------+
  930. | *Default* | false |
  931. +-----------+-------------------+
  932. | *Setter* | set_flag_z(value) |
  933. +-----------+-------------------+
  934. | *Getter* | get_flag_z() |
  935. +-----------+-------------------+
  936. If ``true``, then there is a linear motor on the Z axis. It will attempt to reach the target velocity while staying within the force limits.
  937. .. _class_Generic6DOFJoint_property_linear_motor_z/force_limit:
  938. - :ref:`float<class_float>` **linear_motor_z/force_limit**
  939. +-----------+--------------------+
  940. | *Default* | 0.0 |
  941. +-----------+--------------------+
  942. | *Setter* | set_param_z(value) |
  943. +-----------+--------------------+
  944. | *Getter* | get_param_z() |
  945. +-----------+--------------------+
  946. The maximum force the linear motor can apply on the Z axis while trying to reach the target velocity.
  947. .. _class_Generic6DOFJoint_property_linear_motor_z/target_velocity:
  948. - :ref:`float<class_float>` **linear_motor_z/target_velocity**
  949. +-----------+--------------------+
  950. | *Default* | 0.0 |
  951. +-----------+--------------------+
  952. | *Setter* | set_param_z(value) |
  953. +-----------+--------------------+
  954. | *Getter* | get_param_z() |
  955. +-----------+--------------------+
  956. The speed that the linear motor will attempt to reach on the Z axis.
  957. .. _class_Generic6DOFJoint_property_linear_spring_x/damping:
  958. - :ref:`float<class_float>` **linear_spring_x/damping**
  959. +-----------+--------------------+
  960. | *Default* | 0.01 |
  961. +-----------+--------------------+
  962. | *Setter* | set_param_x(value) |
  963. +-----------+--------------------+
  964. | *Getter* | get_param_x() |
  965. +-----------+--------------------+
  966. .. _class_Generic6DOFJoint_property_linear_spring_x/enabled:
  967. - :ref:`bool<class_bool>` **linear_spring_x/enabled**
  968. +-----------+-------------------+
  969. | *Default* | false |
  970. +-----------+-------------------+
  971. | *Setter* | set_flag_x(value) |
  972. +-----------+-------------------+
  973. | *Getter* | get_flag_x() |
  974. +-----------+-------------------+
  975. .. _class_Generic6DOFJoint_property_linear_spring_x/equilibrium_point:
  976. - :ref:`float<class_float>` **linear_spring_x/equilibrium_point**
  977. +-----------+--------------------+
  978. | *Default* | 0.0 |
  979. +-----------+--------------------+
  980. | *Setter* | set_param_x(value) |
  981. +-----------+--------------------+
  982. | *Getter* | get_param_x() |
  983. +-----------+--------------------+
  984. .. _class_Generic6DOFJoint_property_linear_spring_x/stiffness:
  985. - :ref:`float<class_float>` **linear_spring_x/stiffness**
  986. +-----------+--------------------+
  987. | *Default* | 0.01 |
  988. +-----------+--------------------+
  989. | *Setter* | set_param_x(value) |
  990. +-----------+--------------------+
  991. | *Getter* | get_param_x() |
  992. +-----------+--------------------+
  993. .. _class_Generic6DOFJoint_property_linear_spring_y/damping:
  994. - :ref:`float<class_float>` **linear_spring_y/damping**
  995. +-----------+--------------------+
  996. | *Default* | 0.01 |
  997. +-----------+--------------------+
  998. | *Setter* | set_param_y(value) |
  999. +-----------+--------------------+
  1000. | *Getter* | get_param_y() |
  1001. +-----------+--------------------+
  1002. .. _class_Generic6DOFJoint_property_linear_spring_y/enabled:
  1003. - :ref:`bool<class_bool>` **linear_spring_y/enabled**
  1004. +-----------+-------------------+
  1005. | *Default* | false |
  1006. +-----------+-------------------+
  1007. | *Setter* | set_flag_y(value) |
  1008. +-----------+-------------------+
  1009. | *Getter* | get_flag_y() |
  1010. +-----------+-------------------+
  1011. .. _class_Generic6DOFJoint_property_linear_spring_y/equilibrium_point:
  1012. - :ref:`float<class_float>` **linear_spring_y/equilibrium_point**
  1013. +-----------+--------------------+
  1014. | *Default* | 0.0 |
  1015. +-----------+--------------------+
  1016. | *Setter* | set_param_y(value) |
  1017. +-----------+--------------------+
  1018. | *Getter* | get_param_y() |
  1019. +-----------+--------------------+
  1020. .. _class_Generic6DOFJoint_property_linear_spring_y/stiffness:
  1021. - :ref:`float<class_float>` **linear_spring_y/stiffness**
  1022. +-----------+--------------------+
  1023. | *Default* | 0.01 |
  1024. +-----------+--------------------+
  1025. | *Setter* | set_param_y(value) |
  1026. +-----------+--------------------+
  1027. | *Getter* | get_param_y() |
  1028. +-----------+--------------------+
  1029. .. _class_Generic6DOFJoint_property_linear_spring_z/damping:
  1030. - :ref:`float<class_float>` **linear_spring_z/damping**
  1031. +-----------+--------------------+
  1032. | *Default* | 0.01 |
  1033. +-----------+--------------------+
  1034. | *Setter* | set_param_z(value) |
  1035. +-----------+--------------------+
  1036. | *Getter* | get_param_z() |
  1037. +-----------+--------------------+
  1038. .. _class_Generic6DOFJoint_property_linear_spring_z/enabled:
  1039. - :ref:`bool<class_bool>` **linear_spring_z/enabled**
  1040. +-----------+-------------------+
  1041. | *Default* | false |
  1042. +-----------+-------------------+
  1043. | *Setter* | set_flag_z(value) |
  1044. +-----------+-------------------+
  1045. | *Getter* | get_flag_z() |
  1046. +-----------+-------------------+
  1047. .. _class_Generic6DOFJoint_property_linear_spring_z/equilibrium_point:
  1048. - :ref:`float<class_float>` **linear_spring_z/equilibrium_point**
  1049. +-----------+--------------------+
  1050. | *Default* | 0.0 |
  1051. +-----------+--------------------+
  1052. | *Setter* | set_param_z(value) |
  1053. +-----------+--------------------+
  1054. | *Getter* | get_param_z() |
  1055. +-----------+--------------------+
  1056. .. _class_Generic6DOFJoint_property_linear_spring_z/stiffness:
  1057. - :ref:`float<class_float>` **linear_spring_z/stiffness**
  1058. +-----------+--------------------+
  1059. | *Default* | 0.01 |
  1060. +-----------+--------------------+
  1061. | *Setter* | set_param_z(value) |
  1062. +-----------+--------------------+
  1063. | *Getter* | get_param_z() |
  1064. +-----------+--------------------+
  1065. .. _class_Generic6DOFJoint_property_precision:
  1066. - :ref:`int<class_int>` **precision**
  1067. +-----------+----------------------+
  1068. | *Default* | 1 |
  1069. +-----------+----------------------+
  1070. | *Setter* | set_precision(value) |
  1071. +-----------+----------------------+
  1072. | *Getter* | get_precision() |
  1073. +-----------+----------------------+
  1074. Method Descriptions
  1075. -------------------
  1076. .. _class_Generic6DOFJoint_method_get_flag_x:
  1077. - :ref:`bool<class_bool>` **get_flag_x** **(** :ref:`Flag<enum_Generic6DOFJoint_Flag>` flag **)** const
  1078. .. _class_Generic6DOFJoint_method_get_flag_y:
  1079. - :ref:`bool<class_bool>` **get_flag_y** **(** :ref:`Flag<enum_Generic6DOFJoint_Flag>` flag **)** const
  1080. .. _class_Generic6DOFJoint_method_get_flag_z:
  1081. - :ref:`bool<class_bool>` **get_flag_z** **(** :ref:`Flag<enum_Generic6DOFJoint_Flag>` flag **)** const
  1082. .. _class_Generic6DOFJoint_method_get_param_x:
  1083. - :ref:`float<class_float>` **get_param_x** **(** :ref:`Param<enum_Generic6DOFJoint_Param>` param **)** const
  1084. .. _class_Generic6DOFJoint_method_get_param_y:
  1085. - :ref:`float<class_float>` **get_param_y** **(** :ref:`Param<enum_Generic6DOFJoint_Param>` param **)** const
  1086. .. _class_Generic6DOFJoint_method_get_param_z:
  1087. - :ref:`float<class_float>` **get_param_z** **(** :ref:`Param<enum_Generic6DOFJoint_Param>` param **)** const
  1088. .. _class_Generic6DOFJoint_method_set_flag_x:
  1089. - void **set_flag_x** **(** :ref:`Flag<enum_Generic6DOFJoint_Flag>` flag, :ref:`bool<class_bool>` value **)**
  1090. .. _class_Generic6DOFJoint_method_set_flag_y:
  1091. - void **set_flag_y** **(** :ref:`Flag<enum_Generic6DOFJoint_Flag>` flag, :ref:`bool<class_bool>` value **)**
  1092. .. _class_Generic6DOFJoint_method_set_flag_z:
  1093. - void **set_flag_z** **(** :ref:`Flag<enum_Generic6DOFJoint_Flag>` flag, :ref:`bool<class_bool>` value **)**
  1094. .. _class_Generic6DOFJoint_method_set_param_x:
  1095. - void **set_param_x** **(** :ref:`Param<enum_Generic6DOFJoint_Param>` param, :ref:`float<class_float>` value **)**
  1096. .. _class_Generic6DOFJoint_method_set_param_y:
  1097. - void **set_param_y** **(** :ref:`Param<enum_Generic6DOFJoint_Param>` param, :ref:`float<class_float>` value **)**
  1098. .. _class_Generic6DOFJoint_method_set_param_z:
  1099. - void **set_param_z** **(** :ref:`Param<enum_Generic6DOFJoint_Param>` param, :ref:`float<class_float>` value **)**