Search found 3 matches

by MuhammadSulaiman
16 Jul 2020, 15:23
Forum: CADEditorX
Topic: Delete Entity by its handle
Replies: 1
Views: 16034

Delete Entity by its handle

Hello, After opening a DXF, I have an entity of certain type with handle="$25", I want to delete that entity.. I use the following syntax: <?xml version="1.0" encoding="utf-8"?> <cadsofttools version="2"> <select Handle="$25" Marker="True"/> <delete/> </cadsofttools> But it says "Object with handle ...
by MuhammadSulaiman
16 Jul 2020, 14:27
Forum: CAD .NET
Topic: convert text entities to lines and arcs
Replies: 11
Views: 44173

Re: convert text entities to lines and arcs

Hello,

As this might be an old thread, is there any update or a new feature to help converting text entity into a polyline? whether the text is imported from DXF or created using CADEditorX editor.

Best.
by MuhammadSulaiman
16 Jul 2020, 13:32
Forum: CADEditorX
Topic: Prevent User from editing some entities
Replies: 1
Views: 4403

Prevent User from editing some entities

Hello,

I want to draw some entities and prevent the user from changing them, Is there any way to give CADEditorX the handle of the entity and make it unchangeable?

Best regards.