CSG negation opeeration

interface CsgNegation {
    operand1ID: number;
    operand2ID: undefined;
    type: NEGATION;
}

Hierarchy (View Summary)

Properties

operand1ID: number
operand2ID: undefined
type: NEGATION