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