Renaming "get_part_number" to "get_item_number" #217
Unanswered
ancelin-charpentier
asked this question in
Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hey there,

Cadwork does not seems to have "No part list" and it seems to have been replace by "No item list".
See screenshot from 3d below
Could the Python commands get the same naming?
See below the ones the I think should be revised
attribute_controller.list_controller.get_part_number(element_id)
attribute_controller.set_part_number(element_id)
list_controller.check_position_numbers_part_list()
list_controller.export_part_list(element_id_list, file_path)
list_controller.export_part_list_with_settings(element_id_list, file_path, settings_file_path)
list_controller.generate_new_part_list_numbers(a0)
list_controller.generate_new_part_list_silently(a0, a1, a2, a3)
list_controller.load_part_list_calculation_settings(a0)
Cheers
Beta Was this translation helpful? Give feedback.
All reactions