摘要:
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 阅读全文
摘要:
IfcSIPrefix Type definition NOTE Definition according to ISO/CD 10303-41:1992An SI prefix is the name of a prefix that may be associated with an SI un 阅读全文
摘要:
IfcSIUnitName Type definition NOTE Definition according to ISO/CD 10303-41:1992An SI unit name is the name of an SI unit. The definitions of the names 阅读全文
摘要:
IfcUnitEnum Type definition IfcUnitEnum is an enumeration type for allowed unit types of IfcNamedUnit. HISTORY New type in IFC1.5.1. Enumeration defin 阅读全文
摘要:
IfcDerivedMeasureValue Type definition IfcDerivedMeasureValue is a select type for selecting between derived measure types. SELECT IfcAbsorbedDoseMeas 阅读全文
摘要:
IfcVolumeMeasure Type definition An IfcVolumeMeasure is the value of the solid content of a body. Usually measured in cubic metre (m3). Type: REAL NOT 阅读全文