Interface ICadTileset

Menu item for loading a CAD tileset.

Hierarchy

Properties

BruceEntity?: {
    EntityIds?: string[];
    Ghosts?: boolean;
}

Type declaration

  • Optional EntityIds?: string[]
  • Optional Ghosts?: boolean
Caption: string
Children?: MenuItem.IItem[]
FlyTo?: boolean
LabelColor?: string
StyleBlending?: {
    blendMode: 0 | 2 | 1;
    blendPercent: number;
}

Type declaration

  • blendMode: 0 | 2 | 1
  • blendPercent: number
StyleMapping?: any[]
authoring?: IAuthorSettings
authoringEnabled?: boolean
cdnCounter?: number
cdnEnabled?: boolean
hideChildren?: boolean
id: string
legend?: ILegend
renderPriority?: number
styleId?: number

Generated using TypeDoc