CSG intersection operation

interface CsgIntersection {
    operand1ID: number;
    operand2ID: number;
    type: INTERSECTION;
}

Hierarchy (View Summary)

Properties

operand1ID: number
operand2ID: number