You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Would it be possible to store the results of the calculate_hundegger_machine_data(elements, hunderggertype) method in a variable?
By performing this calculation and accessing the "individual control" option in CadWork, I can obtain information about all elements that come into contact or collide with a specific part. The image below illustrates this process:
My goal is to use the mentioned calculation method and then obtain the geometries that already contain detailed information about collisions and touches. Later, I plan to group each element with all the pieces that come into contact or collide in a scene.
In summary I would like to take advantage of the existing functionality in Cadwork with the calculate_hundegger_machine_data(elements, hunderggertype) method. If this is not possible, I am aware that it would be necessary to create this logic using the check_if_elements_are_in_contact(first_element_id, second_element_id) and check_if_elements_are_in_collision(first_element_id, second_element_id) methods.
This discussion was converted from issue #136 on March 14, 2024 08:34.
Heading
Bold
Italic
Quote
Code
Link
Numbered list
Unordered list
Task list
Attach files
Mention
Reference
Menu
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hi,
Would it be possible to store the results of the
calculate_hundegger_machine_data(elements, hunderggertype)
method in a variable?By performing this calculation and accessing the "individual control" option in CadWork, I can obtain information about all elements that come into contact or collide with a specific part. The image below illustrates this process:
My goal is to use the mentioned calculation method and then obtain the geometries that already contain detailed information about collisions and touches. Later, I plan to group each element with all the pieces that come into contact or collide in a scene.
In summary I would like to take advantage of the existing functionality in Cadwork with the calculate_hundegger_machine_data(elements, hunderggertype) method. If this is not possible, I am aware that it would be necessary to create this logic using the
check_if_elements_are_in_contact(first_element_id, second_element_id)
andcheck_if_elements_are_in_collision(first_element_id, second_element_id)
methods.Beta Was this translation helpful? Give feedback.
All reactions