WorldViz User Forum  

Go Back   WorldViz User Forum > Vizard

Reply
 
Thread Tools Rate Thread Display Modes
  #1  
Old 07-15-2008, 10:27 PM
mspusch mspusch is offline
WorldViz Team Member
 
Join Date: Feb 2003
Posts: 223
How to input several model files and then save one output file

I would like to input several model files and then save one output file.

For example,
* input : houes.ive, desk1.ive. desk2.ive and furniture1.ive and furniture2.ive
* output : layout1.ive (with geometry and texture)
Reply With Quote
  #2  
Old 07-15-2008, 10:30 PM
mspusch mspusch is offline
WorldViz Team Member
 
Join Date: Feb 2003
Posts: 223
Code:
import viz

 

viz.go()

 

## Block 1 - used to create saved object

#group = viz.add(viz.GROUP)

#

#group.add('tut_ground.wrl')

#group.add('ball.wrl')

#

#group.save('foo.ive')

 

## Block 2 - used to load saved object

viz.add('foo.ive')
Reply With Quote
Reply

Thread Tools
Display Modes Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT -7. The time now is 03:43 PM.


Powered by vBulletin® Version 3.8.7
Copyright ©2000 - 2024, vBulletin Solutions, Inc.
Copyright 2002-2023 WorldViz LLC