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