Defines the embedded picture in the viewpoint.

interface IBitmap {
    guid: string;
    height: number;
    location: IPoint;
    normal: IDirection;
    up: IDirection;
}

Properties

guid: string

GUID for identifying bitmap uniquely.

height: number

Height of the bitmap in the model, in meters.

location: IPoint

Location of the center of the bitmap in world coordinates.

normal: IDirection

Normal vector of the bitmap.

Up vector of the bitmap.