Exemplo n.º 1
0
 public IfcBooleanClippingResult(IfcBooleanOperator op, IfcBooleanOperand firstOperand, IfcBooleanOperand secondOperand) : base(op, firstOperand, secondOperand)
 {
 }
Exemplo n.º 2
0
 public IfcBooleanResult(IfcBooleanOperator op, IfcBooleanOperand firstOperand, IfcBooleanOperand secondOperand) : base()
 {
     Operator      = op;
     FirstOperand  = firstOperand;
     SecondOperand = secondOperand;
 }