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