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