Base for CSG operations

interface CsgOperationBase {
    operand1ID: number;
    operand2ID?: number;
    type: CsgOperationType;
}

Hierarchy (View Summary)

Properties

operand1ID: number
operand2ID?: number