Class File3dmGroupTable

Constructors

Properties

count: number

Methods

  • ...

    Parameters

    • Group: any

    Returns boolean

  • ...

    Parameters

    • index: number

    Returns boolean

  • Parameters

    • groupIndex: number

      The index to search for.

    Returns Group

    A Group object, or null if none was found.

    Description

    Retrieves a Group object based on an index. This search type of search is discouraged. We are moving towards using only IDs for all tables.

  • Parameters

    • name: string

      The name of the Group to be searched.

    Returns Group

    A Group, or null on error.

    Description

    Finds a Group given its name.

Generated using TypeDoc