摘要:
IfcActuatorTypeEnum 类型定义IfcActuatorTypeEnum定义了可以指定的不同类型致动器的范围。 IFC2.0中的新枚举 Enumeration definition ConstantDescription ELECTRICACTUATOR A device that e 阅读全文
摘要:
maya给模型以及子节点随机染色 import random import maya.cmds as py def material1(): sel=py.ls(sl=True) if sel!=[]: for obj in sel: myShade = py.shadingNode('lamber 阅读全文
摘要:
mkdir build cd build cmake ../ -DBUILD_EXAPLES=true make sudo make install bim@bim-Vostro-7570:~/REALSENSE/librealsense-2.50.0/build$ bim@bim-Vostro-7 阅读全文
摘要:
IfcVolumetricFlowRateMeasure Type definition IfcVolumetricFlowRateMeasure is a measure of the volume of a medium flowing per unit time. Usually measur 阅读全文
摘要:
python requests.post Max retries exceeded with url 报错 import requests from requests.adapters import HTTPAdapter from requests.packages.urllib3.util.re 阅读全文
摘要:
IfcWarpingConstantMeasure Type definition IfcWarpingConstantMeasure is a measure for the warping constant or warping resistance of a cross section und 阅读全文
摘要:
IfcWarpingMomentMeasure Type definition The warping moment measure is a measure for the warping moment, which occurs in warping torsional analysis. It 阅读全文
摘要:
IfcDerivedUnitEnum Type definition IfcDerivedUnitEnum is an enumeration type for allowed types of derived units. HISTORY New type in IFC2.0. IFC 2x4 c 阅读全文