How to change entity name?

Use this forum to ask questions about how to do things in QCAD.

Moderator: andrew

Forum rules

Always indicate your operating system and QCAD version.

Attach drawing files and screenshots.

Post one question per topic.

Post Reply
CMH
Registered Member
Posts: 2
Joined: Thu Jun 05, 2025 11:06 pm

How to change entity name?

Post by CMH » Thu Jun 05, 2025 11:17 pm

Hello, new QCAD user here. So far so good, but I'm stumped by this one;

How can I change the name of an entity? For example, I create a circle and I see in the Property Editor the circle is named "CIrcle [1]".

I'd like to change it to something more descriptive so that I can easily find it in my CAM software.

I have searched the forum and internet but only find info on changing a block name. Is it even possible to change the name of an entity?

I'm on Mac OS 12.7.6 using QCAD Pro version 3.32.3.0 (3.32.3).

Thank you for any help.
Attachments
Screen Shot 2025-06-05 at 3.13.08 PM.png
Screen Shot 2025-06-05 at 3.13.08 PM.png (141.39 KiB) Viewed 12706 times

CVH
Premier Member
Posts: 4920
Joined: Wed Sep 27, 2017 4:17 pm

Re: How to change entity name?

Post by CVH » Fri Jun 06, 2025 4:48 am

Hi, and welcome to the QCAD forum.

Sorry to say but by default there are no named entities in CAD.
There are however named entity types.

The top field in the Property Editor, a drop down box, lists the entity or entities currently in selection.
Read it as: In selection are ... type = Circle, amount = 1.

With more selected entities that may read 'All [4]' for example.
In the drop down that is then more specific like 'Circle [1]' + 'Line[3]'.


Naming entities can be done as Custom Properties at the bottom of the Property Editor using QCAD Pro.
- Select one to many entities.
- Hit the plus sign.
- In the dialog specify a Key name and a Value, all are textual entries.

You can add as many Custom Properties as you like.
Once added you can still edit the Value field of selected entities afterwards.
Keys and Values can be similar and/or different and unique.
Then the Key designation for an entity can be 'Name'.

Regards,
CVH

CMH
Registered Member
Posts: 2
Joined: Thu Jun 05, 2025 11:06 pm

Re: How to change entity name?

Post by CMH » Fri Jun 06, 2025 6:52 pm

Hello CVH,

Thank you for the prompt reply.

I have experimented with the Custom Properties but am not able to utilize them in my CAM software ( CamBam ).

I do see the Custom Properties in the DXF file ( Name:Test_Circle ) but the entity is still named Circle [1] in CamBam.

Is this a fundamental issue with CAD in general or specific to QCAD? If specific to QCAD I will submit a feature request.

Thanks again,

Craig

CVH
Premier Member
Posts: 4920
Joined: Wed Sep 27, 2017 4:17 pm

Re: How to change entity name?

Post by CVH » Fri Jun 06, 2025 8:16 pm

CMH wrote:
Fri Jun 06, 2025 6:52 pm
I have experimented with the Custom Properties but am not able to utilize them in my CAM software ( CamBam ).
Unsure if those are supported in CamBam.
CMH wrote:
Fri Jun 06, 2025 6:52 pm
I do see the Custom Properties in the DXF file ( Name:Test_Circle ) but the entity is still named Circle [1] in CamBam.
In the CamBam GUI I see that it lists the content of the layers in (2), including a number inside rounded brackets.
In this reference is explained that the number is an ID.
Probably application unique.

This is not a fundamental issue, I think that your interpretation as entity name is faulty.
The ID seems to be unrelated with the unique DXF object handle what is 0x282b in your example.

We know the object ID as a number under QCAD scripting when querying objects from the document.
ID 1 won't match with an ID under QCAD ... The Model_Space Block itself is for example typical ID 5 in an empty drawing.
For a single circle drawn in a new empty drawing I get handle 0x40 and ID 64.

Regards,
CVH

Post Reply

Return to “QCAD 'How Do I' Questions”