Search found 3513 matches

by CVH
Sat May 11, 2024 5:53 pm
Forum: QCAD 'Script Add-On & Plug-in challenge' - Work in Progress
Topic: Text along polyline
Replies: 4
Views: 315

Re: Text along polyline

The question was: Why not polylines and splines for TG Splines are mostly continuously but not necessarily, polylines can have hard corners unless all segments are tangentially connected. It are the corners that make it hard to produce a nice and even spread. split the polyline at the insertion poin...
by CVH
Sat May 11, 2024 7:22 am
Forum: QCAD 'Script Add-On & Plug-in challenge' - Work in Progress
Topic: Text along polyline
Replies: 4
Views: 315

Re: Text along polyline

Hi, As discussed earlier, TG is open source. You could base your code mostly on: https://github.com/qcad/qcad/blob/master/scripts/Misc/MiscDraw/TextAlong/TextAlong.js By Robert S. aka riverbuoy. The culprit sits in line 126: this.shape = getClosestSimpleShape(entity, this.pos); A library function th...
by CVH
Fri May 10, 2024 8:58 pm
Forum: QCAD Suggestions and Feedback
Topic: entities along other ones
Replies: 1
Views: 282

Re: entities along other ones

Hi, and welcome to the QCAD forum. No, you are right. BI inserts Block References with the given angle in the Option Toolbar, there is no align option. Adding an auxiliary orthogonal line and re-orient the block after placement is a work around. Paste along Entity ( PE ) aligns the copied items but ...
by CVH
Thu May 09, 2024 7:41 am
Forum: Chat
Topic: [solved] Inserting Excel sheet or selected cells via paste
Replies: 4
Views: 5542

Re: [solved] Inserting Excel sheet or selected cells via paste

Just to add a simple hint, on how to import a formatted text xls table into Qcad. ... Giuliano, Thanks for sharing this. :) Works fairly good on Win using MS Excel too. :wink: Draw-backs: - I could not export a limited part of a sheet, I copied only the required section to a new sheet. - It is alwa...
by CVH
Wed May 08, 2024 5:03 pm
Forum: QCAD/CAM
Topic: dwgnest list of layer order
Replies: 3
Views: 501

Re: dwgnest list of layer order

Hi, They are not '100 layers to place', they are entities that lives on 100 layers to place. By definition not limited to one part on each layer and each part not limited to one contour. By definition not limited to loose entities that form closed contours. Those left outside are placed in another n...
by CVH
Wed May 08, 2024 1:15 pm
Forum: QCAD/CAM
Topic: dwgnest list of layer order
Replies: 3
Views: 501

Re: dwgnest list of layer order

Hi, I can't even verify ' However, the layers inside bandeja appear as follows: 35, 40, 41, ... 45, 32, 53 ' In the attached dxf file: - Entities of Pieza7_36 are placed top left on the sheet. - Entities of Pieza7_38 are placed bottom right. - Pieza7_35 is at the left, the third one down. - 12 out o...
by CVH
Wed May 08, 2024 9:23 am
Forum: QCAD Programming, Script Programming and Contributing
Topic: Drop down list for Cusom Properties
Replies: 4
Views: 622

Re: Drop down list for Cusom Properties

Ikua, The problem is essentially the scope. Is that part of a custom Addon script ... ... Or do you want to limit the input in the standard QCAD GUI 'Add Custom Property' dialog ... ... Or do you want the input in the Property Editor fields to be limited? The second one is basically changing the def...
by CVH
Wed May 08, 2024 3:38 am
Forum: QCAD 'How Do I' Questions
Topic: Revit Files RVT
Replies: 1
Views: 440

Re: Revit Files RVT

Hi, Supported file formats can be found under QCAD features: https://www.ribbonsoft.com/en/documentation/features A search on RVT returned: ' RVT file extension is a project file used by Autodesk's Revit BIM (Building Information Modeling) program. Inside an RVT file is all the architectural details...
by CVH
Mon May 06, 2024 3:55 pm
Forum: QCAD Troubleshooting and Problems
Topic: Editing Blocks with a similar name
Replies: 3
Views: 490

Re: Editing Blocks with a similar name

Whenever I try to edit either of the blocks it automatically edits the other block that is not open!! That is not a two way process, Blocks may not be recursive. - If A includes a copy of B then editing B will influence A but editing A will not influence B. - When choosing to edit A it can't really...
by CVH
Mon May 06, 2024 3:39 pm
Forum: QCAD Programming, Script Programming and Contributing
Topic: Drop down list for Cusom Properties
Replies: 4
Views: 622

Re: Drop down list for Cusom Properties

Hi, The custom fields in the Property Editor are not able to have drop-downs as is. It is probably not easy or about impossible to influence the Property Editor fields mainly because they are generated dynamically. A dialog is presented on creating a new Custom Property with the GUI. One would be ab...
by CVH
Mon May 06, 2024 2:37 pm
Forum: QCAD 'How Do I' Questions
Topic: Truncated Menus
Replies: 4
Views: 378

Re: Truncated Menus

GrowMate wrote:
Mon May 06, 2024 12:46 pm
I was not formerly able to widen the Property Editor by dragging its left margin to the left.
When stacked the widen control would pop up a bit more to the left.
You are actually modifying the invisible border of the Widget that holds the stacked Widgets. :wink:

Regards,
CVH
by CVH
Mon May 06, 2024 1:44 pm
Forum: QCAD Troubleshooting and Problems
Topic: Editing Blocks with a similar name
Replies: 3
Views: 490

Re: Editing Blocks with a similar name

Hi, Block ' side sole bar outside view ' consist of 2 entities. - A Line (At the center) - A Block Reference referring to ' side sole bar inside view ' And then it is obvious that when you change the latter (inside) it is also updated for its usage in the first (outside). Solution: Edit Block ' side...
by CVH
Mon May 06, 2024 5:06 am
Forum: QCAD 'How Do I' Questions
Topic: Truncated Menus
Replies: 4
Views: 378

Re: Truncated Menus

Is there an "in-program" solution to this? I would rather not have to set the screen resolution to a lower setting if that can be avoided! A lower screen resolution would have an adverse effect. :wink: It is all a bit relative ... For example, your resolution is superior to mine: 2000x3000 260 ppi ...
by CVH
Thu May 02, 2024 11:38 am
Forum: QCAD/CAM
Topic: Voreinstellungen CAM Profilwerkzeugweg
Replies: 5
Views: 746

Re: Voreinstellungen CAM Profilwerkzeugweg

Sie können Ihren spezifischen Postprozessor hier in diesem Unterforum teilen. Möglicherweise sind einige Informationen/Erklärungen erforderlich. Auf Englisch wäre schön. :wink: https://www.qcad.org/rsforum/viewforum.php?f=74 Hängen Sie die JS-Datei einfach an einen bestimmten Beitrag an. https://www...
by CVH
Thu May 02, 2024 6:12 am
Forum: QCAD/CAM
Topic: Voreinstellungen CAM Profilwerkzeugweg
Replies: 5
Views: 746

Re: Voreinstellungen CAM Profilwerkzeugweg

Leider für die ComboBox nicht, da fehlt wohl auch noch eine Lösung. Es scheint, dass CAM.js diese immer noch außer Kraft setzt. Das ist nichts, was wir reparieren können ... Weiter zu Andrew. Wir könnten jedoch einen Fehlerbericht einreichen: https://www.ribbonsoft.com/bugtracker/ Wenn Sie Code zu ...

Go to advanced search