コード例 #1
0
ファイル: IfcBooleanOperand.g.cs プロジェクト: vdubya/IFC-gen
 public IfcBooleanOperand(IfcBooleanResult choice)
 {
     this.choice = choice;
 }
コード例 #2
0
ファイル: IfcCsgSelect.g.cs プロジェクト: vdubya/IFC-gen
 public IfcCsgSelect(IfcBooleanResult choice)
 {
     this.choice = choice;
 }