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