상속: IfcDistributionFlowElement
예제 #1
0
파일: IFC E.cs 프로젝트: jenca-cloud/ggIFC
		internal new static IfcEnergyConversionDevice Parse(string strDef) { IfcEnergyConversionDevice d = new IfcEnergyConversionDevice(); int ipos = 0; parseFields(d, ParserSTEP.SplitLineFields(strDef), ref ipos); return d; }
예제 #2
0
파일: IFC E.cs 프로젝트: jenca-cloud/ggIFC
		internal IfcEnergyConversionDevice(IfcEnergyConversionDevice be) : base(be) { }
예제 #3
0
파일: IFC E.cs 프로젝트: jenca-cloud/ggIFC
		internal static void parseFields(IfcEnergyConversionDevice d, List<string> arrFields, ref int ipos) { IfcDistributionFlowElement.parseFields(d, arrFields, ref ipos); }
예제 #4
0
		internal IfcEnergyConversionDevice(DatabaseIfc db, IfcEnergyConversionDevice d) : base(db, d) { }