Exemplo n.º 1
0
 internal new static IfcOpenShell Parse(string str)
 {
     IfcOpenShell s = new IfcOpenShell(); s.parse(str); return(s);
 }