Remove all dimension entities

Hello,
I would like to remove all arrows with dimension from my DWG (bottom).

See DWG file and a screenshot below. Do you have any idea how to do this with command line ? Which option ?

If anyone has the answer I would be thankful

Debian 10
QCAD version 3.22.1
ANGLET Ensemble des niveaux RDC à R+7.dwg (1.79 MB)

from the menu Edit>Drawing Preferences click on Dimension Settings in the dialog box, then set the Arrow size field to 0, click on Apply

Hello,
Thanks but I would like to remove the dimension (line, arrow, value). I try to set all value to 0 but the line are always visible

Just to be clear: are you looking for a way to remove (delete) all dimension entities from the drawing?

Yes

Yes

View > Selection Filter
Choose “Dimension” as type and click the button at the bottom left to select all dimension entities:


Then hit the Delete key or choose Edit > Delete.

@louis

Please note that QCAD is a 2D program. Your drawing has Z values all over the place. I assume it is converted from a 3D drawing.
I recommend to clean the drawing from all Z-values before you put more work in it with QCAD.

Ok thanks, so I think it’s impossible to do that with command line ? Or to keep all layer expect layer with name X or Y ?

I’m sorry I’m a developper I don’t have any skills with this software, be understanding with my strange question

Not out of the box. Using the QCAD script interface, you would have to create a command line tool that does that.

See also:

Ok thanks for your answers !

Has this question relevance with removing all dimensions (167 on rdc-cotation).

Then I would:
Freeze layer ‘rdc-cotation’
or
Delete layer ‘rdc-cotation’

Regards,
CVH

Yes I see but I need to used command line



For one single file?
CVH