コード例 #1
0
 public IfcFacetedBrepWithVoids(IfcClosedShell outer,List<IfcClosedShell> voids)
     : base(outer)
 {
     Voids = voids;
 }
コード例 #2
0
ファイル: IfcShell.g.cs プロジェクト: vdubya/IFC-gen
 public IfcShell(IfcClosedShell choice)
 {
     this.choice = choice;
 }
コード例 #3
0
ファイル: IfcFacetedBrep.g.cs プロジェクト: vdubya/IFC-gen
 public IfcFacetedBrep(IfcClosedShell outer) : base(outer)
 {
 }
コード例 #4
0
 public IfcManifoldSolidBrep(IfcClosedShell outer) : base()
 {
     Outer = outer;
 }
コード例 #5
0
ファイル: IfcAdvancedBrep.g.cs プロジェクト: vdubya/IFC-gen
 public IfcAdvancedBrep(IfcClosedShell outer) : base(outer)
 {
 }