Наследование: IfcFlowTreatmentDeviceType
Пример #1
0
 internal static void parseFields(IfcFilterType t, List<string> arrFields, ref int ipos)
 {
     IfcFlowTreatmentDeviceType.parseFields(t, arrFields, ref ipos); t.mPredefinedType = (IfcFilterTypeEnum)Enum.Parse(typeof(IfcFilterTypeEnum), arrFields[ipos++].Replace(".", ""));
 }
Пример #2
0
 internal static new IfcFilterType Parse(string strDef)
 {
     IfcFilterType t = new IfcFilterType(); int ipos = 0; parseFields(t, ParserSTEP.SplitLineFields(strDef), ref ipos); return t;
 }
Пример #3
0
		internal IfcFilterType(IfcFilterType be) : base((IfcFlowTreatmentDeviceType)be) { mPredefinedType = be.mPredefinedType; }
Пример #4
0
 internal IfcFilterType(DatabaseIfc db, IfcFilterType t)
     : base(db, t)
 {
     mPredefinedType = t.mPredefinedType;
 }
Пример #5
0
 internal IfcFilterType(DatabaseIfc db, IfcFilterType t, DuplicateOptions options) : base(db, t, options)
 {
     mPredefinedType = t.mPredefinedType;
 }