X3DObjectCollection

Introduced

v1.5

Description

A collection of X3DObject objects. This collection is 0-based.

Methods

Filter Find GetAsText  
       

Properties

Count operator Item operator    
       

Examples

VBScript Example

'VBScript example

set oChildren = ActiveProject.ActiveScene.Root.Children

for each oChild in oChildren

	LogMessage oChild.Name

next

See Also

X3DObject.Children X3DObject.FindChildren Constraint.Constraining Envelope.Deformers