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