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.
Is it possible to enable selection while importing part using featurescript code?
MBagwan
Member Posts: 15 ✭
I am importing a solid part. And I want to apply some transformations on importing solid part so that I can align it to Y-Axis. If I can select the desired cylinder face of importing solid part, then I can easily align it to Y-Axis.
Tagged:
0
Best Answer
-
Jake_Rosenfeld Moderator, Onshape Employees, Developers Posts: 1,646@MBagwan
Selections can only be made of geometry that exists before the feature is executed. The rationale here is that the feature is run with some set of inputs, which produce an output. One of its inputs cannot be something that is created during the feature, because then it would not actually resolve to anything until halfway through the feature.Jake Rosenfeld - Modeling Team5
Answers
Selections can only be made of geometry that exists before the feature is executed. The rationale here is that the feature is run with some set of inputs, which produce an output. One of its inputs cannot be something that is created during the feature, because then it would not actually resolve to anything until halfway through the feature.