CSG difference operation

interface CsgDifference {
    operand1ID: number;
    operand2ID: number;
    type: DIFFERENCE;
}

Hierarchy (View Summary)

Properties

operand1ID: number
operand2ID: number