An exclusive raffle opportunity for active members like you! Complete your profile, answer questions and get your first accepted badge to enter the raffle.
I want to create 6 views in hyper view and load models in to each view.
Thanks
vreddy
Right click in results browser to create different views.
<?xml version="1.0" encoding="UTF-8"?>
sorry
I want to split the page in to 6 windows through customization.
Moving your question to HyperWorks Scripts and customization section.Below post is FYI.
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.
Thanks livilyle .