<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0">
  <channel>
    <title>ThingStudio森工厂开发者社区 - 森园区（客户端版）</title>
    <link>http://developer.thingjs.com/f-41.html</link>
    <description>Latest 20 threads of 森园区（客户端版）</description>
    <copyright>Copyright(C) ThingStudio森工厂开发者社区</copyright>
    <generator>Discuz! Board by Comsenz Inc.</generator>
    <lastBuildDate>Wed, 13 May 2026 19:57:05 +0000</lastBuildDate>
    <ttl>60</ttl>
    <image>
      <url>http://developer.thingjs.com/static/image/common/logo_88_31.gif</url>
      <title>ThingStudio森工厂开发者社区</title>
      <link>http://developer.thingjs.com/</link>
    </image>
    <item>
      <title>客户端保存跟导出都闪退</title>
      <link>http://developer.thingjs.com/t-2309.html</link>
      <description><![CDATA[客户端保存之后就直接退出编辑界面了 导出选完位置也直接退了]]></description>
      <category>森园区（客户端版）</category>
      <author>19846857437</author>
      <pubDate>Thu, 18 Jul 2024 07:33:12 +0000</pubDate>
    </item>
    <item>
      <title>森园区中如何设置默认视角</title>
      <link>http://developer.thingjs.com/t-2306.html</link>
      <description><![CDATA[1.设置园区层级的默认视角



2.设置建筑层级视角：
选中对应的建筑--&gt;调整到合适的视角--&gt;设置视角


3.设置楼层层级视角：]]></description>
      <category>森园区（客户端版）</category>
      <author>yamazaki1201</author>
      <pubDate>Thu, 04 Jul 2024 03:01:06 +0000</pubDate>
    </item>
    <item>
      <title>使用森园区或者模模搭搭建负一层建筑</title>
      <link>http://developer.thingjs.com/t-2280.html</link>
      <description><![CDATA[在建筑中添加负一层楼层效果图：



森园区中实现步骤：
1.进入到建筑层级；
2.点击非建筑区域；
3.点击“下增楼层”按钮。


模模搭(CampusBuilder)中实现步骤：
1.退出到最外层级（园区层级）
2.选中建筑
3.设置下沉高度，若楼层高度为3m，下沉3m表示设置一层负一层

 ...]]></description>
      <category>森园区（客户端版）</category>
      <author>yamazaki1201</author>
      <pubDate>Wed, 21 Feb 2024 03:20:09 +0000</pubDate>
    </item>
    <item>
      <title>如何添加地下楼层</title>
      <link>http://developer.thingjs.com/t-2166.html</link>
      <description><![CDATA[]]></description>
      <category>森园区（客户端版）</category>
      <author>夏天骑冷月</author>
      <pubDate>Fri, 28 Jul 2023 09:03:15 +0000</pubDate>
    </item>
    <item>
      <title>森园区中，摆放好的模型退出当前层级之后为什么看不到</title>
      <link>http://developer.thingjs.com/t-2154.html</link>
      <description><![CDATA[问题情况：在楼层层级摆放好的模型，退出层级之后模型无法被看到。情况如图所示：




原因：当我们从楼层层级退出到建筑层级或园区层级时，楼层层级中的模型会自动隐藏，因此我们无法看到摆放在楼层层级的模型。

解决方法：
1.森园区：在建筑层级，鼠标左键选中对应的 ...]]></description>
      <category>森园区（客户端版）</category>
      <author>18979425409</author>
      <pubDate>Fri, 14 Jul 2023 02:47:46 +0000</pubDate>
    </item>
    <item>
      <title>森园区中，使用透明墙将地面分成多个区域</title>
      <link>http://developer.thingjs.com/t-2135.html</link>
      <description><![CDATA[实现功能：在森园区中，将房间、走廊、大厅等区域分成三个区域，我们可以使用鼠标选择其中任一一块区域，中间使用透明墙隔开。如图所示：


方法：
1.选中室外--&gt;圈地（无框）
2.选择需要的墙体类型
3.画墙体
4.看需要给地面区域命名


 ...]]></description>
      <category>森园区（客户端版）</category>
      <author>18979425409</author>
      <pubDate>Wed, 14 Jun 2023 09:39:48 +0000</pubDate>
    </item>
    <item>
      <title>客户端无法保存场景时如何排查</title>
      <link>http://developer.thingjs.com/t-2100.html</link>
      <description><![CDATA[（一）客户端工具CampusBuilder作为一个编辑器，也是提供了对应的日志输出内容的，如果在使用过程中出现无法确认的问题，可以先根据本机路径，找到对应的日志文件内容进行检查。

          如果日志中有文件出现is denied的提示说明可能是模型文件的问题，可以尝试备份 ...]]></description>
      <category>森园区（客户端版）</category>
      <author>夏天骑冷月</author>
      <pubDate>Tue, 16 May 2023 09:12:30 +0000</pubDate>
    </item>
    <item>
      <title>摸摸搭里模型的动态效果在低代码中引入后没有具有动效</title>
      <link>http://developer.thingjs.com/t-2098.html</link>
      <description><![CDATA[模型的效果在摸摸搭内是动态的，但是在低代码里引入后动态效果失效，比如像流动写实水模型的使用，那么如何可以解决此类问题1.因为一般模型在低代码中引入后常以静态展示，只有模型在需要展示其动态效果时才会调用相关动画的API实现其动态效果；但若是想一开始就默认显 ...]]></description>
      <category>森园区（客户端版）</category>
      <author>15720380415</author>
      <pubDate>Mon, 15 May 2023 11:25:30 +0000</pubDate>
    </item>
    <item>
      <title>客户端无法导入web端下载的场景</title>
      <link>http://developer.thingjs.com/t-2078.html</link>
      <description><![CDATA[客户端无法导入web端下载的场景，提示“暂不支持此版本（7.0.1）场景加载”，该如何是好？]]></description>
      <category>森园区（客户端版）</category>
      <author>18507341158</author>
      <pubDate>Sun, 16 Apr 2023 16:38:39 +0000</pubDate>
    </item>
    <item>
      <title>请问如何用页面按钮模拟键盘某个按键？</title>
      <link>http://developer.thingjs.com/t-2074.html</link>
      <description><![CDATA[RT比如按页面上的按钮触发键盘W建的功能]]></description>
      <category>森园区（客户端版）</category>
      <author>ysj</author>
      <pubDate>Wed, 12 Apr 2023 06:25:53 +0000</pubDate>
    </item>
    <item>
      <title>模型无法正常显示</title>
      <link>http://developer.thingjs.com/t-2064.html</link>
      <description><![CDATA[模型无法正常显示]]></description>
      <category>森园区（客户端版）</category>
      <author>OLAF666</author>
      <pubDate>Tue, 28 Mar 2023 01:14:08 +0000</pubDate>
    </item>
    <item>
      <title>模模搭客户端打开编辑环境闪烁黑屏该如何解决</title>
      <link>http://developer.thingjs.com/t-2004.html</link>
      <description><![CDATA[模模搭进入编辑环境一开始加载是好的，加载结束快速闪烁，进入黑屏，这个问题该如何解决呢？
     
    这问题可能是显卡驱动的问题，可以尝试修复驱动，在重启客户端，来解决问题。
 ...]]></description>
      <category>森园区（客户端版）</category>
      <author>领子</author>
      <pubDate>Wed, 23 Nov 2022 10:29:38 +0000</pubDate>
    </item>
    <item>
      <title>上传自有模型后如何设置分类</title>
      <link>http://developer.thingjs.com/t-1993.html</link>
      <description><![CDATA[上传的自有模型如何更改分类来实现一些效果呢？
    自有模型如果是通过平台提供的max插件上传的，在客户端里选择“DIY模型库-已上传的模型”中，找到对应模型，修改分类即可。
    
 ...]]></description>
      <category>森园区（客户端版）</category>
      <author>领子</author>
      <pubDate>Mon, 21 Nov 2022 10:48:00 +0000</pubDate>
    </item>
    <item>
      <title>森园区客户端中的模型ID可以修改吗？</title>
      <link>http://developer.thingjs.com/t-1932.html</link>
      <description><![CDATA[森园区客户端中的模型ID可以修改吗？]]></description>
      <category>森园区（客户端版）</category>
      <author>黄同学</author>
      <pubDate>Wed, 31 Aug 2022 08:52:17 +0000</pubDate>
    </item>
    <item>
      <title>模模搭创建的模型不展示</title>
      <link>http://developer.thingjs.com/t-1923.html</link>
      <description><![CDATA[你好，我在模模搭中创建的一个模型，然后在园区网页版编辑，生成了一个对应的副本。

在thingjs低代码中直接引用该副本可以展示，但是在页面中切换模型(进入页面显示的另一个模型，点击按钮切换，显示该副本模型)，该模型就不显示了，这个是怎么回事呢?


没有报任何错 ...]]></description>
      <category>森园区（客户端版）</category>
      <author>18710884925</author>
      <pubDate>Mon, 29 Aug 2022 03:39:50 +0000</pubDate>
    </item>
    <item>
      <title>咱们案例中医院模型的楼层分层和楼层效果用哪个软件</title>
      <link>http://developer.thingjs.com/t-1866.html</link>
      <description><![CDATA[咱们案例中数字医院模型的楼层分层和楼层效果，点击显示楼层对应信息用哪个软件，怎么实现呢？如下图：]]></description>
      <category>森园区（客户端版）</category>
      <author>18710884925</author>
      <pubDate>Fri, 19 Aug 2022 09:11:43 +0000</pubDate>
    </item>
    <item>
      <title>教你玩转森园区新功能「一键外景」</title>
      <link>http://developer.thingjs.com/t-1840.html</link>
      <description><![CDATA[跟ThingJS学习新功能，提效快人一步~今天我们来了解森园区Web在线版新功能「一键外景」为了让数字孪生可视化场景具备更加饱满的细节，园区周边应配备辅楼来丰富周边场景，辅楼必须提取自真实数据，根据地形区块划分。森园区新增功能「一键外景」能够在地图上选择区域快 ...]]></description>
      <category>森园区（客户端版）</category>
      <author>thisisYXY</author>
      <pubDate>Wed, 17 Aug 2022 08:35:15 +0000</pubDate>
    </item>
    <item>
      <title>自有模型导入web端或者客户端中丢失贴图或者模型的原因</title>
      <link>http://developer.thingjs.com/t-1839.html</link>
      <description><![CDATA[平台提供了场景搭建工具在线版和客户端版本，在两个搭建环境中均支持上传自有模型文件，具体模型上传要求可以点击查看：

平台建模规范： 平台三维模型制作指南

当通过客户端或者web端上传模型丢失贴图时，如何处理呢？

一.  FBX格式上传后丢失材质贴图

    1.1 FBX ...]]></description>
      <category>森园区（客户端版）</category>
      <author>橘子酱该减肥啦</author>
      <pubDate>Mon, 15 Aug 2022 09:10:41 +0000</pubDate>
    </item>
    <item>
      <title>更换机器后使用客户端编辑场景，提示obj模型同步不到怎.....</title>
      <link>http://developer.thingjs.com/t-1816.html</link>
      <description><![CDATA[更换机器后使用客户端编辑场景，提示obj模型同步不到怎么办？

平台提供的CampusBuilder场景搭建工具（客户端/模模搭）在多机器安装后，不建议使用同一账号进行登录，同一账号多个机器进行登录可能会导致服务器端该账号下对应的资源状态紊乱，出现资源同步状态异常或者 ...]]></description>
      <category>森园区（客户端版）</category>
      <author>橘子酱该减肥啦</author>
      <pubDate>Tue, 09 Aug 2022 08:23:54 +0000</pubDate>
    </item>
    <item>
      <title>Campus Builder客户端无法进行保存或者编辑时如何检查原因？</title>
      <link>http://developer.thingjs.com/t-1815.html</link>
      <description><![CDATA[当我们在使用CampusBuilder工具进行场景搭建时，出现客户端编辑环境无法保存或者无法编辑之类的问题时，如何进行问题定位呢？

我们客户端工具CampusBuilder作为一个编辑器，也是提供了对应的日志输出内容的，如果在使用过程中出现无法确认的问题，可以先根据本机路径， ...]]></description>
      <category>森园区（客户端版）</category>
      <author>橘子酱该减肥啦</author>
      <pubDate>Tue, 09 Aug 2022 05:49:34 +0000</pubDate>
    </item>
  </channel>
</rss>