상속: IfcDistributionFlowElementType
예제 #1
0
 protected static void parseFields(IfcFlowMovingDeviceType t, List<string> arrFields, ref int ipos)
 {
     IfcDistributionFlowElementType.parseFields(t, arrFields, ref ipos);
 }
예제 #2
0
파일: IFC F.cs 프로젝트: jenca-cloud/ggIFC
		protected IfcFlowMovingDeviceType(IfcFlowMovingDeviceType t) : base(t) { }
예제 #3
0
 protected IfcFlowMovingDeviceType(DatabaseIfc db, IfcFlowMovingDeviceType t)
     : base(db, t)
 {
 }
예제 #4
0
 protected IfcFlowMovingDeviceType(DatabaseIfc db, IfcFlowMovingDeviceType t, DuplicateOptions options) : base(db, t, options)
 {
 }