상속: IfcDistributionFlowElement
예제 #1
0
 internal static void parseFields(IfcFlowTreatmentDevice d, List<string> arrFields, ref int ipos)
 {
     IfcDistributionFlowElement.parseFields(d, arrFields, ref ipos);
 }
예제 #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;
 }
예제 #3
0
파일: IFC F.cs 프로젝트: jenca-cloud/ggIFC
		internal IfcFlowTreatmentDevice(IfcFlowTreatmentDevice d) : base(d) { }
예제 #4
0
 internal IfcFlowTreatmentDevice(DatabaseIfc db, IfcFlowTreatmentDevice d)
     : base(db, d)
 {
 }
예제 #5
0
 internal IfcFlowTreatmentDevice(DatabaseIfc db, IfcFlowTreatmentDevice d, DuplicateOptions options) : base(db, d, options)
 {
 }