Occurrence Properties
The properties of occurrences in Asset Transformer Studio
Read time 1 minuteLast updated 12 hours ago

An occurrence carries properties, which can be viewed and used through the Inspector panel, or using Python scripting.
There are 3 types of properties:
Default properties
An occurrence has 6 default properties:
- : Is a unique numerical identifier that identifies each occurrence of a scene
Id - : Defines the name of the occurrence, as it is displayed in the Product Structure panel, and at the top of the Inspector panel when selected
Name - : Defines the visibility of the occurrence in the scene
Visible - : Defines the material assigned to the occurrence
Material - : Defines the position of the occurrence in the scene (transformation matrix)
Transform - : Defines if the occurrence is an instance from another occurrence (which is its prototype: see About Instances & Prototypes)
Prototype
Metadata properties
A CAD/3D model can contain occurrences in its Product Structure that carry additional, non-geometric data, often called metadata in the CAD world.
These metadata were added to the CAD model directly in the software where it was created, and are retrieved at import in Asset Transformer Studio.
They are stored as properties in the Metadata Component, which is automatically created at import.

Custom properties
Custom properties