Inheritance: IfcFlowTreatmentDeviceType
Ejemplo n.º 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(".", ""));
 }
Ejemplo n.º 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;
 }
Ejemplo n.º 3
0
		internal IfcFilterType(IfcFilterType be) : base((IfcFlowTreatmentDeviceType)be) { mPredefinedType = be.mPredefinedType; }
Ejemplo n.º 4
0
 internal IfcFilterType(DatabaseIfc db, IfcFilterType t)
     : base(db, t)
 {
     mPredefinedType = t.mPredefinedType;
 }
Ejemplo n.º 5
0
 internal IfcFilterType(DatabaseIfc db, IfcFilterType t, DuplicateOptions options) : base(db, t, options)
 {
     mPredefinedType = t.mPredefinedType;
 }