For/While Loops in KCL #647
jgomez720
started this conversation in
New Feature Requests
Replies: 3 comments 2 replies
-
Ill close mine hahaha #645 |
Beta Was this translation helpful? Give feedback.
2 replies
-
previous thoughts |
Beta Was this translation helpful? Give feedback.
0 replies
-
IMO loops should be used for math algorithms. For duplicating geometry we should use patterns. Patterns are much faster because the engine can optimize and batch. |
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
-
Description
This is for general loop use (everything outside of linear and circular patterns) in KCL
Example code
This should output 5 separate boxes with different dimensions.
Beta Was this translation helpful? Give feedback.
All reactions