Inheritance: IfcDistributionFlowElement
Beispiel #1
0
 internal static void parseFields(IfcFlowTreatmentDevice d, List<string> arrFields, ref int ipos)
 {
     IfcDistributionFlowElement.parseFields(d, arrFields, ref ipos);
 }
Beispiel #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;
 }
Beispiel #3
0
		internal IfcFlowTreatmentDevice(IfcFlowTreatmentDevice d) : base(d) { }
Beispiel #4
0
 internal IfcFlowTreatmentDevice(DatabaseIfc db, IfcFlowTreatmentDevice d)
     : base(db, d)
 {
 }
Beispiel #5
0
 internal IfcFlowTreatmentDevice(DatabaseIfc db, IfcFlowTreatmentDevice d, DuplicateOptions options) : base(db, d, options)
 {
 }