InspectObj.5.vbs Example

Applies To

InspectObj command

Description

Another example demonstrating inspecting objects in multi-edit mode.

Code

NewScene , false
SelectObj "Scene_Root"
set oSphere1 = CreatePrim( "Sphere", "MeshSurface", "FirstSphere")
set oSphere2 = CreatePrim( "Sphere", "MeshSurface", "SecondSphere")
set myPPGList = CreateObject("XSI.Collection")
myPPGList.Add oSphere1.Primitives(1)
myPPGList.Add oSphere2.Primitives(1)
'The property page will show just a single Radius control
'that will control both spheres
InspectObj myPPGList, "Primitive"

Related Examples

InspectObj.6.js

InspectObj.7.js

InspectObj.1.vbs

InspectObj.2.vbs

InspectObj.3.vbs

InspectObj.4.vbs

Keywords

InspectObj


Autodesk Softimage 2011