Ejemplo n.º 1
0
		internal static IfcProjectLibrary Parse(string strDef) { IfcProjectLibrary p = new IfcProjectLibrary(); int ipos = 0; parseFields(p, ParserSTEP.SplitLineFields(strDef), ref ipos); return p; }
Ejemplo n.º 2
0
		internal IfcProjectLibrary(IfcProjectLibrary o) : base(o) { }