Class File3dmGroupTable

Constructors

Properties

count: number

Methods

  • ...

    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.

  • Parameters

    • groupIndex: number

      The index of the group in this table.

    Returns File3dmObject[]

    Array of objects that belong to the specified group or empty array if no objects could be found.

    Description

    Gets an array of all of the objects in a group.

Generated using TypeDoc