Import geometry work w transforms (#5757)
* make work with imported geometry Signed-off-by: Jess Frazelle <github@jessfraz.com> * updates Signed-off-by: Jess Frazelle <github@jessfraz.com> * iupdates Signed-off-by: Jess Frazelle <github@jessfraz.com> * A snapshot a day keeps the bugs away! 📷🐛 (OS: namespace-profile-ubuntu-8-cores) * update known issues Signed-off-by: Jess Frazelle <github@jessfraz.com> --------- Signed-off-by: Jess Frazelle <github@jessfraz.com> Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
This commit is contained in:
11
rust/kcl-lib/tests/import_transform/input.kcl
Normal file
11
rust/kcl-lib/tests/import_transform/input.kcl
Normal file
@ -0,0 +1,11 @@
|
||||
import "2-5-long-m8-chc-screw.stl" as screw
|
||||
|
||||
screw
|
||||
|> rotate(
|
||||
%,
|
||||
roll = 3.14,
|
||||
pitch = 3.14,
|
||||
yaw = 3.14,
|
||||
)
|
||||
|> translate(%, translate = [3.14, 3.14, 3.14])
|
||||
|> scale(%, scale = [3.14, 3.14, 3.14])
|
Reference in New Issue
Block a user