Search found 6102 matches

by wandererfan
Sat Jun 09, 2018 5:05 pm
Forum: TechDraw
Topic: Dxf Export of Dimension
Replies: 41
Views: 7789

Re: Dxf Export of Dimension

I have made some modification in dxf and now directly opening autocad. Could you please compare two[original & modified dxf files] & insert those changes. Change are in $DWGCODEPAGE[removed], VPORT[some code removed] & DIMSTYLE[added some code]. No Other changes. Please try the attached...
by wandererfan
Thu Jun 07, 2018 12:37 pm
Forum: TechDraw
Topic: Dxf Export of Dimension
Replies: 41
Views: 7789

Re: Dxf Export of Dimension

LibreCAD also doesn't create a block for each dimension. Can you cite the specs talking about this? I think this would create a mess. The Group Code specs The Group Code specs for Dimension Entity contain this line: 2 "Name of the block that contains the entities that make up the dimension pic...
by wandererfan
Tue Jun 05, 2018 11:32 pm
Forum: Help on using FreeCAD
Topic: GCODE export
Replies: 31
Views: 16204

Re: GCODE export

GeneFC wrote: Tue Jun 05, 2018 10:06 pm I still have the GCODE export, and it works correctly.
My mistake. I searched the code for "GCODE", but it is really "GCode".
by wandererfan
Tue Jun 05, 2018 12:40 pm
Forum: Help on using FreeCAD
Topic: GCODE export
Replies: 31
Views: 16204

Re: GCODE export

1) Please consider removing the GCODE option from the export section in File->Export I cannot see any reason for it to be there and it it is the reason I got completely confused. How can you export a file to Gcode if you did not create a toolpath ? So please remove it, otherwise a user may erroneou...
by wandererfan
Tue Jun 05, 2018 11:44 am
Forum: Developers corner
Topic: [SOLVED]Change the color and size of annotation text label?
Replies: 4
Views: 1095

Re: Change the color and size of annotation text label?

I am writing code with C++, I would like to know how to do it with C++ or how to mixed programming with Python. It seems I have to define a property and attach with this label. the properties you want to change are in src/Gui/ViewProviderAnnotation.h. // Display properties App::PropertyColor TextCo...
by wandererfan
Mon Jun 04, 2018 2:02 pm
Forum: Help on using FreeCAD
Topic: Exporting SVG - Dimensions - Namespace prefix error
Replies: 9
Views: 1761

Re: Exporting SVG - Dimensions - Namespace prefix error

leondelpech wrote: Mon Jun 04, 2018 8:24 am I am exporting Dimensions and drawings out of FreeCAD to make my final drawings with more freedom.
Are you using File>Export from the 3D model view, Export Page As Svg from the Drawing module or Export Page as SVG from the TechDraw module?
by wandererfan
Sun Jun 03, 2018 1:42 pm
Forum: TechDraw
Topic: Dxf Export of Dimension
Replies: 41
Views: 7789

Re: Dxf Export of Dimension

Where would that be located in LibreCAD? I have seen no such option. LC doesn't seem to have one. DraftSight and QCAD do. I can't think of a reason to export individual points. I'll make it a preference, off by default. Very nice DXF export by the way, I just tested it! :) (but not with dimensions)...
by wandererfan
Sun Jun 03, 2018 1:30 pm
Forum: TechDraw
Topic: Section view not same scale as Base view
Replies: 3
Views: 1092

Re: Section view not same scale as Base view

When creating a Section, the view is double the size (1:1) of the Base view which is 1:2. In properties, the Section's Scale property is non-editable (BTW, this would be useful, possibility of having an independent scale factor). Section takes the Scale from the Base view, but in this case, the Bas...
by wandererfan
Fri Jun 01, 2018 3:15 pm
Forum: TechDraw
Topic: Dxf Export of Dimension
Replies: 41
Views: 7789

Re: Dxf Export of Dimension

DraftSight and QCAD have options for point display. Tiny dot up to big crosshairs with circle. Does autocad not have similar option?