Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface, for Group class.

Hierarchy

  • IGroup

Implemented by

Index

Methods

addObj

  • addObj(obj: IObj): boolean

addObjs

  • addObjs(objs: IObj[]): boolean

addPoint

  • addPoint(point: IPoint): boolean

addPoints

  • addPoints(points: IPoint[]): boolean

addTopo

  • addTopo(path: ITopo): boolean

addTopos

  • addTopos(paths: ITopo[]): boolean

exists

  • exists(): boolean

getChildGroups

getGeom

getModel

getName

  • getName(): string

getObjs

getParentGroup

getPoints

getProps

  • getProps(): Array<[string, any]>

getTopos

hasObj

  • hasObj(obj: IObj): boolean

hasPoint

  • hasPoint(point: IPoint): boolean

hasTopo

  • hasTopo(path: ITopo): boolean

removeObj

  • removeObj(obj: IObj): boolean

removeObjs

  • removeObjs(objs: IObj[]): boolean

removeParentGroup

removePoint

  • removePoint(point: IPoint): boolean

removePoints

  • removePoints(points: IPoint[]): boolean

removeTopo

  • removeTopo(path: ITopo): boolean

removeTopos

  • removeTopos(paths: ITopo[]): boolean

setName

  • setName(name: string): string

setParentGroup

setProps

  • setProps(new_Map: Array<[string, any]>): Array<[string, any]>
  • Parameters

    • new_Map: Array<[string, any]>

    Returns Array<[string, any]>

toString

  • toString(): string

Legend

  • Module
  • Object literal
  • Variable
  • Function
  • Function with type parameter
  • Index signature
  • Type alias
  • Enumeration
  • Enumeration member
  • Property
  • Method
  • Interface
  • Interface with type parameter
  • Constructor
  • Property
  • Method
  • Index signature
  • Class
  • Class with type parameter
  • Constructor
  • Property
  • Method
  • Accessor
  • Index signature
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Inherited accessor
  • Protected property
  • Protected method
  • Protected accessor
  • Private property
  • Private method
  • Private accessor
  • Static property
  • Static method

Generated using TypeDoc