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