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

Community Tip - Want the oppurtunity to discuss enhancements to PTC products? Join a working group! X

How to set model view with VB API?

cstarnes
12-Amethyst

How to set model view with VB API?

Is there a way to set the model orientation to a named view using the VB API? All I can find in the docs is some information on drawing views.

I have an Excel spreadsheet set up as a model configurator, and need to set the view to "Default" or some other defined view after setting model parameters and regenerating.

ACCEPTED SOLUTION

Accepted Solutions

Hi, please find mapkey string which can be called from VB API.

session.RunMacro("~ Command `ProCmdNamedViewsGalSelect`  `RIGHT`;")

 

Instead of "RIGHT", you can write your named view's name.

 

Regards,

Jaykishan

View solution in original post

2 REPLIES 2
mzhao
10-Marble
(To:cstarnes)

I guess there is no such VBAPI function. but you can send a Creo command with Mapkey in VB API, as a work around. 

Hi, please find mapkey string which can be called from VB API.

session.RunMacro("~ Command `ProCmdNamedViewsGalSelect`  `RIGHT`;")

 

Instead of "RIGHT", you can write your named view's name.

 

Regards,

Jaykishan

Announcements


Top Tags