internal new static IfcOpenShell Parse(string str) { IfcOpenShell s = new IfcOpenShell(); int pos = 0; s.Parse(str, ref pos); return s; }
internal new static IfcOpenShell Parse(string str) { IfcOpenShell s = new IfcOpenShell(); s.parse(str); return(s); }
internal IfcOpenShell(DatabaseIfc db, IfcOpenShell s) : base(db, s) { }
internal IfcOpenShell(IfcOpenShell od) : base(od) { }