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