Hi,
I was wondering if it would be possible to have a function (unless it's already there and I've missed it) to rotate an element length axis by a specified angle value (rotate on the element's z axis); I found rotate_length_axis_90(element_id_list: List[ElementId]) -> None, rotate_length_axis_180(element_id_list: List[ElementId]) -> None or rotate_length_axis_2_points(element_id_list: List[ElementId], point1: point_3d, point2: point_3d) -> None but no rotate by a value. As reference, this is the function that I mean (find under Modify -> Rotate length axes):
Thanks.
Hi,
I was wondering if it would be possible to have a function (unless it's already there and I've missed it) to rotate an element length axis by a specified angle value (rotate on the element's z axis); I found
rotate_length_axis_90(element_id_list: List[ElementId]) -> None,rotate_length_axis_180(element_id_list: List[ElementId]) -> Noneorrotate_length_axis_2_points(element_id_list: List[ElementId], point1: point_3d, point2: point_3d) -> Nonebut no rotate by a value. As reference, this is the function that I mean (find under Modify -> Rotate length axes):Thanks.