Esempio n. 1
0
		internal new static IfcOpenShell Parse(string str)
		{
			IfcOpenShell s = new IfcOpenShell();
			int pos = 0;
			s.Parse(str, ref pos);
			return s;
		}
Esempio n. 2
0
		internal new static IfcOpenShell Parse(string str)
		{
			IfcOpenShell s = new IfcOpenShell();
			int pos = 0;
			s.Parse(str, ref pos);
			return s;
		}