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();
			int pos = 0;
			s.Parse(str, ref pos);
			return s;
		}