QCAD Bugtracker

QCAD - 2D CAD System.

Click here for a documentation of the DokuWiki formatting syntax that can be used in reports

Please search for existing tasks (also closed ones) before opening a new task.

Please make sure that you are using the latest Version of QCAD before posting a bug (menu Help > Check for Updates)

IDCategoryTask TypeSeverity  descSummaryStatusProgress
 1864 QCAD (main)Bug ReportLow File > Print Current View: multiple pages printed Closed
100%
Task Description

Case: My last “Print preview” setting was “Multiple Pages” = 4
QCAD will remember this setting until I change it.

If I then - maybe days later - start a “Print current view” out of my drawing then QCAD will show me the current view on ONE page. Exactly what I expected. If I start the print QCAD will print on FOUR pages regarding to the last “Print preview” setting. Not what I was looking for .... :-(

Now knowing what will happen I launch “Print current view”, see my current view on ONE page, launch the “Drawing preferences”, see that FOUR is the number for pages, doesn’t change anything and cancel the dialog. NOW I can see that FOUR pages are used for the current view print.

That is confusing and it would be nice to have somehow more control over this behavior. ;-)

 1865 QCAD (main)Bug ReportLow Scaling polyline with width by negative factor removes  ...Closed
100%
Task Description
  1. Create polyline with global width (e.g. 10)
  2. Scale polyline by factors X=-1, Y=1
  3. Polyline loses width
 1866 QCAD (main)Bug ReportLow DXF: EXTMIN/EXTMAX interchanged Closed
100%
Task Description

In the attached drawing, the origin is at the lower left, but $EXTMAX 10 = 0, 20 = .66473 and $EXTMIN = 10 = 3.2, 20 = 0

The X value for $EXTMAX should be 3.2
The X value for #EXTMIN should be 0

the following is an excerpt from the file
$EXTMIN
10
3.2
20
0.664730029289
30
0.0

9

$EXTMAX
10
0.0
20
0.0
30
0.0

 1867 QCAD (main)Bug ReportLow Can you provided a worked example for scripting (I can' ...Closed
100%
Task Description

Please can you provided a worked example for scripting (I can’t find anything similar in the Help/Book)?

I have a 2D drawing that has a segmented circle that is divided into 12/16/20 segments etc.

I want to show this in a side 2D view e.g. there are 6/8/10 segments visible to fill in a rectangle.

I can manually calculate the distance to draw vertical “fill” lines by calculating the angle of the end of each segment. With the option to rotate the position of the lines by half/third of a segment.

A simple example with only 2 segments visible, it’s 0, 50% and 100%.
With 4 segments, it’s tan(22.5), tan(45), -tan(45) and 90 degrees that’s approximately 41%, 50%, 59% and 100%.

So the task, is to receive the coordinates of the area e.g. a rectangle, divide the rectangle into unequal smaller rectangles.

I imagine that a 3D program can do this, but I want to do something similar. Perhaps this is more easily applied - I’m new to CAD and QCAD.

 1869 QCAD (main)Bug ReportLow QCAD Community startup failure on Linux/Qt 5.10.1 Closed
100%
Task Description

QCAD Community, built from Git HEAD (bf30371), Linux (Ubuntu 18.04 x64), Qt 5.10.1, fresh build on a completely clean, new checkout.

Warning:  QApplication: invalid style override passed, ignoring it.
17:00:05: Debug:    RDxfPlugin::init
17:00:05: Debug:    RScriptsPlugin::init
Warning:  Cannot load translation: "qtbase_en"
Warning:  Cannot load translation: "qt_en"
Warning:  Cannot load translation: "assistant_en"
Warning:  Cannot load translation: "qt_help_en"
Warning:  Qt WebEngine seems to be initialized from a plugin. Please set Qt::AA_ShareOpenGLContexts using QCoreApplication::setAttribute before constructing QGuiApplication.
Warning:  action not found: "Scheme"
Warning:  RScriptHandlerEcma::eval: script engine exception:  "TypeError: Result of expression 'global[defaultActionClass].init' [undefined] is not a function."
Warning:  "<anonymous>() at /home/ice/w/qcad/qcad/scripts/File/OpenFile/../NewFile/NewFile.js:522\n<anonymous>(documentInterface = RDocumentInterface(0x55651e9299c0)) at /home/ice/w/qcad/qcad/scripts/File/OpenFile/../NewFile/NewFile.js:472\n<anonymous>() at /home/ice/w/qcad/qcad/scripts/File/OpenFile/../NewFile/NewFile.js:251\n<anonymous>() at /home/ice/w/qcad/qcad/scripts/File/OpenFile/../NewFile/NewFile.js:109\n<eval>() at 1\nslotTrigger() at -1\nopenFiles(args = , createNew = true) at scripts/autostart.js:209\nmain() at scripts/autostart.js:794\n<global>() at scripts/autostart.js:832"
Warning:  RScriptHandlerEcma::eval: script engine exception:  "TypeError: Result of expression 'global[defaultActionClass].init' [undefined] is not a function."
Warning:  "<anonymous>() at /home/ice/w/qcad/qcad/scripts/File/OpenFile/../NewFile/NewFile.js:522\n<anonymous>(documentInterface = RDocumentInterface(0x55651e9299c0)) at /home/ice/w/qcad/qcad/scripts/File/OpenFile/../NewFile/NewFile.js:472\n<anonymous>() at /home/ice/w/qcad/qcad/scripts/File/OpenFile/../NewFile/NewFile.js:251\n<anonymous>() at /home/ice/w/qcad/qcad/scripts/File/OpenFile/../NewFile/NewFile.js:109\n<eval>() at 1\nslotTrigger() at -1\nopenFiles(args = , createNew = true) at scripts/autostart.js:209\nmain() at scripts/autostart.js:794\n<global>() at scripts/autostart.js:832"
Warning:  At least one uncaught exception:
Warning:  "<anonymous>() at /home/ice/w/qcad/qcad/scripts/File/OpenFile/../NewFile/NewFile.js:522\n<anonymous>(documentInterface = RDocumentInterface(0x55651e9299c0)) at /home/ice/w/qcad/qcad/scripts/File/OpenFile/../NewFile/NewFile.js:472\n<anonymous>() at /home/ice/w/qcad/qcad/scripts/File/OpenFile/../NewFile/NewFile.js:251\n<anonymous>() at /home/ice/w/qcad/qcad/scripts/File/OpenFile/../NewFile/NewFile.js:109\n<eval>() at 1\nslotTrigger() at -1\nopenFiles(args = , createNew = true) at scripts/autostart.js:209\nmain() at scripts/autostart.js:794\n<global>() at scripts/autostart.js:832"
17:00:07: Debug:    "<global>() at 522"

My best guess is this was introduced sometime during last week or thereabouts (i.e. before that, Git HEAD used to work fine).

1870QCAD (main)Feature RequestLow Stretch tool / option to turn selection restriction on...Assigned
0%
Task Description

Hi,

since 3.19.2 the Stretch tool looks for any selection and follows the specification “Only stretch selected entities if there is a selection”.

That is a nice feature but it leads many times to confusing because I have to deselect a selection just because I need to use the stretch tool on something else on the fly. The same if I “forgot” a selection outside of my zoom which is still important for me. The stretch tool just won’t work without any message why not. My routine now is that I terminate every selection just before I use the stretch tool just not to be surprised by “why isn’t it working”?

It would be nice to have in the Stretch option bar a checkbox to turn the “only selection feature” on or off. QCAD should remember that setting.

 1871 QCAD (main)Bug ReportLow View > Block List: Renaming current block does not upda ...Closed
100%
Task Description

Scenario:

launch BE / Edit contents of selected block,
Pencil symbol shows that this block is now in edit mode,
launch Rename Block / rename it, confirm with ok, dialog closes,
renaming doesn’t works, pencil symbol is still on that block,
try to launch rename block again - doesn’t work anymore,
return to main drawing,
if I then select this block it will show the new name in the Property editor but not in the block list,
if I try to open this block within the block list again it doesn’t works,
if I open this block within a double-click in my drawing it will open but the pencil isn’t shown.

 1872 QCAD Community EditionSuggestionLow inconsistent color of the active layer icon for dark th ...Closed
100%
Task Description

Hello

So, I think .. that when the dark scheme has been chosen
the eye color for the active layers should be white
(similar to the list of blocks).

Best regards
Jacek

 1873 QCAD (main)Bug ReportLow dark theme / invisible shortcuts in tool tooltips Closed
100%
Task Description

Hello

I noticed that
when the dark scheme has been chosen
the shortcut for any toolbar tool, shown inside tool tooltip
has color similar to the tooltip background
which makes it invisible.

QCAD version 3.22.0.0 (3.22.0) revision 2ba5a26
Checked on Windos, Suse, Archlinux.

Best regards
Jacek

 1874 QCAD (main)Bug ReportLow Crossing selection not working Closed
100%
Task Description

When doing the selection shown in attached image, only horizontal line gets selected.

This only happen in some drawings. When starting a new drawing all selects as expected but when increasing complexity some lines can’t be selected using crossing selection.

If you copy/paste to new file it’s still not working, nor in other computer.

 1875 QCAD (main)Bug ReportLow Add new layer - minor issue Closed
100%
Task Description

Create new drawing.
Add new layer (Layer 1)
Layer 0 still selected (highlighted) but new entities drawn on Layer 1

Very best

 1876 QCAD (main)Bug ReportLow Edit > Convert Drawing Unit: block array spacing Closed
100%
Task Description

Block array column and row spacing not scaled in unit conversion.

1877QCAD/CAMFeature RequestLowPost Processor TutorialAssigned
0%
Task Description

Hallo Andrew,

I am still busy on the never ending G-code story. Doing so I wrote a small Post Processor Tutorial for all those nerds who wants to write their own. If you like it you might add it to QCAD. However, since English is not my native tongue I suggest checking it would be wise.

Meanwhile I have downloaded the source code, and could not find the CAM’s Drill-path-script. I am now using a negative Drill Cut Depth to set a Laser Dwell time, were as a field “Dwell Time (in seconds)” in the Drill-path would be more appropiate. Is this script open source available or is it part of ‘closed part’ of QCAD?

1878QCAD (main)Feature RequestLowSnap > Distances from 2 Points: snap to point with give...Assigned
0%
1 Task Description

See also:
https://www.qcad.org/rsforum/posting.php?mode=reply&f=32&t=6211

 1879 QCAD (main)Bug ReportLow File > PDF Export: print preview unclosable Closed
100%
Task Description

If the print preview is opened automatically using File > PDF Export, the print preview does not open correctly or is unclosable (script exception).

 1880 QCAD (main)Bug ReportLow Line only trims one end when trimmed to circle Closed
100%
Task Description

using the trim (RM) command
the drawing has a circle with a line going through it. I want to trim the line ends to the circle with the remaining lines inside the circle.
select the circle as limiting entity.
command line says Choose entity to trim. click the line on the right side of center, the excess line on the right is properly trimmed.
command line says Choose entity to trim. Click the remaining line inside the circle on the left side of center. nothing happens.

if I exit the trim command and re-enter, now I can trim the left side of the line

 1881 QCAD (main)Bug ReportLow Layers issue resurfaces Closed
100%
Task Description

Layers issue has returned. Add new layer and the new layer, even though active, is not highlighted although the pencil icon shows. And in some cases no layers are highlighted after the new layer is added or the wrong layer is highlighted after adding new layer. 3.22.09

 1882 QCAD (main)Bug ReportLow Found a two bugs in the formation of the text Closed
100%
Task Description

1.
\fGOST Common|b0|i1|c204|p34|;Text - not correctly recognized in Qcad, displays all content (with last “|”, so forms AutoCAD)
\fGOST Common|b0|i1|c204|p34;Text - normally recognized in Qcad

2.
Line spacing (\pxsm1; \pxsm2; \pxsm3; etc.) is not recognized in Qcad:

\pxsm1;{Text\PText}

output as:

xsm1;Text
Text

 1883 QCAD (main)Bug ReportLow File > SVG Export: invalid SVG comments Closed
100%
Task Description

SVG / XML output is invalid if text contains “–“.

See also:
https://www.qcad.org/rsforum/viewtopic.php?f=33&t=6254

 1884 QCAD (main)Bug ReportLow File > Bitmap Export: margins despite zero margin setti ...Closed
100%
Task Description

A margin of 0px can still lead to a margin if width is much larger than height or vice versa.

See also:
https://qcad.org/rsforum/viewtopic.php?f=33&t=6257

 1885 QCAD (main)Bug ReportLow Modify > Edit Text: Text dialog messes up formatting of ...Closed
100%
Task Description

See also:
https://www.qcad.org/rsforum/viewtopic.php?f=33&t=6267

Create text with formatting:

\fArial|b0|i1|c0|p0;R\fArial|b0|i0|c0|p0;\S^2;

i.e. Capital, italic R with subscript 2 (not italic).

Edit text.

Formatting changed to (invalid):

\fArial|b0|i1|c0|p0;R\S^\fArial|b0|i0|c0|p0;2;
1886QCAD (main)Feature RequestLowSupport advanced tolerance settings for dimensionsAssigned
0%
2 Task Description

Add support for
- tolerance display (dimtol)
- upper limit (dimtp)
- lower limit (dimtm)
- tolerance precision (dimtdec)
- tolerance text size factor (dimtfac)
- tolerance suppress zeros, etc.

See also:
https://www.qcad.org/rsforum/viewtopic.php?f=33&t=6269

1887dwg2bmpFeature RequestLowAdd "-max-lineweight" option for dwg2bmpAssigned
0%
2 Task Description

Hi there,

A friendly request to add the option to set a maximum lineweight for raster conversions via dwg2bmp.

Depending on the LW configuration of the CAD file, rasterization operations sometimes yield terrible results (see attachment). This would also mirror the similar “-min-lineweight” options available on “dwg2svg” and “dwg2pdf” (although not on “dwg2bmp”).

See also: https://qcad.org/rsforum/viewtopic.php?f=32&t=6298

Thanks!

1888dwg2bmpFeature RequestLowAdd support to disable hatch rendering on "dwg2bmp"Assigned
0%
1 Task Description

Hi!

A friendly request to add an option to disable hatch rendering on “dwg2bmp” conversions.

Depending on the nature of the conversion and the density of the hatch, this may render unintelligible images (see attachments). The option could look like “-t, -nohatch” to indicate hatches should be hidden before rendering. This could potentially become an option too for “dwg2svg” or “dwg2pdf.”

Amazing product, thank you so much!

 1889 DocumentationBug ReportLow Autosave fails for QCAD original cxf font location Closed
100%
Task Description

Now I try the third time to post this .... :-( .... deleted by “wrong token”???????
However ...

Regarding to the online tutorial:

quote:
Opening a CXF Font for Editing

To load an existing CXF font file in QCAD to view and edit its glyphs, simply use the menu File > Open and choose the format filter “CXF Font Files (*.cxf)”. Then choose the font file you want to open. The fonts that come with QCAD are stored in directory “fonts” of your QCAD installation.

quote end

Editing the cxf font in the original QCAD font folder will lead to a error message triggered by the Autosave function:

File access error: “C:/Program Files/qcad-3.22.1-pro-win64/fonts\~~Husky_test_font.dxf”. Access is denied.
[15:34:58] Autosave failed: C:\Program Files\qcad-3.22.1-pro-win64\fonts\~Husky_test_font.dxf

Note: Windows will not save anything in a system folder and the process is terminated by windows.

Solution: Move the cxf font for editing from the QCAD folder to a unprotected folder like Documents/drawings.
After editing is done move it back to the QCAD font folder.

1890QCAD (main)Feature RequestLowPossibility to address an QCAD extern font folderAssigned
0%
Task Description

Like the Library Browser it would be nice to be able to define a extern font source folder. Especially now after we are able to create our own cxf fonts with QCAD. :-)

The reason is the same why we have it already for the library - without it we have to copy our individual fonts manually every time after a QCAD update to use them uninterrupted for existing and new drawings.

 1891 QCAD (main)Bug ReportLow File > Import: import fails Closed
100%
2 Task Description

I’m not able to import any dxf or dwg.

 1892 QCAD (main)Bug ReportLow weird/inconsistent text-alignment Closed
100%
Task Description

I guess I’ve discovered a bug:

Text elements align the same no matter if “base” or “bottom” alignment is chosen. The text is “shifting” (in both cases) when the characteristic “contains glyphs that cross the base line” is changed. Same shifting also occurs with text aligned “top” with having no glyphs reaching the top-line.
I assume this isn’t the intended behaviour ...

For demonstration I attached a file where I’ve put lines (to align with) and three sample texts “as” (only “center”-glyphs), “aps” (glyph crossing base-line) and “this” (glyphs reaching top-line), each aligned with all vertical alignment-options (1-top, 2-midlle , 3-base , 4-bottom).

Hope fixing this dosen’t take too much effort.
Regards,
Volker

 1893 QCAD (main)Bug ReportLow Translations not loaded during first start Closed
100%
Task Description

See also:
https://qcad.org/rsforum/viewtopic.php?p=23723

 1894 QCAD (main)Bug ReportLow File > Bitmap Export: points rendered too big Closed
100%
Task Description

See also:
https://www.qcad.org/rsforum/viewtopic.php?f=33&t=6327

The problem is related to PDSIZE being set to 0 which means “5% of drawing area height”.

1895QCAD (main)Feature RequestLowAdd support for block transformation matricesAssigned
0%
Task Description

Support transformations by transformation matrix for block references.

See also:
https://www.qcad.org/rsforum/posting.php?mode=reply&f=33&t=6333

 1896 QCAD (main)Bug ReportLow File > Open: Import fails for some files with layer sta ...Closed
100%
Task Description

Layer states in DXF/DWG files may contain NULL layers (likely deleted layers). Import fails in these cases.

 1898 QCAD (main)Bug ReportLow Lines are broken when saved in layers. Closed
100%
Task Description

QCAD community edition.

I use this program to generate CAM data. Whenever I save a the same text in different layers - one of the layers saved has broken lines. I have to spend hours extending and trimming each segment to reattach them.

Duplicate problem:

New file
Add some text
Explode into lines
Add layer
Add same text to same location on new layer
Explode into lines
Save file

1901QCAD/CAMFeature RequestLowCAM Traverse ToolpathAssigned
0%
Task Description

Hallo Andrew,

Still busy on the never ending G-code story. Urgently needed the very common Traverse Toolpath.

Example added as pdf.

Greetings

1902QCAD/CAMFeature RequestLowCAM G-Block ToolpathAssigned
0%
Task Description

Hallo Andrew,

Still busy on the never ending G-code story. Urgently needed the very handy G-code Block Toolpath. This ‘toolpath’ also solves a lot of “editing requests”.

1903QCAD (main)Feature RequestLowSaving layer settings, e.g. visibility status, associat...Assigned
0%
1 Task Description

In a medium complex drawing it may be too much details to have all layers in a drawing visible at once.

Instead a number of views would be created that saves not only zoom level and position but also what layers are visible and not (as appropriate for the purpose of that particular view). This is very cumbersome (to the extent it is not really realistic) to achieve today and requires a lot of duplication of both model and layers.

The advantage of adding this is the ability to have only one model (with multiple views) and avoid duplication of work and the risk of inconsistency inherent with many copies of the model.

As a further (and natural extension to this) would be the ability to used this functionality with view-ports to be able to create (possibly many) paper-spaces from a single model. This would however require view-ports to be aware of what view they are a window into. A single change in the model would then propagate to all defined view-ports and paper-spaces.

 1906 QCAD (main)Bug ReportLow Draw > Polyline > Polyline from Segments: Converting fu ...Closed
100%
Task Description

Win7/32bit
QCADpro 3.22.1.0

Full 360 degrees Arcs don’t convert correct to polylines with the methods OG and OC.
Both methods create a zero-length open type Polyline and remove the full Arc.
OG creates a Poly with 2 vertexes at the startpoint (= endpoint) and OC one with 0 (zero!) vertexes.
The firts one is selectable, the second one only with ‘Select All’//TA because there are no references.

The OL method with the same start and endpoint doens’t affect the full arc.
Neither a poly is created nor an error is generated that the method failed.

Typical the bulge of the OG method is (-)16331239353195370, the OC method has no references.
The math to calculate the bulge should result in a division by zero or an illegal function as tan(π/2).
Therefore a polyline can’t contain a 360 degrees arc by standard means.

From the OC method is known that it simplify coradial arc strings to a single arc.
This should not result in 360 degrees arcs what would result in zero-length segments.
(With CAM fuzzy things may happen at such positions)

Simplifying coradial arcs strings that would create a 360 degrees arc should result in no less then two coradial Arcs.
The OG method will then creates a open Poly with 3 vertexes, OC a closed one with 2 vertexes.

Found while fiddling around with editing CXF fonts.
CXF uses full Arcs, two half arcs and even polylines with coradial segments that forms circles are supported,
the OC closed polyline with 2 vertexes is recoded as two 180 degree Arcs (90-270&270-90).

Regards
CVH

 1907 QCAD/CAMBug ReportLow having issues importing and opening dxf files  Closed
100%
Task Description

can not import dxf files

 1908 dwg2maptilesBug ReportLow dwg2maptiles: Transparent background not cleared Closed
100%
Task Description

See also:
https://www.qcad.org/rsforum/viewtopic.php?f=32&t=6389

 1909 QCAD (main)Bug ReportLow Blocks invisible when loading disappear when made visib ...Closed
100%
Task Description

See also:
https://www.qcad.org/rsforum/viewtopic.php?f=74&t=6377

Regression caused by fix to  FS#1899 .

 1910 QCAD (main)SuggestionLow Please take a look at 1898 again Closed
100%
Task Description

Please take a look at 1898 again. There is a problem.

1911QCAD/CAMFeature RequestLowDrill ToolpathAssigned
0%
Task Description

Hallo Andrew

It would be more than conveniant, defining the drilling locations of the drill toolpath, by selecting a circle’s center point.

 1912 QCAD/CAMBug ReportLow Tool Description Error Closed
100%
Task Description

Hallo Andrew,

Testing the drill toolpath I find it hard to select the correct tool by a small bug

1913QCAD/CAMBug ReportLow3D Simulation Behaves oddAssigned
0%
Task Description

Hallo Andrew,

testing the drill toolpath I used single point markers.

In 3D simulation the tool drills the toolpath AND uses the drill as a mill.

Cam Export and generated G-code is not effected.

 1914 QCAD/CAMFeature RequestLow CAM layer On/Off Closed
100%
Task Description

Hallo Andrew

If CAM layer invisible do not 3D Simulate and do not write G-code.

1915QCAD (main)SuggestionLowViewport does not rotate view-port when changed in pape...Assigned
0%
Task Description

To reproduce

1. Select a new view-port in model-space
2. Select the appropriate paper-space
3. When the paper space opens change the angle of the viewport.

Actual

The object in the viewport changes but the viewport itself remains unchanged

Expected

That both the view-port and the object changes angle as the angle is updated

Motivation

If you abort the placement (but keep the angle) and go back to model-space and then redo the operation the view-port is rotated along the angle. It seems that the viewport only picks up the initial angle once the paper-space is open and ignores any changes thereafter

Workaround

1. Select the view-port per normal in model-space
2. Open the paper-space and set the wanted angle but do not place the view-port in paper space
3. Abort the placement on paper-space and redo the whole operation

Once the paper space is opened again the view-port will have the chosen angle

1916QCAD (main)Bug ReportLowMoving an object in an angled viewport with mouse does ...Assigned
0%
Task Description

To reproduce

1. Select a new view-port in model-space
2. Select the appropriate paper-space
3. When the paper space opens change the angle of the viewport to 90 degrees
4. Place view-port in paper space
5. Select the view-port in paper-space by clicking it
6. Try to move the object itself in the view-port (by clicking the “top” dot) to the right by moving the mouse to the right while holding the left mouse-button.

Actual

The object in the viewport moves down vertically NOT to the right

Expected

The object moves to the right

(It seems mouse movement does not compensate for the rotated angle of the viewport)

Workaround

None, except compensate for the angle in your head and moving the mouse the “wrong” way when correcting the placement of objects in the view-port

1917QCAD (main)Feature RequestLowAutomatic labels with static information of the drawingAssigned
0%
Task Description

I would like static information of the drawing (like scale, creation-date, modified-date, revision etc) to be available as automatic labels to be placed in the drawing (with selectable style, font etc)

This would greatly simplify the creatin of title sections in the drawing and making sure it is consistent with the actual drawing and not requiring manual “synchronization”.

 1918 QCAD (main)Bug ReportLow Splines whit control points of order 1 and 4 not select ...Closed
100%
Task Description

Set up a spline with control points let’s say of the order 3.
Clone it 3 times with some offset in x&y.
Edit the degree property and set 1ste to 1, 2nd to 2, aso
Draw select partially from right to left.
Those of the order 1 and 4 aren’t selected.

Regards

 1924 QCAD (main)Bug ReportLow SweepAngle = 0 Closed
100%
Task Description

Win7pro 32bit Wininstaller Qcadpro 3.23.0

Draw an arc.
Select the arc.
In Property Editor:
Set start angle to 135
Set end angle to 135

SweepAngle = */-360

edit the end angle and add “+360”, hit enter

SweepAngle = 0

An arc with zero sweep is a point.
A point is not an arc.
With the same start and end parameter an arc should have a sweep of +/-360.
As for entries by points or by angles.

Regards

Showing tasks 1801 - 1850 of 2561 Page 37 of 52<<First - 35 - 36 - 37 - 38 - 39 - Last >>

Available keyboard shortcuts

Tasklist

Task Details

Task Editing