Class File3dmStringTable

Constructors

Properties

count: number

Returns the number of document strings in the 3dm file.

Methods

  • Parameters

    • section: string

      name of section to delete. If null, all sections will be deleted.

    • entry: string

      name of entry to delete. If null, all entries will be deleted for a given section.

    Returns void

    Description

    Removes document strings from the 3dm file.

  • Parameters

    • i: number

      The index at which to get the value.

    Returns string

    The string value if successful.

    Description

    Returns a string value at a given index.

  • ...

    Parameters

    • key: string
    • value: string

    Returns void

Generated using TypeDoc