-
Notifications
You must be signed in to change notification settings - Fork 408
Closed
Labels
questionFurther information is requestedFurther information is requested
Description
I have simple script to load some step file, and export it into glb file.
file = cadquery.importers.importStep("E:\Inabbeet\Front 315_360 M9967.stp")
final_assembly = cadquery.Assembly(file)
final_assembly.save(path="expGlb.glb", exportType="GLB")
But the exported file is about one GB (!!!) While source step file is 77.2 MB only.
Why?
Thank you.
Metadata
Metadata
Assignees
Labels
questionFurther information is requestedFurther information is requested