Interface SectionPlaneParams

interface SectionPlaneParams {
    active?: boolean;
    dir?: FloatArrayParam;
    id?: string;
    pos?: FloatArrayParam;
}

Properties

Properties

active?: boolean

Whether the SectionPlane is active or not.

Default value is true.

3D direction of the SectionPlane.

Range is [-1..1, -1..1, -1..1].

Default value is [0.0, 0.0, -1.0].

id?: string

The World-space 3D position of the SectionPlane.

Default value is [0, 0, 0].