예제 #1
0
파일: IFC D.cs 프로젝트: jenca-cloud/ggIFC
		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
파일: IFC D.cs 프로젝트: jenca-cloud/ggIFC
		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
파일: IFC D.cs 프로젝트: jenca-cloud/ggIFC
		protected IfcDistributionElementType(IfcDistributionElementType t) : base(t) { }
예제 #5
0
		internal IfcDistributionElementType(IfcDistributionElementType basis) : base(basis) { }