Search found 5197 matches

by vocx
Fri Oct 19, 2018 7:33 am
Forum: TechDraw
Topic: [Bug?] A Part is not shown by an Arch Section view
Replies: 8
Views: 1882

[Bug?] A Part is not shown by an Arch Section view

The Arch Workbench is used to define an Arch_SectionPlane to cut through architectural elements, Walls , Doors , etc., and other solid objects. TechDraw is able to show these sections using ArchViews ( TechDraw_NewArch ). However, if the original document has a PartDesign_Body inside a Std_Part , th...
by vocx
Fri Oct 19, 2018 3:48 am
Forum: Help on using FreeCAD
Topic: [Error, SOLVED] Origin "Origin" doesn't contain feature with role "XY_Plane"
Replies: 17
Views: 5225

[Error, SOLVED] Origin "Origin" doesn't contain feature with role "XY_Plane"

I used to have several error messages like these. They refer to different Bodies ( PartDesign_Body ). Origin "Origin011" doesn't contain feature with role "XY_Plane" Origin "Origin015" doesn't contain feature with role "YZ_Plane" Origin "Origin019" d...
by vocx
Fri Oct 19, 2018 1:20 am
Forum: Draft, Arch & BIM
Topic: [Error, SOLVED] maximum recursion depth exceeded while calling a Python object
Replies: 7
Views: 2618

[Error, SOLVED] maximum recursion depth exceeded while calling a Python object

I used to have this error message when using Draft_Clone s of Arch_Structure s. Traceback (most recent call last): File "/usr/lib/freecad-daily/Mod/Arch/ArchPrecast.py", line 77, in onDocumentRestored _Precast.onDocumentRestored(self,obj) File "/usr/lib/freecad-daily/Mod/Arch/ArchPrec...
by vocx
Fri Oct 19, 2018 12:30 am
Forum: TechDraw
Topic: [Bug, SOLVED] Rotated Annotation doesn't maintain rotated appearance
Replies: 15
Views: 3755

[Bug, SOLVED] Rotated Annotation doesn't maintain rotated appearance

TechDraw_NewAnnotation s have a property called Rotation to set the angle of the baseline of the annotation. The rotation works when initially creating the annotation. However, if the TechDraw Page is closed (cross on the bottom tab or pressing the space bar to hide the Page), the appearance resets...
by vocx
Thu Oct 18, 2018 11:54 pm
Forum: TechDraw
Topic: [Improvement] Selection of sources for the View
Replies: 8
Views: 3015

[Improvement] Selection of sources for the View

In TechDraw you first create a Page, then to create a View from the Model View you either select a Group containing objects, or select the individual objects, and then click TechDraw_NewView . However, selecting a group does not select objects which are inside the main object; for example, if the gr...
by vocx
Thu Oct 18, 2018 11:11 pm
Forum: TechDraw
Topic: [Improvement, partially SOLVED] Pages always display the internal name
Replies: 14
Views: 3431

[Improvement, partially SOLVED] Pages always display the internal name

If I have a document and create several TechDraw pages, they are initially named Page , Page001 , Page002 , etc. However, it makes sense to rename the pages, for example, Page.front_view , Page.isometric , Page.elevations , whatever. Despite the pages being renamed, the tabs that show the names are ...
by vocx
Thu Oct 18, 2018 9:27 pm
Forum: Draft, Arch & BIM
Topic: draft autogroup
Replies: 1
Views: 461

Re: draft autogroup

As far as I can tell it's a feature new in 0.17 that puts new items created inside a group. Instead of creating a bunch of bodies, and later organizing them into groups, you create one group and set it to autogroup new bodies. I think it should be a very useful tool ( Draft_AutoGroup ), but I guess ...