Skip to content
Discussion options

You must be logged in to vote

If u make use of the ...auto_display_refresh, you are responsible for element regeneration.

uc.disable_auto_display_refresh()

element_map_by_type = defaultdict(list)
move_distance_in_x_direction = 0.0
for i in range(100):
    beam_element_id = ec.create_square_beam_vectors(200, 1500, cadwork.point_3d(move_distance_in_x_direction, 0, 0), 
                                  cadwork.point_3d(0, 0, 1),
                                  cadwork.point_3d(0, 1, 0))
    panel_element_id = ec.create_rectangular_panel_vectors(200, 15, 1500, cadwork.point_3d(move_distance_in_x_direction, -107.5, 0), 
                                  cadwork.point_3d(0, 0, 1),
                                  cadwork.

Replies: 2 comments 2 replies

Comment options

You must be logged in to vote
2 replies
@roehligas
Comment options

@Brunner246
Comment options

Comment options

You must be logged in to vote
0 replies
Answer selected by roehligas
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants