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