Replies: 1 comment
-
|
geometry_controller => you need to create some function like |
Beta Was this translation helpful? Give feedback.
0 replies
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.
-
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.
Beta Was this translation helpful? Give feedback.
All reactions