Search the Community
Showing results for tags 'edit'.
-
MTEXT Rotates while I edit
MillerMG posted a topic in AutoCAD 2D Drafting, Object Properties & Interface
I have searched all over for the answer to this but with no success. When I am in my VP and double-click the MTEXT it stays horizontal. Then when I type any letter or spacebar it rotates to East. My VP is rotated with North pointing NW. I have tried MTEXTFIXED I have tried MTEXTFIXED . When I try to... -
I found valuable lisp for auto creation block. I want to improve this lisp to following requirement * block selected object individually, not in one block thanks AUTO-BLOCK.LSP
-
Yesterday by AutoCAD crashed and since then I have been experiencing a number of issues with all of my existing dwg files and any new files I create. The prob is that I am unable to select items (objects/text/lines) before I select the commands. For instance I am unable to select a line and then...
-
Edit LISP to rename blocks.. Thanks in advance.
tmelancon posted a topic in AutoLISP, Visual LISP & DCL
First off KUDOS to Tharwat for this brilliant LISP. Can someone edit so its doesnt prompt user for Suffix.. I want the suffix to be -NEW all the time. Also for the block selection I would just like for the lisp to select all everytime. Will be running this on a folder of specific individual blocks.... -
How to get Attribute information for multiple blocks
JJtre posted a topic in AutoLISP, Visual LISP & DCL
I have been working on a lisp program that will change one or multiple attributes on one or more blocks. I would however like to be able to add the current attribute values to the .dcl program, however I cannot manage to get attribute values for more than one block at a time. For example if you had...- 15 replies
-
I have some dynamic blocks in an old file. I am trying to use the same blocks in another file with some modifications. But when i try to edit it in block, it still remains the same. Can anybody guide how this is possible or what command I should instead of Bedit?
- 8 replies
-
- edit
- block editor
-
(and 3 more)
Tagged with:
-
Questions about Reference Edit Objects
dal-designs posted a topic in AutoCAD Drawing Management & Output
I apologize if there's already a thread about this topic; if so, a search did not locate it. Anyway, this involves Reference Edit. Today I received an AutoCAD 2000 set of house plans from another designer that was nothing but blocks: text, hatch patterns, dimensions, linework- it all consist of... -
Hi there, So my job would like me to create a usable library of products to make things easier. We make custom cabinetry, but there are many more standard sizes that may be useful. I'm vaguely familiar with creating blocks and saving, but I'm trying to find out if there is a good way to go about ma...
- 5 replies
-
- edit blocks
- edit
-
(and 3 more)
Tagged with:
-
PLEASE help with hatch edit!
ColinPearson posted a topic in AutoCAD 2D Drafting, Object Properties & Interface
Hi all - I don't know what happened, but I was CADDing along and now when I double click a hatch, it invokes what I think is the Quick Properties, not the Hatch Edit command. I can still type the Alias "he" and get to it, but I'm used to double clicking and don't see what change. I looked in... -
Hello there! I'm really new to AutoCAD and I'm basically trying to learn it by drawing simple things. My question is this: how do I change the angle that is between two meeting lines?
-
I have some (single box)tables in my drawings that are referencing measurements on my drawing (Insert field:Object:Measurement). Sometimes I have a formula (ie. =measurement+.250) When I initially enter the text/formula, everything works great. When I go to edit (change what dimension I'm refe...
-
Text Changes Font When Editing
uuoo10levi posted a topic in AutoCAD 2D Drafting, Object Properties & Interface
I click to edit the text on screen it will change it to another font. It's not doing this every time but pretty often. Anyone have any ideas? -
Hey guys, I have been looking everywhere for simple script to edit the attributes in my title block but im not having much luck. What I want to do is edit the revision information in a title block for a number of drawings. I have looked into doing this with a lisp and I have a lisp that work...
-
Hi all, I am jumping 8 versions to 2012 and have found many great changes and some surprises. I've located this command but it changes the all text strings that match? I tried naming the block but that didn't work. Can anyone enlighten me? 2. Gobal edit – Modify > Object > Attribute> G...
-
Solid Editing Problems After Using Slice Command
sua posted a topic in AutoCAD 3D Modelling & Rendering
First of all Hi to everyone! When I use slice command in a 3D model, after separation into two parts, each part can't editable, you can only move them. You can see in arrows on # 1 and # 2 3D model, but after using separate into it two parts by slice command , these arrows are disappeared.... -
Gday All we have recently changed our standard text style from ISOCP to ARIAL NARROW. i have a drawing with text in the blocks that is still ISOCP, i would like to know how to change all the block attributes text style in one go. I used to know this, but have forgotten, i cant find it in help or...
-
Hi all, I was wondering if there is a way that AutoCad can edit one text string and the same change can affect another text string, instead of editing the same thing twice. any help would gladly be appreciated thank you all and have a good day!!
-
What I want to do is to combine two commands, editing (copy, move, rotate) and change layer. I think I have seen this before somewhere but can't find now. Will be happy if you could guide me.
-
Duplicate objects due to Editing Blocks
CrewChief003 posted a topic in AutoCAD Drawing Management & Output
I have a site plan from another .dwg that I copied with base point and inserted into my .dwg as a block. To edit this block in my .dwg I Rt. Click-Edit Block in Place, then use the Refedit Toolbar to save my changes. It seems each time I edit the block the linework, circles, etc. are duplicated; res...- 5 replies
-
- edit
- duplicate linework
-
(and 2 more)
Tagged with:
-
Hey its me yet again, i have a dynamic block that took me a while to make cause it was very fiddly and time consuming. BUT i want to add some attributes to this block without having to redraw it all over again. I have been able to edit the block, put in the attributes, and dynamically stretch them...
-
I just started at this company and each time I try to choose a scale for my viewport I am confronted with a daunting list of hundreds of scales to choose from. Most of them have XREFXREFXREFXREF....following them. My question is how can I reset this to the default list of scales? Or at least p...
-
Hello, I have a drawing of 300+ blocks which are point data with individual attributes, such as x & y coords, id number, etc. Due to the number and spread of the points, they don't display clearly at any scale. Is it possible to change all the points to, say, a circle or donut, without having to...
-
Every so often when others in the office and now, today, myself have been editing an x-ref in place it will not allow us to save the changes we have made. First when you try the dialogue box flashes up , as attachment. I press F2 to bring up the command line box and have copied the relevent lin...
-
I have a hatched area (A wall with a column inside wall). I deleted the column and now its place is void (no hatch). How can I extend the hatch pattern to fill the column location as well? I read some threads about associative or non-associative hatch areas, but I don't think that could solve m...
-
How to make double clicking on a Block to open the in-place editor
petsagouris posted a topic in AutoLISP, Visual LISP & DCL
I have followed the article about Using the In-Place Block Editor (REFEDIT) and I now need the macro to press the "Ok" on the Refedit confirmation dialog automatically. How would I go about that?