How to handle non-connected joint #1

Closed
opened 2022-12-15 13:09:17 -05:00 by morgan · 1 comment
Owner

As Assembly 4 only allows a single connection pair per object pair there will be a scenario in which multiple tabs along a plane will not be handled.

Solutions:

  • Handle every LCS for a given object that has at least a single connection
  • Handle every LCS that maintain < X distance to another, on a different object
  • Handle every LCS
As Assembly 4 only allows a single connection pair per object pair there will be a scenario in which multiple tabs along a plane will not be handled. Solutions: * Handle every LCS for a given object that has at least a single connection * Handle every LCS that maintain `< X` distance to another, on a different object * Handle every LCS
Author
Owner

Refactor in 6b1f8f0074 handles this by processing every LCS on a Body that is part of a link.

Refactor in 6b1f8f0074 handles this by processing every LCS on a Body that is part of a link.
Sign in to join this conversation.
No Label
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: morgan/Flatpack_WB#1
No description provided.