Anuncios

The Autodesk Community Forums has a new look. Read more about what's changed on the Community Announcements board.

Questions About -ATTEDIT Command

Anonymous

Questions About -ATTEDIT Command

Anonymous
No aplicable

Basically, I am trying to add a string of text ("TC") to the end of a block's attribute.

However, when using the -ATTEDIT command, it always puts the string of text at the very beginning.

How can I put the text at the end? Thanks!

0 Me gusta
Responder
278 Vistas
3 Respuestas
Respuestas (3)

pendean
Community Legend
Community Legend
Are you able to share screenshots of your workflow and a DWG sample?

0 Me gusta

Anonymous
No aplicable

Here's the dwg I'm working in. 

Essentially, I want to add "TC" to the end of every block's "ZC" attribute. 

0 Me gusta

cadffm
Consultant
Consultant

1. It isn't possible

You can overwrite the old values by a new one, or replace one value by another, but there is no suffix or prefix function.

 

2. In your case it seems to make sense to use FIELD, becase the attribut value is (SHOULD?) every time the insert postion z-value! or?

 

Note: Your current attributes are not fits to the current blockdefinition, you will lost all data

if someone start a ATTSYNC command in this file.

Inserts are with attributs PN,PD and ZC

attributdefinition are POINT,DESK and ELEV

 

Copy your file for a test:

Rename the attdef POINT&DESK back to PN&PD and edit the Value of ELEV:

Add the field for Blockplaceholde Insert Postion Z-Value, following by the string " TC".

Use ATTSYNC..

 

If the result is welcome, you really want to have other tags, you can rename the attributdefinition with battman and the SYNC option then.

Sebastian

0 Me gusta