我想基于Autodesk Inventor模型和工程图构建配置器的企业解决方案。我想要有能力改变装配的尺寸(witdh,深度,长度等)。我想实时看到模型上的变化(类似于这里,但在自定义值中有变化的尺寸:https://tylko.com/shelf/bookcases/1429438/?cv=0&board=cat_all__type_all__id_4267)
因此,我想要有完整的文件模型与图纸。
Forge能做到吗?有什么演示吗?
发布于 2021-03-30 16:29:51
是的,这是一个做类似事情的示例应用程序。https://forge-rimconfigurator-inventor.herokuapp.com/
您可以在此处找到上述应用程序的源代码:https://github.com/sajith-subramanian/forge-rimconfigurator-inventor
还有另一个复杂的样本可用。你可以在这里找到它:http://inventor-config-demo.autodesk.io/
上面示例的源代码可以在这里获得:https://github.com/Autodesk-Forge/forge-configurator-inventor
发布于 2021-04-15 20:05:47
感谢您的回复。提供的示例不同于:https://tylko.com/shelf/bookcases/1429438/?cv=0&board=cat_all__type_all__id_4267
我的样本是动态的。是否有可能不等待更改更新。与您可以直接在Inventor中看到的更改相同。
https://stackoverflow.com/questions/66795637
复制相似问题