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
Apparently the EPS export via the API is not working.
Sketchup.active_model.export "C:/foobar.eps" will give: Error: #<ArgumentError: Unsupported file extension>
Sketchup.active_model.export "C:/foobar.eps"
Error: #<ArgumentError: Unsupported file extension>
The text was updated successfully, but these errors were encountered:
Same as #1022 - 2D exporters aren't fully supported in the API atm.
Sorry, something went wrong.
Logged as: SKEXT-4458
No branches or pull requests
Apparently the EPS export via the API is not working.
Sketchup.active_model.export "C:/foobar.eps"
will give:Error: #<ArgumentError: Unsupported file extension>
The text was updated successfully, but these errors were encountered: