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