Class File3dm

Constructors

Properties

applicationDetails: string

Gets or sets details for the application that wrote this file.

applicationName: string

Gets or sets the name of the application that wrote this file.

applicationUrl: string

Gets or sets a URL for the application that wrote this file.

archiveVersion: number

Gets the 3dm file archive version.

created: Date

Get the DateTime that this file was originally created. If the value is not set in the 3dm file, then DateTime.MinValue is returned

createdBy: string

Gets a string that names the user who created the file.

lastEdited: Date

Get the DateTime that this file was last edited. If the value is not set in the 3dm file, then DateTime.MinValue is returned

lastEditedBy: string

Gets a string that names the user who last edited the file.

revision: number

Gets or sets the revision number.

startSectionComments: string

Gets or sets the start section comments, which are the comments with which the 3dm file begins.

Methods

  • ...

    Parameters

    • path: string

    Returns void

  • ...

    Parameters

    • path: string
    • string: boolean

    Returns void

  • Returns Uint8Array

    Description

    Write to an in-memory byte[]

  • Parameters

    • length: number
    • buffer: Uint8Array

    Returns File3dm

    New File3dm on success, null on error.

    Description

    Read a 3dm file from a byte array

Generated using TypeDoc