SWN Overview
SWN_do
SWN_get1Extent
SWN_getExtent
SWN_init
SWN_name2element
SWN_pre
SWN_rename
SWN_select

 

Video Collage, Inc.

P.O. Box 2550
Boston, Mass. 02130


617-524-7835 (voice)
617-524-3463 (fax)
vc@video-collage.com (email)

 


SWN Library

The SWN library operates upon Softimage elements by their names.Using it you can operate upon scene elements much as one operates upon files, with the same sort of name matching using wildcards. The SWN library is implemented entirely in Tcl. Its code can be found in SI_LOCATION/3D/custom/SoftWish/SWN_library.

Before using any of the SWN procedures you need to:
package require SWN
This tells SoftWish about the routines and causes them to load when they are used for the first time. In particular this means that:
info comm SWN*
won't know anything about any SWN routines, even after
package require SWN
until after you use them.

Overview
SWN_do
SWN_getExtent
SWN_get1Extent
SWN_name2element
SWN_pre
SWN_rename
SWN_select