摘要:
Qto_OpeningElementBaseQuantities 洞口图元基准数量:洞口图元的所有引用的定义中通用的基准数量。 NameTypeDescription Width Q_LENGTH Breite Breite der Önnung, bei Wandöffnugen ist es d 阅读全文
摘要:
PEnum_ElementStatus NameDescription NEW New element designed as new addition EXISTING Existing element exists and is to remain DEMOLISH Demolish eleme 阅读全文
摘要:
Qto_ProjectionElementBaseQuantities 投影图元基本数量:投影图元的所有引用的定义通用的基本数量。 NameTypeDescription Area Q_AREA Fläche 悬臂、壁架或其他杆的区域,是壁架等的观察表面,或天花板结构等的基础区域。 Area 立面视 阅读全文
摘要:
Qto_SpaceBaseQuantities 空间基准量:定义所有引用的空间时通用的基准量。 NameTypeDescription Height Q_LENGTH Höhe Gesamte Höhe des Raums, von Rohboden zur Rohdecke, wird nur a 阅读全文
摘要:
from PyQt5.QtCore import QThread, pyqtSignal import time class MyThread(QThread): finished = pyqtSignal() def run(self): print('Thread started.') time 阅读全文
摘要:
IfcConstraintEnum 类型定义 IfcConstraintNum是用于限定约束的枚举。 IFC2.0中的新枚举 Enumeration definition ConstantDescription HARD Qualifies a constraint such that it mus 阅读全文
摘要:
unity3d 清空控制台 using System.Collections; using System.Collections.Generic; using UnityEngine; using UnityEngine.UI; using AssemblyCSharp; using System; 阅读全文