Search found 21 matches

by slymn++
Wed Jul 24, 2019 3:45 pm
Forum: QCAD Programming, Script Programming and Contributing
Topic: Script - Runtime Error
Replies: 1
Views: 8460

Script - Runtime Error

Hello I compiled QCAD. My kits: Qt5.5.1 MSVC2013 64bit But When I run qcad, I get error and crashed; Starting D:\QCAD\qcad\debug\qcad.exe... QCAD version 3.23.0.1 ..\lib\uilib\formbuilder.cpp:213, class QWidget *__cdecl QFormInternal::QFormBuilder::createWidget(const class QString &,class QWidget *,...
by slymn++
Tue Jul 23, 2019 2:21 pm
Forum: QCAD 'How Do I' Questions
Topic: Is the point in entity(polyline, rect, triangle)
Replies: 2
Views: 4875

Is the point in entity(polyline, rect, triangle)

Hello

I have point list and closed contour(rectangle, triangle, polyline)
I want to find out which point is in the closed contour
Is there any related function

Best Regards.
by slymn++
Wed Sep 07, 2016 6:16 pm
Forum: QCAD Community Edition
Topic: Change Layer outline in DXF
Replies: 7
Views: 9995

Re: Change Layer outline in DXF

Hi Husky

is it imposibble in QCAD?
by slymn++
Mon Aug 29, 2016 8:12 am
Forum: QCAD Community Edition
Topic: Change Layer outline in DXF
Replies: 7
Views: 9995

Re: Change Layer outline in DXF

Hi Husky

Thanks for reply

I understand. I am a programmer. I have too dxf files.
I want to make automatically.
My software generate this dxf files. After I want to change layer with QCAD
by slymn++
Mon Aug 29, 2016 6:57 am
Forum: QCAD Community Edition
Topic: Change Layer outline in DXF
Replies: 7
Views: 9995

Re: Change Layer outline in DXF

Hi

Thanks for your reply

I attached a sample dxf.

I want to change layer only outside rectangle. For example
in my attached dxf, Layer of outside rectangle is HOLES. But its should be LASER Layer by script
by slymn++
Wed Aug 24, 2016 9:41 pm
Forum: QCAD Community Edition
Topic: Change Layer outline in DXF
Replies: 7
Views: 9995

Change Layer outline in DXF

Hello

I have some dxf files.
I want to find outline and change layer in dxf

How do you make automatically?
by slymn++
Tue Mar 08, 2016 9:36 am
Forum: QCAD Community Edition
Topic: CAM module in OpenSource
Replies: 1
Views: 4648

CAM module in OpenSource

Hi

I compiled QCad3.12.18. I cannot find CAM module.
Is there CAM module in QCAD Community
by slymn++
Fri Feb 19, 2016 4:22 pm
Forum: QCAD Programming, Script Programming and Contributing
Topic: QCAD crashed in SplashScreen
Replies: 5
Views: 7960

Re: QCAD crashed in SplashScreen

Hi Andrew

I changed in customwidgets.pro
I used absolute path

#DESTDIR = ../../plugins/designer
DESTDIR = C:/QCADCAM/QCAD-3.12.18.0/plugins/designer

it makes lib file in path
by slymn++
Fri Feb 19, 2016 4:10 pm
Forum: QCAD Programming, Script Programming and Contributing
Topic: QCAD crashed in SplashScreen
Replies: 5
Views: 7960

Re: QCAD crashed in SplashScreen

Yes I see pro files.
But only changes stemmer.pro and dxf.pro
I removed POST_TARGETDEPS. Because I get errors.


#POST_TARGETDEPS += ../../$$ROUTDIR/$${RLIBPRE}stemmer$${RLIBPOST}
#POST_TARGETDEPS += ../../../$$ROUTDIR/$${RLIBPRE}dxflib$${RLIBPOST}
by slymn++
Fri Feb 19, 2016 3:55 pm
Forum: QCAD Programming, Script Programming and Contributing
Topic: QCAD crashed in SplashScreen
Replies: 5
Views: 7960

Re: QCAD crashed in SplashScreen

I succesfuly compiled. But dont see lib files in path (C:\QCADCAM\QCAD-3.12.18.0\plugins\designer)
How Can I do it.
by slymn++
Fri Feb 19, 2016 3:24 pm
Forum: QCAD Programming, Script Programming and Contributing
Topic: QCAD crashed in SplashScreen
Replies: 5
Views: 7960

QCAD crashed in SplashScreen

Hi all I compiled qcad-3.12.18 with qt5.5.0 When I run , qcad crashed in spashscrenn(%71...)) Qt application output; Starting C:\QCADCAM\QCAD-3.12.18.0\release\qcad.exe... QCAD version 3.12.8 16:18:59: Debug: TIMER: 150000000 ns ( 150 ms ) - "loading add-ons" Warning: "QFormBuilder was unable to cre...
by slymn++
Fri Feb 19, 2016 12:17 pm
Forum: QCAD Programming, Script Programming and Contributing
Topic: Different verions DXF import
Replies: 1
Views: 4635

Different verions DXF import

Hi all

I compiled QCAD3.127.0.
When I open R12 dxf, I get a warning.
"Cannot open file .....dxf imported file.

is the QCAD community supported different versions dxf?
by slymn++
Thu Feb 18, 2016 4:49 pm
Forum: QCAD Programming, Script Programming and Contributing
Topic: Qt Build with VS2013
Replies: 9
Views: 14451

Re: Qt Build with VS2013

Compiled release mode. it works :)
by slymn++
Thu Feb 18, 2016 4:31 pm
Forum: QCAD Programming, Script Programming and Contributing
Topic: Qt Build with VS2013
Replies: 9
Views: 14451

Re: Qt Build with VS2013

Hi Andrew

I downloaded Qt5.5.0 then compiled.
I get "depended" error, then I removed POST_TARGETDEPS in dxf.pro, and stemmer.pro
then succesfully compiled, created qcad.exe in debug file. But qcad crashed in splash screen(%70)

Go to advanced search