siModelKind

Introduced

v6.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
siModelKind_Regular 0 Regular local model (not referenced, specific to the scene).
siModelKind_Reference 1 Referenced model (exported model linked to an external file).
siModelKind_Instance 2 Instanced model (instance of another model in the scene).

Applies To

Model.ModelKind