Example #1
0
 public static IfcSurface IfcAssociatedSurface(IfcPcurve arg)
 {
     throw new NotImplementedException();
 }
Example #2
0
 public IfcCurveOnSurface(IfcPcurve choice)
 {
     this.choice = choice;
 }