有没有一种简单的方法可以将 autocad 多边形转换为 adobe swf 格式?

发布于 2024-09-01 14:57:51 字数 104 浏览 5 评论 0原文

我正在寻找一种将 Autocad 多边形转换为 swf 文件的简单方法。有转换器吗?或者是否有一种中间格式可用于从多边形转换为 adobe flash swf。每个多边形都是一个 swf 文件。

I am looking for a easy way to convert Autocad polygons to swf files. Is there a converter for that? Or is there an intermediatory format that can be used to convert from polygons to the adobe flash swfs. Each polygon would be a swf file.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

謌踐踏愛綪 2024-09-08 14:57:51

简短的回答是“不是真的”。

我发现了这篇关于 Flex/Flash AutoCAD DWG/DXF 查看器的有趣博客文章,
评论更好地解释了项目方法。

另外,Autodesk Butterfly 看起来很棒,也许它可以很方便。

另一个想法是将 2d 平面视图转换为 SVG 并使用 as3 svg 渲染库

更新:
as3 svg渲染库是开发人员友好的版本。

您可以使用 Illustrator 作为中间工具,因为它导入 AutoCAD 平面图并导出 Flash(SWF)

以下是我整理的教程:

  1. 打开中的 AutoCAD 文件 >Illustrator
  2. 选择嵌套所有形状的图层

dwg to swf 1

  1. 在图层调色板中选择释放到图层(序列)

dwg to swf 2

  1. 转到文件 >导出 > 选择 Flash 作为输出格式
  2. SWF 选项中,您可以选择AI 图层到 SWF 文件
    如果那是你所需要的。您还可以导出到符号、单个文件等。

dwg to swf 3

您可以甚至可以从 Illustrator 将动画导出为 swf。假设您有一个车床/旋转或挤压:您可以复制它,修改副本的属性,进行混合,释放到图层,然后将图层导出为 SWF 帧:)

HTH,
乔治

Short answer would be 'not really' at the moment.

I found this interesting blog entry about a Flex/Flash AutoCAD DWG/DXF Viewer,
and the comments explain the project approach better.

Also, Autodesk Butterfly looks great, maybe it can be handy.

Another thought would be converting 2d plan views to SVG and using an as3 svg render library.

Update:
The the as3 svg render library is the developer friendly version.

You can use Illustrator as intermediary tool as it imports AutoCAD plan views and export Flash(SWF)

Here's a tutorial I've put together:

  1. Open up the AutoCAD file in Illustrator
  2. Select the Layer that nests all the shapes:

dwg to swf 1

  1. In the Layer's palette select Release To Layers(Sequence)

dwg to swf 2

  1. Go to File > Export > choose Flash as the output format
  2. In the SWF Options you can select AI Layers to SWF Files
    if that is what you need. You can also export to symbols, single file, etc.

dwg to swf 3

You can even export animation as swf from Illustrator. Say you have a lathe/revolve or extrusion: you can duplicate it, modify the duplicate's properties, make a blend, release to layers then export the layers as SWF frames :)

HTH,
George

很快妥协 2024-09-08 14:57:51

“swf”文件本身不是 3d 格式,因此“将 autocad 多边形转换为 adobe swf 格式”的格式不正确

A "swf" file is not a 3d format per se, therefore "converting autocad polygons to adobe swf format" is ill formed

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文