Class Viewpoint

Hierarchy

  • Viewpoint

Implements

Constructors

Properties

index: number
snapshot: string
snapshotImage: string
uuid: string
viewpoint: string

Methods

  • Parameters

    • json: {
          index: number;
          snapshot: string;
          snapshotImage: string;
          uuid: string;
          viewpoint: string;
      }
      • index: number

        Parameter for sorting.

      • snapshot: string

        Filename of the snapshot (png or jpeg).

      • snapshotImage: string

        The image data of the snapshot.

        Not a part of the BCF spec, used internally.

      • uuid: string

        The unique identifier of the entity.

        This is not in the BCF spec, but is used internally. However, when a BCF component requires a GUID, the uuid property is used.

      • viewpoint: string

        Filename of the viewpoint (.bcfv).

    Returns void

  • Returns {
        index: number;
        snapshot: string;
        snapshotImage: string;
        uuid: string;
        viewpoint: string;
    }

    • index: number

      Parameter for sorting.

    • snapshot: string

      Filename of the snapshot (png or jpeg).

    • snapshotImage: string

      The image data of the snapshot.

      Not a part of the BCF spec, used internally.

    • uuid: string

      The unique identifier of the entity.

      This is not in the BCF spec, but is used internally. However, when a BCF component requires a GUID, the uuid property is used.

    • viewpoint: string

      Filename of the viewpoint (.bcfv).

Generated using TypeDoc