We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I try to export a simple gltf file of an assembly:
box = cq.Workplane().box(1, 2, 3) asm = cq.Assembly().add(box) cq.Assembly().add(box).save('box.gltf')
The script outputs:
RWGltf_CafWriter skipped node 'c44caed6-33fd-11ed-94b0-bf8faf8ebb27_part' without triangulation data
And the file seems broken. When I try to import it:
i is undefined
Same errors if I set the output format explicitly with exportType='GLTF'.
exportType='GLTF'
The text was updated successfully, but these errors were encountered:
Duplicate of #993
Sorry, something went wrong.
No branches or pull requests
I try to export a simple gltf file of an assembly:
The script outputs:
And the file seems broken. When I try to import it:
i is undefined
;Same errors if I set the output format explicitly with
exportType='GLTF'
.The text was updated successfully, but these errors were encountered: