Selva Compute API Reference - v2.1.0
    Preparing search index...
    Index

    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

    • ...

      Returns void

    • ...

      Returns string[]

    • ...

      Returns string

    • ...

      Parameters

      Returns string

    • ...

      Parameters

      • path: string

      Returns void

    • ...

      Parameters

      • path: string
      • string: boolean

      Returns void

    • ...

      Returns string

    • Returns Uint8Array

      Write to an in-memory byte[]

    • ...

      Parameters

      Returns Uint8Array

    • Parameters

      • buffer: string

      Returns File3dm

      Creates a File3dm object from a string encoded File3dm

    • Parameters

      • buffer: Uint8Array

      Returns File3dm

      New File3dm on success, null on error.

      Read a 3dm file from a byte array