interface CreateRevision3D {
    camera?: RevisionCameraProperties;
    fileId: number;
    metadata?: Metadata;
    published?: boolean;
    rotation?: Tuple3<number>;
}

Properties

fileId: number

The file id to a file uploaded to Cognite's Files API. Can only be set on revision creation, and can never be updated. Only FBX files are supported.

metadata?: Metadata
published?: boolean

True if the revision is marked as published.

rotation?: Tuple3<number>

Global rotation to be applied to the entire model. The rotation is expressed by Euler angles in radians and in XYZ order.