Beispiel #1
0
		internal new static IfcOpenShell Parse(string str)
		{
			IfcOpenShell s = new IfcOpenShell();
			int pos = 0;
			s.Parse(str, ref pos);
			return s;
		}
Beispiel #2
0
 internal new static IfcOpenShell Parse(string str)
 {
     IfcOpenShell s = new IfcOpenShell(); s.parse(str); return(s);
 }
Beispiel #3
0
 internal IfcOpenShell(DatabaseIfc db, IfcOpenShell s) : base(db, s)
 {
 }
Beispiel #4
0
 internal IfcOpenShell(IfcOpenShell od) : base(od)
 {
 }
Beispiel #5
0
		internal new static IfcOpenShell Parse(string str)
		{
			IfcOpenShell s = new IfcOpenShell();
			int pos = 0;
			s.Parse(str, ref pos);
			return s;
		}
Beispiel #6
0
		internal IfcOpenShell(IfcOpenShell od) : base(od) { }