Welcome to the Onshape forum! Ask questions and join in the discussions about everything Onshape.

First time visiting? Here are some places to start:
  1. Looking for a certain topic? Check out the categories filter or use Search (upper right).
  2. Need support? Ask a question to our Community Support category.
  3. Please submit support tickets for bugs but you can request improvements in the Product Feedback category.
  4. 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

Selection within Parameter Pattern features

neobobkrauseneobobkrause Member Posts: 105 EDU
I have a simple drawing that uses Konstantin's Point On Path and Parameter Pattern custom features to arrange a set of parts around the side of a conical shape. But some of the features referred to by the Parameter Pattern are not using the elements from earlier steps in the iteration. I'm sure this is due to a simple mistake I'm making. Can somebody point out what I'm doing wrong???

Thanks,

- Bob

Comments

  • Options
    konstantin_shiriazdanovkonstantin_shiriazdanov Member Posts: 1,221 ✭✭✭✭✭
    When I was trying to use native transform feature in feature pattern earlier it was not behaving well, it is probably something with not handling properly remainderPatternTransfroms() inside it. So for usage in feature patterns i would recommend either Transform pattern feature or something else. And seem like those extend point features are not working with feature pattern too. If you need a projection on the cone surface you could project the whole trajectory or create trajectory on the surface. To locate coordinate system on the trajectory you can use Multi mate connector. And then it seem to work ok, though you can also try to replace Parameter pattern with some curve pattern (for example - Path pattern feature)

Sign In or Register to comment.