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

Parametric transformation of bodies and surfaces capabilities.

konstantin_shiriazdanovkonstantin_shiriazdanov Member Posts: 1,221 ✭✭✭✭✭
edited June 2017 in FeatureScript
This question is out of curiosity, are there any plans (or parasolid kernel capabilities) to implement in featurescript functionality that allows to perform parametric 3d transformation by the given law (x',y',z')=F(x,y,z) of solid bodies and surfaces. It would significantly increase shaping capabilities available to the user. By another words I'd like to know if there might be avaliable "mathematical-level" acsess to the body defenitions?

Comments

  • Options
    ilya_baranilya_baran Onshape Employees, Developers, HDM Posts: 1,175
    For affine F, you can use opTransofrm.  For the types of F you're thinking about, Parasolid does support this kind of thing and we eventually plan to expose it, but probably not this year -- the challenge is that for this to work well, F must be really fast to evaluate, so we'd need to build some sort of compilation ability for a subset of FS or some general enough expression sublanguage.
    Ilya Baran \ VP, Architecture and FeatureScript \ Onshape Inc
  • Options
    konstantin_shiriazdanovkonstantin_shiriazdanov Member Posts: 1,221 ✭✭✭✭✭
    Thanks for inside, Ilya.
Sign In or Register to comment.