Object Hierarchy | Related C++ Class: Null
Null
The Null object is a specialized X3DObject object and represents a point in space with no dimensions. Nulls can be used to set constraints, organize objects into hierarchies, and so on.
'VBScript example set oNull = activesceneroot.addnull LogMessage typename(oNull) & ":" & oNull.Name |