示例#1
0
		internal new static IfcDistributionElementType Parse(string strDef) { IfcDistributionElementType t = new IfcDistributionElementType(); int ipos = 0; parseFields(t, ParserSTEP.SplitLineFields(strDef), ref ipos); return t; }
示例#2
0
		internal static void parseFields(IfcDistributionElementType t, List<string> arrFields, ref int ipos) { IfcElementType.parseFields(t, arrFields, ref ipos); }
示例#3
0
		protected IfcDistributionElementType(DatabaseIfc db, IfcDistributionElementType t) : base(db, t) { }
示例#4
0
		protected IfcDistributionElementType(IfcDistributionElementType t) : base(t) { }
示例#5
0
		internal IfcDistributionElementType(IfcDistributionElementType basis) : base(basis) { }