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