Example #1
0
 protected IfcBoundedSurface(DatabaseIfc db, IfcBoundedSurface s) : base(db, s)
 {
 }
Example #2
0
		protected IfcBoundedSurface(DatabaseIfc db, IfcBoundedSurface s, DuplicateOptions options) : base(db, s, options) { }
Example #3
0
		protected IfcBoundedSurface(IfcBoundedSurface p) : base(p) { }
Example #4
0
		protected static void parseFields(IfcBoundedSurface s, List<string> arrFields, ref int ipos) { IfcSurface.parseFields(s, arrFields, ref ipos); }
Example #5
0
 protected IfcBoundedSurface(DatabaseIfc db, IfcBoundedSurface s)
     : base(db,s)
 {
 }