Object Hierarchy | Related C++ Class: Primitive
Primitive
Represents the primitive object of a X3DObject, a primitive is the basic form that is the building block of modeling and animation. Primitive can be created with X3DObject.ActivePrimitive.
set x3dObj = Application.ActiveProject.ActiveScene.Root.AddNull Application.LogMessage TypeName(x3dObj.ActivePrimitive) |