Object Hierarchy | Related C++ Class: Primitive
Inheritance
SIObject
ProjectItem
Primitive
Description
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.
Methods
|
|
|
|
Properties
|
|
Examples
VBScript Example
set x3dObj = Application.ActiveProject.ActiveScene.Root.AddNull Application.LogMessage TypeName(x3dObj.ActivePrimitive)
Autodesk Softimage v7.5