Welcome to the Onshape forum! Ask questions and join in the discussions about everything Onshape.
First time visiting? Here are some places to start:- Looking for a certain topic? Check out the categories filter or use Search (upper right).
- Need support? Ask a question to our Community Support category.
- Please submit support tickets for bugs but you can request improvements in the Product Feedback category.
- Be respectful, on topic and if you see a problem, Flag it.
If you would like to contact our Community Manager personally, feel free to send a private message or an email.
Options
Creating a cylinder using API

in General
Hello all,
I am trying to create a cylinder with API , but unfortunately i couldn't,
i can create a empty document to my account but, when i try to add a sketch in it it throws a error saying unsued filters ,
i tried removing filters from my code too but still facing the issue , Does someone already gone through this before..?
I would appreciate any solution or recommendation on This.
Thanks in advance.
0
Comments
@hari_haran541 : We have an example here : https://onshape-public.github.io/docs/api-adv/featureaccess/#create-a-cylinder
hi @Paul_J_Premakumar , Thanks for the input,
I'm having trouble with the
onshape-client
for Python. I tried running the official documentation example to create anewSketch
, but it fails with anInvalid input arguments... unused input data is {'filter': ...}
error. The strange thing is, the official example for creating a simplecube
works perfectl.Can you help me to overcome this ..?
@hari_haran541 : Can you share your code & the exact error message (line number etc..) you are getting. This will help in debugging the issue.