상속: IfcDistributionControlElementType
예제 #1
0
 internal static void parseFields(IfcFlowInstrumentType t, List<string> arrFields, ref int ipos)
 {
     IfcDistributionControlElementType.parseFields(t, arrFields, ref ipos); t.mPredefinedType = (IfcFlowInstrumentTypeEnum)Enum.Parse(typeof(IfcFlowInstrumentTypeEnum), arrFields[ipos++].Replace(".", ""));
 }
예제 #2
0
 internal static new IfcFlowInstrumentType Parse(string strDef)
 {
     IfcFlowInstrumentType t = new IfcFlowInstrumentType(); int ipos = 0; parseFields(t, ParserSTEP.SplitLineFields(strDef), ref ipos); return t;
 }
예제 #3
0
파일: IFC F.cs 프로젝트: jenca-cloud/ggIFC
		internal IfcFlowInstrumentType(IfcFlowInstrumentType t) : base(t) { mPredefinedType = t.mPredefinedType; }
예제 #4
0
 internal IfcFlowInstrumentType(DatabaseIfc db, IfcFlowInstrumentType t)
     : base(db, t)
 {
     mPredefinedType = t.mPredefinedType;
 }
예제 #5
0
 internal IfcFlowInstrumentType(DatabaseIfc db, IfcFlowInstrumentType t, DuplicateOptions options) : base(db, t, options)
 {
     mPredefinedType = t.mPredefinedType;
 }