Search found 26 matches

by ruchg
Thu Oct 28, 2021 7:06 pm
Forum: Help on using FreeCAD
Topic: TechDraw Cosmetic Vertex does not appear in Tree View
Replies: 1
Views: 569

TechDraw Cosmetic Vertex does not appear in Tree View

I have added a Cosmetic Vertex in my TechDraw page. I would expect the Cosmetic Vertex to appear in the Model Tab Tree View under the Page, (Page001) and View (Front001.) I would like to 'nudge' the Vertex slightly as I did not position it with enough precision. Were it available in the Tree View, I...
by ruchg
Tue Oct 12, 2021 11:59 am
Forum: Help on using FreeCAD
Topic: FreeCAD will not render my Drawing Template the same way as Firefox.
Replies: 5
Views: 1236

Re: FreeCAD will not render my Drawing Template the same way as Firefox.

It took a while, I walked away from all my previous work and started fresh.

I was able get something I could use.

And I did need to drop the xml:space="preserve" lines.

Thanks.
by ruchg
Wed Oct 06, 2021 6:23 pm
Forum: Help on using FreeCAD
Topic: FreeCAD will not render my Drawing Template the same way as Firefox.
Replies: 5
Views: 1236

FreeCAD will not render my Drawing Template the same way as Firefox.

I am trying to create a drawing template using the instructions in https://wiki.freecadweb.org/Drawing_Template_HowTo I get something that looks good in Inkscape and in Firefox, FirefoxTitleBlock.png However when I start using it in TechDraw, it does not render things the same way. FreeCAD_TitleBloc...
by ruchg
Sat Sep 04, 2021 9:48 pm
Forum: Assembly
Topic: Import Part Errors when using A2plus Workbench
Replies: 2
Views: 3045

Import Part Errors when using A2plus Workbench

Start FreeCAD Switch to A2plus Workbench (mine shows V0.4.54b) Create new empty document Press Add a Part from an External file Save current drawing per instructed pop-up Press Add a Part from an External file Navigate to file and select Report View shows a number of errors: Running the Python comma...
by ruchg
Sat Sep 04, 2021 5:46 pm
Forum: Assembly
Topic: DOF button in A2plus workbench is initially incorrect
Replies: 0
Views: 2104

DOF button in A2plus workbench is initially incorrect

Start FreeCAD Switch to A2plus Workbench (mine shows V0.4.54b) Create new empty document Press Add a Part from an External file Save current drawing per instructed pop-up Press Add a Part from an External file Navigate to file and select Once part shown press DOF Label shows Free Documentation state...
by ruchg
Mon Jun 03, 2019 1:48 pm
Forum: Help on using FreeCAD
Topic: Path workbench throws a "No module named pivy" error
Replies: 4
Views: 766

Re: Path workbench throws a "No module named pivy" error

I had to go to https://koji.fedoraproject.org
and search for pivy. Of the 31 matches I had to search for the python2 version.

I downloaded the rpm and installed with dnf and it seems to work.
by ruchg
Sat Jun 01, 2019 1:10 pm
Forum: Help on using FreeCAD
Topic: Path workbench throws a "No module named pivy" error
Replies: 4
Views: 766

Path workbench throws a "No module named pivy" error

Start FreeCAD v0.18 Without opening a file, change from Start workbench to Path workbench Error window pops up Window Title: Workbench Failure Window Text: No module named pivy locate pivy shows /usr/share/doc/python3-pivy/ folder and sub-folders as well as /usr/lib64/python3.7/site-packages/pivy/ F...
by ruchg
Fri May 17, 2019 8:52 pm
Forum: Help on using FreeCAD
Topic: Adding dimension causes 0.18 to seg fault
Replies: 2
Views: 550

Adding dimension causes 0.18 to seg fault

Start FreeCAD by selecting from OS GUI menu Open drawing of a flat octagon. File --> Recent --> base.FCStd Switch to Drawing Dimensioning Workbench Click on Add Linear Dimension Pick first point, pick second point, click third point to place dimension, FreeCAD crashes. Open terminal and type FreeCAD...
by ruchg
Fri Feb 24, 2017 12:55 am
Forum: Python scripting and macros
Topic: Difficulties with the Manual Python example.
Replies: 6
Views: 1860

Re: Difficulties with the Manual Python example.

I'm confused at how fast you've updated the manual.

I've forked the manual from GitHub:
https://github.com/yorikvanhavre/FreeCAD-manual/

I believe there are 11 files waiting on Yorik to pull in.

Regards.
by ruchg
Thu Feb 23, 2017 10:41 am
Forum: Python scripting and macros
Topic: Difficulties with the Manual Python example.
Replies: 6
Views: 1860

Difficulties with the Manual Python example.

Working thru the manual: https://www.freecadweb.org/wiki/Manual:Creating_and_manipulating_geometry Working thru the part to make the pill shape. http://www.freecadweb.org/wiki/images/9/97/Exercise_python_03.jpg Manual says that Once we have a series of Edges, we can now form a Wire, by giving it a l...