Inheritance: IfcDistributionControlElementType
Example #1
0
 internal new static IfcUnitaryControlElementType Parse(string strDef)
 {
     IfcUnitaryControlElementType t = new IfcUnitaryControlElementType(); int ipos = 0; parseFields(t, ParserSTEP.SplitLineFields(strDef), ref ipos); return(t);
 }
Example #2
0
 internal IfcUnitaryControlElementType(DatabaseIfc db, IfcUnitaryControlElementType t) : base(db, t)
 {
     mPredefinedType = t.mPredefinedType;
 }
Example #3
0
 internal static void parseFields(IfcUnitaryControlElementType t, List <string> arrFields, ref int ipos)
 {
     IfcDistributionControlElementType.parseFields(t, arrFields, ref ipos); t.mPredefinedType = (IfcUnitaryControlElementTypeEnum)Enum.Parse(typeof(IfcUnitaryControlElementTypeEnum), arrFields[ipos++].Replace(".", ""));
 }
Example #4
0
 internal static void parseFields(IfcUnitaryControlElementType t, List<string> arrFields, ref int ipos)
 {
     IfcDistributionControlElementType.parseFields(t, arrFields, ref ipos); t.mPredefinedType = (IfcUnitaryControlElementTypeEnum)Enum.Parse(typeof(IfcUnitaryControlElementTypeEnum), arrFields[ipos++].Replace(".", ""));
 }
Example #5
0
 internal IfcUnitaryControlElementType(DatabaseIfc db, IfcUnitaryControlElementType t, DuplicateOptions options) : base(db, t, options)
 {
     mPredefinedType = t.mPredefinedType;
 }
Example #6
0
 internal static new IfcUnitaryControlElementType Parse(string strDef)
 {
     IfcUnitaryControlElementType t = new IfcUnitaryControlElementType(); int ipos = 0; parseFields(t, ParserSTEP.SplitLineFields(strDef), ref ipos); return t;
 }
Example #7
0
 internal IfcUnitaryControlElementType(DatabaseIfc db, IfcUnitaryControlElementType t)
     : base(db, t)
 {
     mPredefinedType = t.mPredefinedType;
 }
Example #8
0
		internal IfcUnitaryControlElementType(IfcUnitaryControlElementType be) : base(be) { mPredefinedType = be.mPredefinedType; }
Example #9
0
 internal IfcUnitaryControlElementType(DatabaseIfc db, IfcUnitaryControlElementType t, IfcOwnerHistory ownerHistory, bool downStream) : base(db, t, ownerHistory, downStream)
 {
     mPredefinedType = t.mPredefinedType;
 }
Example #10
0
 internal IfcUnitaryControlElementType(IfcUnitaryControlElementType be) : base(be)
 {
     mPredefinedType = be.mPredefinedType;
 }