File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 11[project ]
22name = " cwapi3d"
3- version = " 32.298 .0"
3+ version = " 32.299 .0"
44authors = [{ name = " Cadwork" , email = " it@cadwork.ca" }]
55requires-python = " >= 3.12"
66description = ' Python bindings for CwAPI3D'
Original file line number Diff line number Diff line change @@ -618,12 +618,12 @@ def clear_errors() -> None:
618618 """Clears all errors.
619619 """
620620
621- def glide_elements (element_id_list : List [ElementId ], glide_point : point_3d ) -> None :
621+ def glide_elements (element_id_list : List [ElementId ], glide_origin_point : point_3d ) -> None :
622622 """Glides elements to a specified point.
623623
624624 Parameters:
625625 element_id_list: The elements to glide.
626- glide_point : The glide destination point.
626+ glide_origin_point : The glide origin point.
627627 """
628628
629629def cut_elements_with_miter (first_id : ElementId , second_id : ElementId ) -> bool :
You can’t perform that action at this time.
0 commit comments