|
SW_expression SW_deleteExpressions SW_elementAttachBehavior SW_elementAttachBehaviorScene SW_exprValue SW_exprValueT SW_getExtent SW_fcurveKeySet SW_name2Element SW_getAttributeValue Fcurve Key Attributes
Video Collage, Inc.
P.O. Box 2550
Boston, Mass. 02130
617-524-7835 (voice)
617-524-3463 (fax)
vc@video-collage.com (email)
| |
SW
The procedures in the SW library operate at a higher level of functionality than those
in the SAA library. The SWN library is implemented entirely in Tcl. Its code can be found
in SI_LOCATION/3D/custom/SoftWish/SW_library.
Before using any of the SW procedures you need to:
package require SW
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 SW*
won't know anything about any SW routines, even after
package require SW
until after you use them.
SW calls
- SW_expression
- SW_exprValue
- SW_exprValueT
- SW_deleteExpressions
- SW_fcurveKeySet
- SW_name2element
- SW_elementAttachBehavior
- SW_getExtent
- SW_getAttributeValue
-
|