CSG union operation

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

Hierarchy (View Summary)

Properties

operand1ID: number
operand2ID: number
type: UNION