コード例 #1
0
ファイル: IFC T.cs プロジェクト: jenca-cloud/ggIFC
		internal static void parseFields(IfcTubeBundleType t, List<string> arrFields, ref int ipos) { IfcEnergyConversionDeviceType.parseFields(t, arrFields, ref ipos); t.mPredefinedType = (IfcTubeBundleTypeEnum)Enum.Parse(typeof(IfcTubeBundleTypeEnum), arrFields[ipos++].Replace(".", "")); }
コード例 #2
0
ファイル: IFC T.cs プロジェクト: jenca-cloud/ggIFC
		internal new static IfcTubeBundleType Parse(string strDef) { IfcTubeBundleType t = new IfcTubeBundleType(); int ipos = 0; parseFields(t, ParserSTEP.SplitLineFields(strDef), ref ipos); return t; }
コード例 #3
0
ファイル: IFC T.cs プロジェクト: jenca-cloud/ggIFC
		internal IfcTubeBundleType(IfcTubeBundleType t) : base(t) { mPredefinedType = t.mPredefinedType; }