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