Options
All
  • Public
  • Public/Protected
  • All
Menu

Class ComponentSelection

Describes a selection of components Additionally enables to iterate through each oid (objectId) of the components and query how many oids it contains in total

 A component contains representations
 A representation contains buffers
 A buffer may have an oid assigned to it

Hierarchy

Index

Properties

Accessors

Methods

Properties

Protected objects

objects: Array<Component> = new Array<T>()

Accessors

oidCount

  • get oidCount(): number

size

  • get size(): number

Methods

add

forEach

  • forEach(callback: (i: number, obj: Component) => void): void

forEachOid

  • forEachOid(callback: (oid: number) => void): void

Generated using TypeDoc