Introduced
6.0
Description
Describes whether Model is referenced, local (regular) or an instance.
C# Syntax
siModelKind.siModelKind_Regular // 0 siModelKind.siModelKind_Reference // 1 siModelKind.siModelKind_Instance // 2
|
Constant |
Value |
Description |
|
0 |
Regular local model (not referenced, specific to the scene). |
|
|
1 |
Referenced model (exported model linked to an external file). |
|
|
2 |
Instanced model (instance of another model in the scene). |
Applies To
Autodesk Softimage v7.5