上一页 1 ··· 38 39 40 41 42 43 44 45 46 ··· 94 下一页
摘要: Pset_AirSideSystemInformation 应用于空气侧HVAC系统的属性。历史记录:IFC 1.0版中的新特性集 NameTypeDescription Name P_SINGLEVALUE / IfcLabel Name The name of the air side syst 阅读全文
posted @ 2021-08-20 11:57 西北逍遥 阅读(50) 评论(0) 推荐(0) 编辑
摘要: osg绘制圆 自定义圆的半径,然后根据圆的计算公式 X2 +Y2=R2 (圆的标准方程)生成圆周上的每个坐标点 float getY(int x,bool isPositive) { float y = 0.0f; if (isPositive) { y = sqrt((radius*radius) 阅读全文
posted @ 2021-08-19 20:45 西北逍遥 阅读(634) 评论(0) 推荐(0) 编辑
摘要: Pset_DistributionChamberElementCommon IfcDistributionChamberElement的所有引用的公共属性。 NameTypeDescription Reference P_SINGLEVALUE / IfcIdentifier Reference 此 阅读全文
posted @ 2021-08-19 19:06 西北逍遥 阅读(51) 评论(0) 推荐(0) 编辑
摘要: 最近根据IFC标准,自己手工编写了一个描述不规则楼板的ifc文件——ifcslab,编写程序解析该ifc文件,获取ifcslab的属性,最后通过三维引擎渲染出来了。 渲染效果如下: #include <osgViewer/Viewer> #include <osg/Node> #include <o 阅读全文
posted @ 2021-08-18 11:48 西北逍遥 阅读(364) 评论(0) 推荐(0) 编辑
摘要: Ifc椭圆形楼板 ifc文件内容 ISO-10303-21; HEADER; FILE_DESCRIPTION((''),''); FILE_NAME('','',(''),(''),'','',''); FILE_SCHEMA(('IFC4')); ENDSEC; DATA; #1= IFCORG 阅读全文
posted @ 2021-08-17 13:43 西北逍遥 阅读(163) 评论(0) 推荐(0) 编辑
摘要: IFC表示不规则形状楼板 ifcslab每个顶点 (楼板每个顶点)表示如下: #173= IFCCARTESIANPOINT((-3475.,-8483.21697442762)); #175= IFCCARTESIANPOINT((1525.,-8483.21697442762)); #177= 阅读全文
posted @ 2021-08-16 08:21 西北逍遥 阅读(665) 评论(0) 推荐(0) 编辑
摘要: Pset_DistributionChamberElementTypeFormedDuct 地下形成的空间,用于管道、电缆、管道的通道。 NameTypeDescription ClearWidth P_SINGLEVALUE / IfcPositiveLengthMeasure Clear Wid 阅读全文
posted @ 2021-08-15 10:12 西北逍遥 阅读(44) 评论(0) 推荐(0) 编辑
摘要: Pset_DistributionChamberElementTypeInspectionChamber 建造在排水沟、下水道或管道上的腔室,带有可拆卸的盖子,允许进行可见检查。 NameTypeDescription ChamberLengthOrRadius P_SINGLEVALUE / If 阅读全文
posted @ 2021-08-14 08:49 西北逍遥 阅读(36) 评论(0) 推荐(0) 编辑
摘要: Pset_DistributionChamberElementTypeInspectionPit 形成凹槽或腔室,以便检查下部结构和设施(定义由BS6100 221 4128修改)。 NameTypeDescription Length P_SINGLEVALUE / IfcPositiveLeng 阅读全文
posted @ 2021-08-13 08:01 西北逍遥 阅读(34) 评论(0) 推荐(0) 编辑
摘要: 错误日志 1> 已启动全部重新生成: 项目: TB_ExLabelUtils, 配置: Release x64 2> 已启动全部重新生成: 项目: TB_ExamplesCommon, 配置: Release x64 3> 已启动全部重新生成: 项目: TB_ExGImposterPE, 配置: R 阅读全文
posted @ 2021-08-12 16:15 西北逍遥 阅读(219) 评论(0) 推荐(0) 编辑
摘要: Pset_DistributionChamberElementTypeManhole 建造在排水沟、下水道或管道上的腔室,带有可拆卸的盖子,允许人员进入。 NameTypeDescription InvertLevel P_SINGLEVALUE / IfcLengthMeasure Invert 阅读全文
posted @ 2021-08-12 08:08 西北逍遥 阅读(41) 评论(0) 推荐(0) 编辑
摘要: Pset_DistributionChamberElementTypeMeterChamber 容纳仪表的腔室(定义根据BS6100 250 6224修改)。 NameTypeDescription ChamberLengthOrRadius P_SINGLEVALUE / IfcPositiveL 阅读全文
posted @ 2021-08-11 17:56 西北逍遥 阅读(34) 评论(0) 推荐(0) 编辑
摘要: osg绘制立方体 #include <iostream> #include <osgViewer/Viewer> #include <osg/Node> //#include <osgDB/ReadFile> //#include <osgDB/WriteFile> #include <osgUti 阅读全文
posted @ 2021-08-10 10:33 西北逍遥 阅读(397) 评论(0) 推荐(0) 编辑
摘要: Pset_AlarmPHistory 报警历史记录:报警值历史记录的属性。历史:在IFC4中添加。 NameTypeDescription Enabled P_REFERENCEVALUE / IfcTimeSeries / IfcBoolean Enabled Indicates whether 阅读全文
posted @ 2021-08-09 08:00 西北逍遥 阅读(55) 评论(0) 推荐(0) 编辑
摘要: Pset_ActuatorTypeRotationalActuation 促动器类型旋转促动器:促动器的旋转促动特性历史:取代Pset\U旋转促动器 NameTypeDescription Torque P_SINGLEVALUE / IfcTorqueMeasure Torque Indicate 阅读全文
posted @ 2021-08-08 18:51 西北逍遥 阅读(41) 评论(0) 推荐(0) 编辑
摘要: Pset_ActuatorTypePneumaticActuator 执行器型气动执行器:以气动方式驱动控制元件的装置 NameTypeDescription InputPressure P_SINGLEVALUE / IfcPressureMeasure Input Pressure Maximu 阅读全文
posted @ 2021-08-07 13:48 西北逍遥 阅读(62) 评论(0) 推荐(0) 编辑
摘要: Pset_ActuatorTypeLinearActuation 执行器类型线性驱动:执行器的线性驱动特性历史:取代Pset\U线性计算器 NameTypeDescription Force P_SINGLEVALUE / IfcForceMeasure Force Indicates the ma 阅读全文
posted @ 2021-08-06 14:35 西北逍遥 阅读(45) 评论(0) 推荐(0) 编辑
摘要: Pset_ActuatorTypeHydraulicActuator 作动器式液压作动器:以液压方式驱动控制元件的装置。 NameTypeDescription InputPressure P_SINGLEVALUE / IfcPressureMeasure Input Pressure Maxim 阅读全文
posted @ 2021-08-05 09:31 西北逍遥 阅读(68) 评论(0) 推荐(0) 编辑
摘要: Pset_ActuatorTypeElectricActuator 作动器型电动作动器:用电作动控制元件的装置。 NameTypeDescription ActuatorInputPower P_SINGLEVALUE / IfcPowerMeasure Actuator Input Power M 阅读全文
posted @ 2021-08-04 08:05 西北逍遥 阅读(61) 评论(0) 推荐(0) 编辑
摘要: Pset_ActuatorTypeCommon 执行器类型公共:执行器类型公共属性。 NameTypeDescription Reference P_SINGLEVALUE / IfcIdentifier Reference Reference ID for this specified type 阅读全文
posted @ 2021-08-03 17:14 西北逍遥 阅读(52) 评论(0) 推荐(0) 编辑
摘要: Pset_ActuatorPHistory 执行器历史记录:执行器历史记录的属性。历史:在IFC4中新添加的。 NameTypeDescription Position P_REFERENCEVALUE / IfcTimeSeries / IfcNormalisedRatioMeasure Posi 阅读全文
posted @ 2021-08-02 11:10 西北逍遥 阅读(43) 评论(0) 推荐(0) 编辑
摘要: Pset_MaterialWoodBasedPanel 材料人造板:这是一个有关人造板的机械性能,如胶合板或OSB板类产品的材料的集合。上述关于木基梁材料各向异性、根据构件尺寸(特别是面板厚度)的强度分级的命题也适用。 NameTypeDescription ApplicableStructural 阅读全文
posted @ 2021-08-01 09:55 西北逍遥 阅读(46) 评论(0) 推荐(0) 编辑
摘要: Pset_MaterialWoodBasedBeam 材料木基梁:这是一个机械性能的集合,适用于木基材料的类梁产品,特别是层压材料,如集成材和LVL。这种材料的各向异性是根据晶粒方向和载荷类型的不同性质来考虑的。应根据当地设计规范给出标准化使用条件、标准化荷载持续时间和构件标准化参考尺寸的所有值。注 阅读全文
posted @ 2021-07-31 15:19 西北逍遥 阅读(42) 评论(0) 推荐(0) 编辑
摘要: Pset_MaterialWood 木材材料:这是适用于木质材料的属性集合,指定材料的种类和等级以及水分相关参数。 NameTypeDescription Species P_SINGLEVALUE / IfcLabel Species Wood species of a solid wood or 阅读全文
posted @ 2021-07-30 14:25 西北逍遥 阅读(45) 评论(0) 推荐(0) 编辑
摘要: Pset_MaterialWater 材料水:一组扩展的物质属性,用于建筑服务和流量分配系统中通常使用的水。 NameTypeDescription IsPotable P_SINGLEVALUE / IfcBoolean Is Potable If TRUE, then the water is 阅读全文
posted @ 2021-07-29 08:06 西北逍遥 阅读(78) 评论(0) 推荐(0) 编辑
摘要: Pset_MaterialThermal 热材料:一组热材料属性。 NameTypeDescription SpecificHeatCapacity P_SINGLEVALUE / IfcSpecificHeatCapacityMeasure Specific Heat Capacity Defin 阅读全文
posted @ 2021-07-28 12:40 西北逍遥 阅读(41) 评论(0) 推荐(0) 编辑
摘要: Pset_MaterialSteel 材料钢性:与钢(或其他金属和各向同性材料)有关的一组扩展的机械性能。 NameTypeDescription YieldStress P_SINGLEVALUE / IfcPressureMeasure Yield Stress A measure of the 阅读全文
posted @ 2021-07-27 09:04 西北逍遥 阅读(59) 评论(0) 推荐(0) 编辑
摘要: Pset_MaterialOptical 材料光学:材料的一组光学性质。 NameTypeDescription VisibleTransmittance P_SINGLEVALUE / IfcPositiveRatioMeasure Visible Transmittance Transmitta 阅读全文
posted @ 2021-07-26 07:34 西北逍遥 阅读(86) 评论(0) 推荐(0) 编辑
摘要: Pset_MaterialMechanical 材料力学:通常用于结构分析的一组材料力学性质。它包含与实际材质类型无关的所有特性。 NameTypeDescription DynamicViscosity P_SINGLEVALUE / IfcDynamicViscosityMeasure Dyna 阅读全文
posted @ 2021-07-25 10:13 西北逍遥 阅读(43) 评论(0) 推荐(0) 编辑
摘要: Pset_MaterialHygroscopic 材料吸湿性:材料的一组吸湿特性。 NameTypeDescription UpperVaporResistanceFactor P_SINGLEVALUE / IfcPositiveRatioMeasure Upper Vapor Resistanc 阅读全文
posted @ 2021-07-24 08:16 西北逍遥 阅读(49) 评论(0) 推荐(0) 编辑
上一页 1 ··· 38 39 40 41 42 43 44 45 46 ··· 94 下一页