Inheritance: IfcFlowTreatmentDeviceType
Exemple #1
0
		internal new static IfcDuctSilencerType Parse(string strDef) { IfcDuctSilencerType t = new IfcDuctSilencerType(); int ipos = 0; parseFields(t, ParserSTEP.SplitLineFields(strDef), ref ipos); return t; }
Exemple #2
0
		internal IfcDuctSilencerType(IfcDuctSilencerType be) : base(be) { mPredefinedType = be.mPredefinedType; }
Exemple #3
0
		internal static void parseFields(IfcDuctSilencerType t, List<string> arrFields, ref int ipos) { IfcFlowTreatmentDeviceType.parseFields(t, arrFields, ref ipos); t.mPredefinedType = (IfcDuctSilencerTypeEnum)Enum.Parse(typeof(IfcDuctSilencerTypeEnum), arrFields[ipos++].Replace(".", "")); }
Exemple #4
0
		internal IfcDuctSilencerType(DatabaseIfc db, IfcDuctSilencerType t) : base(db, t) { mPredefinedType = t.mPredefinedType; }