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