Find more posts tagged with
Sort by:
1 - 5 of
51
Hello vreddy,
You can split the pages using handles as below, Make sure you have set the right page number and layout number.
hwi OpenStack;
hwi GetSessionHandle my_session;
my_session GetProjectHandle my_project;
my_project GetPageHandle my_page 1;
my_page SetLayout 11;
hwi CloseStack;
After doing so you will have to load the model in appropriate window by selecting the right handles.
Right click in results browser to create different views.
<?xml version="1.0" encoding="UTF-8"?>