如何在不转换为 edrawing 的情况下查看 SolidWorks 文件?

发布于 2024-11-01 21:28:03 字数 45 浏览 1 评论 0原文

有没有办法查看 SolidWorks 文件而不将其转换为 edrawing?

Is there a way to view a solidworks file without converting it to an edrawing?

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

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

发布评论

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

评论(5

电影里的梦 2024-11-08 21:28:03

eDrawings 数据嵌入到文件中。这非常适合查看图纸。您不必加载零件或装配体。使用 IEModelViewControl。

void OpenDoc( 
   string FileName,
   bool IsTemp,
   bool PromptToSave,
   bool ReadOnly,
   string CommandString)

参数
文件名:
完全限定路径和文件名

IsTemp:
True 表示当远程非 eDrawings 文件不再打开时删除该文件的本地副本,False 表示不

提示保存:
True 则在用户退出而不保存文件的情况下显示对话框,False 则不显示对话框

ReadOnly:
如果文件是只读的,则为 true;如果不是

CommandString,则为 false:
指定空字符串(“”);请勿指定 Nothing、Empty 或 vbNullString

The eDrawings data is embedded into the file. This is great for viewing drawings. You don't have to load the part or assembly. Use the IEModelViewControl.

void OpenDoc( 
   string FileName,
   bool IsTemp,
   bool PromptToSave,
   bool ReadOnly,
   string CommandString)

Parameters
FileName:
Fully qualified path and filename

IsTemp:
True to delete the local copy of a remote non-eDrawings file when that file is no longer open, false to not

PromptToSave:
True to show a dialog if the user exits without saving the file, False to not show a dialog

ReadOnly:
True if the file is read-only, false if not

CommandString:
Specify an empty string (""); do not specify Nothing, Empty, or vbNullString

东京女 2024-11-08 21:28:03

http://www.edrawingsviewer.com/

我有 edrawing professional,您可以打开所有 sld。

我会发布图片,但我的代表仍然太低。

http://www.edrawingsviewer.com/

I have edrawing professional and you can open an all sld's.

I would post image, but my rep is still too low.

空气里的味道 2024-11-08 21:28:03

从 2007 年或 2008 年开始(不记得他们何时添加),eDrawings 数据始终嵌入本机 SW 文件中,因此只要该文件不是真正旧的 SolidWorks,您就可以直接在 eDrawings 中打开本机文件文件。

As of something like 2007 or 2008 (can't remember when they added it) the eDrawings data is always embedded in the native SW file so you can simply open the native file in eDrawings directly as long as the file is not a really old SolidWorks file.

浮光之海 2024-11-08 21:28:03

可以从零件/装配体输出 3D pdf 文档。 Adobe Acrobat 能够像这样读取这些文件已经有一段时间了,但它的使用并不广泛。

It's possible to output a 3D pdf document from a part/assembly. Adobe Acrobat has been able to read these files like this for a while, but it's just not widely used.

锦上情书 2024-11-08 21:28:03

您可以直接使用 Edrawingsviewer 查看 SolidWorks 文件。您不需要转换它们。

You can view SolidWorks files using the Edrawingsviewer directly. You don't need to convert them.

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