상속: IfcDistributionFlowElementType
예제 #1
0
 protected static void parseFields(IfcFlowSegmentType t, List<string> arrFields, ref int ipos)
 {
     IfcDistributionFlowElementType.parseFields(t, arrFields, ref ipos);
 }
예제 #2
0
파일: IFC F.cs 프로젝트: jenca-cloud/ggIFC
		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)
 {
 }