Viewer - Interaction
    Preparing search index...

    Interface CameraPlaneRestrictionProperties

    interface CameraPlaneRestrictionProperties {
        type: RESTRICTION_TYPE;
        createHelperObjects?: boolean;
        hideable?: boolean;
        id?: string;
        priority?: number;
        rotation?: { angle: number; axis: vec3 };
    }

    Hierarchy (View Summary)

    Index

    Properties

    Type of the restriction

    createHelperObjects?: boolean

    Whether to create visual helper objects (grid, axis, etc.) for restrictions. (default: true)

    hideable?: boolean

    If the restriction should be hidden by geometry in front of it. (default: false)

    id?: string

    The id of the restriction.

    priority?: number

    The priority of the restriction.

    rotation?: { angle: number; axis: vec3 }

    The rotation of the object after the restriction is applied.