Options
All
  • Public
  • Public/Protected
  • All
Menu

Class RepresentationSelection

Describes a selection of representations (and, for each of them, their respective components) Additionally enables to iterate through each oid (objectId) of the representations 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<RepresentationSelectionObject> = new Array<T>()

Accessors

oidCount

  • get oidCount(): number

size

  • get size(): number

Methods

add

forEach

forEachOid

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

Generated using TypeDoc