public IfcBooleanClippingResult(IfcBooleanOperator op, IfcBooleanOperand firstOperand, IfcBooleanOperand secondOperand) : base(op, firstOperand, secondOperand) { }
public IfcBooleanResult(IfcBooleanOperator op, IfcBooleanOperand firstOperand, IfcBooleanOperand secondOperand) : base() { Operator = op; FirstOperand = firstOperand; SecondOperand = secondOperand; }