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