Type alias RuntimeSelectionLookup

RuntimeSelectionLookup: {
    all: Set<string>;
    edges: Set<string>;
    faces: Set<string>;
    points: Set<string>;
    solids: Set<string>;
    surfaces: Set<string>;
}

Type declaration

  • all: Set<string>
  • edges: Set<string>
  • faces: Set<string>
  • points: Set<string>
  • solids: Set<string>
  • surfaces: Set<string>