Interface SceneRepParams

Parameters for one representation in a SceneRepSet.

A representation is one alternative object set for the same logical model content. It references SceneObjects; it does not own them and does not reference raw geometry or mesh resources.

interface SceneRepParams {
    id: string;
    objectIds: string[];
    range?: SceneRepRangeParams;
}

Properties

Properties

id: string

Representation ID, unique within its representation set.

objectIds: string[]

SceneObject IDs included in this representation.

Optional projected-size selection hint.