상속: IfcDistributionElementType
예제 #1
0
 protected IfcFlowTerminalType(IfcDistributionFlowElementType basis)
     : base(basis)
 {
 }
예제 #2
0
파일: IFC D.cs 프로젝트: jenca-cloud/ggIFC
		protected IfcDistributionFlowElementType(IfcDistributionFlowElementType t) : base(t) { }
예제 #3
0
파일: IFC D.cs 프로젝트: jenca-cloud/ggIFC
		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) { }