生成螺旋体失败

Chinese forum

Moderator: paullee

Forum rules
论坛规矩 / 論壇規矩 , 有用的资讯 / 有用的資訊
重要:寻求帮助之前,请先看看这里 /
重要:尋求幫助之前,請先看看這裡

另外,对论坛用户 友善!阅读FreeCAD 行为准则!
/ 另外,對論壇用戶 友善! 閱讀FreeCAD
行為準則
Post Reply
User avatar
Fireflying
Posts: 9
Joined: Wed Apr 19, 2023 3:40 am

生成螺旋体失败

Post by Fireflying »

在Part工作台绘制螺旋线,然后到Part Design工作台生成螺旋体失败。已经能显示出螺旋体了,但是报告浏览器出现错误提示,点击“OK”按钮无法保存。请问这是什么原因?文件附后。
操作系统:Windows10 22H2简体中文版
FreeCAD版本:0.20.2
FreeCAD-Error3.png
FreeCAD-Error3.png (170.43 KiB) Viewed 7765 times
FreeCADVer.png
FreeCADVer.png (89.04 KiB) Viewed 7765 times
Learn15-Trocola-12.FCStd
(8.05 KiB) Downloaded 99 times
User avatar
Shalmeneser
Veteran
Posts: 9560
Joined: Wed Dec 23, 2020 12:04 am
Location: Fr

Re: 生成螺旋体失败

Post by Shalmeneser »

:idea: PartDesign_AdditiveHelix

Code: Select all

OS: Windows 10 Version 1809
Word size of FreeCAD: 64-bit
Version: 0.21.0.32457 (Git)
Build type: Release
Branch: master
Hash: 85216bd12730bbc4c3cbf8f0bc50416ab1556cbb
Python 3.10.9, Qt 5.15.8, Coin 4.0.0, Vtk 9.1.0, OCC 7.6.3
Locale: French/France (fr_FR)
Installed mods: 
  * fasteners 0.4.55
  * fcgear 1.0.0
  * Manipulator 1.5.0
  * sheetmetal 0.2.63
Attachments
Learn15-Trocola_SHALM.FCStd
(65.86 KiB) Downloaded 89 times
chrisb
Veteran
Posts: 54213
Joined: Tue Mar 17, 2015 9:14 am

Re: 生成螺旋体失败

Post by chrisb »

如果你想手动创建螺旋,你必须做以下工作:
- 从螺旋线上创建一个ShapeBinder
- 隐藏螺旋线
- 从Sketch002和ShapeBinder创建AdditivePipe。
---------
If you want to create the spiral manually you have to do the following:
- create a ShapeBinder from the helix
- hide the helix
- Create the AdditivePipe from Sketch002 and the ShapeBinder.

Edit: corrected the attached file.
Attachments
Learn15_cb.FCStd
(61.59 KiB) Downloaded 95 times
A Sketcher Lecture with in-depth information is available in English, auf Deutsch, en français, en español.
User avatar
Shalmeneser
Veteran
Posts: 9560
Joined: Wed Dec 23, 2020 12:04 am
Location: Fr

Re: 生成螺旋体失败

Post by Shalmeneser »

chrisb wrote: Mon May 01, 2023 4:03 pm ...
:!: Wrong file (file = '?')
chrisb
Veteran
Posts: 54213
Joined: Tue Mar 17, 2015 9:14 am

Re: 生成螺旋体失败

Post by chrisb »

Shalmeneser wrote: Mon May 01, 2023 5:47 pm :!: Wrong file (file = '?')
Sorry, corrected my post above.
A Sketcher Lecture with in-depth information is available in English, auf Deutsch, en français, en español.
User avatar
Shalmeneser
Veteran
Posts: 9560
Joined: Wed Dec 23, 2020 12:04 am
Location: Fr

Re: 生成螺旋体失败

Post by Shalmeneser »

Moving the helix inside the Body (creating a BaseFeature) is not a good solution : you need to move the sketch.
在 Body 内移动螺旋线(创建 BaseFeature)不是一个好的解决方案:您需要移动草图。
Attachments
Learn15_BaseFeature_SHALM.FCStd
(61.31 KiB) Downloaded 96 times
Capture d’écran 2023-05-01 204101.jpg
Capture d’écran 2023-05-01 204101.jpg (54.28 KiB) Viewed 7665 times
User avatar
Fireflying
Posts: 9
Joined: Wed Apr 19, 2023 3:40 am

Re: 生成螺旋体失败

Post by Fireflying »

chrisb wrote: Mon May 01, 2023 4:03 pm 如果你想手动创建螺旋,你必须做以下工作:
- 从螺旋线上创建一个ShapeBinder
- 隐藏螺旋线
- 从Sketch002和ShapeBinder创建AdditivePipe。
---------
If you want to create the spiral manually you have to do the following:
- create a ShapeBinder from the helix
- hide the helix
- Create the AdditivePipe from Sketch002 and the ShapeBinder.

Edit: corrected the attached file.
感谢!用您说的这个方法做好了螺旋线。看来我的这个视频教程有点问题,也可能低版本用教程中的方法是可以的。
User avatar
Fireflying
Posts: 9
Joined: Wed Apr 19, 2023 3:40 am

Re: 生成螺旋体失败

Post by Fireflying »

Shalmeneser wrote: Mon May 01, 2023 3:08 pm :idea: PartDesign_AdditiveHelix

Code: Select all

OS: Windows 10 Version 1809
Word size of FreeCAD: 64-bit
Version: 0.21.0.32457 (Git)
Build type: Release
Branch: master
Hash: 85216bd12730bbc4c3cbf8f0bc50416ab1556cbb
Python 3.10.9, Qt 5.15.8, Coin 4.0.0, Vtk 9.1.0, OCC 7.6.3
Locale: French/France (fr_FR)
Installed mods: 
  * fasteners 0.4.55
  * fcgear 1.0.0
  * Manipulator 1.5.0
  * sheetmetal 0.2.63
感谢!用这个方法更容易做螺旋体。
Post Reply