cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
Showing results for 
Search instead for 
Did you mean: 

Community Tip - You can subscribe to a forum, label or individual post and receive email notifications when someone posts a new topic or reply. Learn more! X

How to assign a surface to a feature creation?

JB_87049
15-Moonstone

How to assign a surface to a feature creation?

Hi,

 

I want to move a surface of model by using a FLEXMOVE feature.
According to the documentation you have to use a ProCollection object to do this.
This can be done by using ProSurfaceCollect.

However this means a manual selection by the user.

What I want is to move a surface that is specified by my software not the user.

How can I populate a ProCollection object with my surfaces without requiring a user to select them?

I couldn't find any function in the documentation that allows me to do this.

 

Best regards,

     John Bijnens

1 REPLY 1
Gopichand
6-Contributor
(To:JB_87049)

Hi John Bijnens,

You can use ProSolidSurfaceVisit() API for getting your surfaces.

Top Tags