public IfcFacetedBrepWithVoids(IfcClosedShell outer,List<IfcClosedShell> voids)
     : base(outer)
 {
     Voids = voids;
 }
Esempio n. 2
0
 public IfcShell(IfcClosedShell choice)
 {
     this.choice = choice;
 }
Esempio n. 3
0
 public IfcFacetedBrep(IfcClosedShell outer) : base(outer)
 {
 }
Esempio n. 4
0
 public IfcManifoldSolidBrep(IfcClosedShell outer) : base()
 {
     Outer = outer;
 }
Esempio n. 5
0
 public IfcAdvancedBrep(IfcClosedShell outer) : base(outer)
 {
 }