Skip to content

Latest commit

 

History

History
29 lines (26 loc) · 727 Bytes

HydraulicFunctionsToPatch.md

File metadata and controls

29 lines (26 loc) · 727 Bytes

Split Joints

Add

  • AddSplitJointToPhase
  • AddAllSplitJointsToPhase
  • AddSplitJointToAllPhasesAcceptingNewAdditions

Remove

  • RemoveSplitJointFromPhase
  • RemoveSplitJointFromAllPhases
  • RemoveJointFromAllPhases - was not needed - caused end simulation bug
  • RemoveAllSplitJointsFromPhase

Other

  • SetSplitJointStateForPhase
  • ToggleSplitJoint

Pistons

Add

  • AddAllPistonsToPhase
  • AddPistonToAllPhasesAcceptingNewAdditions
  • AddPistonToHydraulicsPhase

Remove

  • RemoveAllPistonsFromPhase
  • RemovePistonFromAllPhases

Other

  • TogglePiston

Other

  • DisableNewAdditionsFromPhase
  • EnableNewAdditionsFromPhase