Наследование: IfcDistributionElementType
Пример #1
0
 protected IfcFlowTerminalType(IfcDistributionFlowElementType basis)
     : base(basis)
 {
 }
Пример #2
0
		protected IfcDistributionFlowElementType(IfcDistributionFlowElementType t) : base(t) { }
Пример #3
0
		protected static void parseFields(IfcDistributionFlowElementType t, List<string> arrFields, ref int ipos) { IfcDistributionElementType.parseFields(t, arrFields, ref ipos); }
Пример #4
0
		protected IfcDistributionFlowElementType(DatabaseIfc db, IfcDistributionFlowElementType t) : base(db, t) { }