Inheritance: 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) { }