DrawingPlaneProperties

Interface DrawingPlaneProperties

interface DrawingPlaneProperties {
    enabled?: boolean;
    invisible?: boolean;
    name?: string;
    normal?: [number, number, number];
    position?: [number, number, number];
    tangent?: [number, number, number];
}

Properties

enabled?: boolean

The enabled state of the DrawingPlane.

false
invisible?: boolean

The invisible state of the DrawingPlane.

false
name?: string

The name of the DrawingPlane.

undefined
normal?: [number, number, number]

The normal vector of the DrawingPlane.

[0, 1, 0]
position?: [number, number, number]

The position of the DrawingPlane.

[0,0,0]
tangent?: [number, number, number]

The tangent vector of the DrawingPlane.

[1, 0, 0]

Did you find this page useful? Please give it a rating:
Thank you for rating this page!
Any issues or feedback?
What kind of problem would you like to report?
Please tell us more about what's wrong: