CSG union operation

interface CsgUnion {
    operand1ID: number;
    operand2ID: number;
    type: UNION;
}

Hierarchy (view full)

Properties

operand1ID: number
operand2ID: number
type: UNION