Inheritance: IfcElementComponentType
Example #1
0
		internal new static IfcVibrationIsolatorType Parse(string strDef) { IfcVibrationIsolatorType t = new IfcVibrationIsolatorType(); int ipos = 0; parseFields(t, ParserSTEP.SplitLineFields(strDef), ref ipos); return t; }
Example #2
0
		internal IfcVibrationIsolatorType(IfcVibrationIsolatorType be) : base(be) { mPredefinedType = be.mPredefinedType; }
Example #3
0
		internal static void parseFields(IfcVibrationIsolatorType t, List<string> arrFields, ref int ipos) { IfcDiscreteAccessoryType.parseFields(t, arrFields, ref ipos); t.mPredefinedType = (IfcVibrationIsolatorTypeEnum)Enum.Parse(typeof(IfcVibrationIsolatorTypeEnum), arrFields[ipos++].Replace(".", "")); }
Example #4
0
 internal new static IfcVibrationIsolatorType Parse(string strDef)
 {
     IfcVibrationIsolatorType t = new IfcVibrationIsolatorType(); int ipos = 0; parseFields(t, ParserSTEP.SplitLineFields(strDef), ref ipos); return(t);
 }
Example #5
0
 internal static void parseFields(IfcVibrationIsolatorType t, List <string> arrFields, ref int ipos)
 {
     IfcDiscreteAccessoryType.parseFields(t, arrFields, ref ipos); t.mPredefinedType = (IfcVibrationIsolatorTypeEnum)Enum.Parse(typeof(IfcVibrationIsolatorTypeEnum), arrFields[ipos++].Replace(".", ""));
 }
Example #6
0
 internal IfcVibrationIsolatorType(DatabaseIfc db, IfcVibrationIsolatorType t) : base(db, t)
 {
     mPredefinedType = t.mPredefinedType;
 }
Example #7
0
 internal IfcVibrationIsolatorType(IfcVibrationIsolatorType be) : base(be)
 {
     mPredefinedType = be.mPredefinedType;
 }
Example #8
0
		internal IfcVibrationIsolatorType(DatabaseIfc db, IfcVibrationIsolatorType t) : base(db, t) { mPredefinedType = t.mPredefinedType; }