示例#1
0
 public IfcBooleanClippingResult(IfcBooleanOperator op, IfcBooleanOperand firstOperand, IfcBooleanOperand secondOperand) : base(op, firstOperand, secondOperand)
 {
 }
示例#2
0
 public IfcBooleanResult(IfcBooleanOperator op, IfcBooleanOperand firstOperand, IfcBooleanOperand secondOperand) : base()
 {
     Operator      = op;
     FirstOperand  = firstOperand;
     SecondOperand = secondOperand;
 }