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