AddNull (X3DObject)
Description
Creates and adds a Null as child of the current X3DObject.
Scripting Syntax
X3DObject.AddNull( [Name] )
C# Syntax
Null X3DObject.AddNull( String in_name );Parameters
|
Parameter |
Type |
Description |
|
Name |
Name of new Null |
Return Value
Examples
VBScript Example
NewScene , false
set oRoot = Application.ActiveProject.ActiveScene.Root
set oNull = oRoot.AddNullAutodesk Softimage v7.5