Exemplo n.º 1
0
		internal static IfcPlateStandardCase Parse(string strDef) { IfcPlateStandardCase s = new IfcPlateStandardCase(); int ipos = 0; parseFields(s, ParserSTEP.SplitLineFields(strDef), ref ipos); return s; }
Exemplo n.º 2
0
		internal static void parseFields(IfcPlateStandardCase s, List<string> arrFields, ref int ipos) { IfcPlate.parseFields(s, arrFields, ref ipos); }
Exemplo n.º 3
0
		internal IfcPlateStandardCase(IfcPlateStandardCase o) : base(o) { }