public IfcBooleanOperand(IfcCsgPrimitive3D choice)
 {
     this.choice = choice;
 }
Exemple #2
0
 public IfcCsgSelect(IfcCsgPrimitive3D choice)
 {
     this.choice = choice;
 }