Inheritance: IfcDistributionElementType
Esempio n. 1
0
 protected IfcFlowTerminalType(IfcDistributionFlowElementType basis)
     : base(basis)
 {
 }
Esempio n. 2
0
		protected IfcDistributionFlowElementType(IfcDistributionFlowElementType t) : base(t) { }
Esempio n. 3
0
		protected static void parseFields(IfcDistributionFlowElementType t, List<string> arrFields, ref int ipos) { IfcDistributionElementType.parseFields(t, arrFields, ref ipos); }
Esempio n. 4
0
		protected IfcDistributionFlowElementType(DatabaseIfc db, IfcDistributionFlowElementType t) : base(db, t) { }