ABuckingham 发表于 2022-7-8 11:58:43

Xref - copy a single element?

It's a pretty simple issue, I have a drawing with an xref in it but I need to edit the text height of some of the notation without changing the original xref. If I bind the xref, all the text I need to edit disappears. Any thoughts?

uddfl 发表于 2022-7-8 12:08:53

You have checked that it's not because the text layer is turned off/frozen, right?

ABuckingham 发表于 2022-7-8 12:20:15

 
It's visible until I do the bind, then it disappears. Unless layers freeze/turn off during a bind I can safely exclude that possibility.

e.mounir 发表于 2022-7-8 12:26:54

You can used annotation text and dimension with deferent text height
In this case you can unexploded the xref

Mike Shilton 发表于 2022-7-8 12:39:39

If you use Bind then select the option Bind it keeps the prefix to the xref so will not change properties. If you use Bind then Insert, AutoCAD will strip out the prefix to the layer name so if a layer of the same name exists in the drawing it will adopt that state.
 
If you are using full AutoCAD (not LT) try using the NCOPY command. This allows you to copy any object from an xref into the current drawing. You can then switch off the text in the xref and edit the copy of the text independently in the current drawing.

Tiger 发表于 2022-7-8 12:48:29

I would remove the Xref alltoghet, purge the xrefs definition and then import it as a block.

Mike Shilton 发表于 2022-7-8 12:58:15

If you insert it as a block and the layer in the block has the same name as the layer in the main drawing, it will take on the properties of the main drawing, i.e. if the text layer on both drawings has the same name (text) and is off in the main drawing, on insert the text will be turned off as the text layer is turned off. This is what Bind>Insert does in a roundabout way.

ABuckingham 发表于 2022-7-8 13:00:50

 
Ok this sounds ideal, I'll give it a shot. I'd love to just insert this drawing, or even just make a copy and work with it directly however the client has requested we use it as an xref.
页: [1]
查看完整版本: Xref - copy a single element?