Inheritance: IfcDistributionFlowElement
Exemplo n.º 1
0
		internal new static IfcEnergyConversionDevice Parse(string strDef) { IfcEnergyConversionDevice d = new IfcEnergyConversionDevice(); int ipos = 0; parseFields(d, ParserSTEP.SplitLineFields(strDef), ref ipos); return d; }
Exemplo n.º 2
0
		internal IfcEnergyConversionDevice(IfcEnergyConversionDevice be) : base(be) { }
Exemplo n.º 3
0
		internal static void parseFields(IfcEnergyConversionDevice d, List<string> arrFields, ref int ipos) { IfcDistributionFlowElement.parseFields(d, arrFields, ref ipos); }
Exemplo n.º 4
0
		internal IfcEnergyConversionDevice(DatabaseIfc db, IfcEnergyConversionDevice d) : base(db, d) { }