AutoCAD LT :: Not Retaining Settings Or Commands
Feb 19, 2012
AutoCAD is constantly losing settings and commands that I give it. The Undo command is one of them. I'll set it to undo [ALL] and after a while (a couple of days maybe) I will find this command on a different setting. This has been happening to many other commands as well.
View 7 Replies
ADVERTISEMENT
Jul 4, 2013
I am currently having a big problem with Brush Settings in Illustrator. It was working perfectly fine until the other day so I am worried I have clicked a button incorrectly.When I try and draw a line using the brush tool (and my tablet) I change the settings to, for example, Calligraphic 7pt Black with no stroke.
As soon as I draw it sets itself to No Fill and creates a Stroke instead, which doesn't show the pressure sensitivity I use with my tablet. why it started doing this as it worked fine a few days ago but it is vital to my job, the "New Art Has Basic Appearance" box is unchecked.
View 3 Replies
View Related
Jan 16, 2013
I built a new computer, Windows 8, 64 bit.
Installed Acad LT 2011 64 bit.
Did an export of custom settings from a Windows 7 64 bit LT 2011 installation, imported those to the new Windows 8 LT 2011 installation. This was done using the Start>Programs menu. (I ditched the "Metro" stuff.)
The setup looks mostly the same, but when I go to use it, the icons don't match the commands. I have toolbars down the left and right sides with many icons. The icon for Hatch runs the Polygon command. The Move icon runs the Offset command. Lots of them are screwed up.
The ribbon commands along the top seem to be OK.
View 2 Replies
View Related
Sep 18, 2013
How to keep the snap mode settings from disappearing after certain commands. For example every time I use a lisp routine I have to go and reset my settings because they are no longer the way I had them set before I performed the lisp command.
View 9 Replies
View Related
Mar 5, 2012
I am editing an existing block to change the lineweight and have tried using the REFEDIT command as well as double clicking the block to take me into the block editor and making my changes there. I am sucessfully able to edit my block and make the changes using both of these methods. Where I am running into an issue is that the block I have edited only retains its new settings within the drawing that I changed it in. If I insert that same block into a new drawing I have to re-edit the block again the make the changes that I want. Why are my blocks not retaining their settings from drawing to drawing.
View 9 Replies
View Related
Oct 21, 2013
I would like to print a drawing with its ctb. file to a format that allows me to import it into illustrator without losing the set lineweights in the original Autocad drawing.
I've tried it once using a pdf writer, but when imported into illustrator it reverts to one line weight for all the lines.
Is there a better way of retaining the assigned lineweights (per the embedded ctb file) ?
will printing it as an .eps instead of pdf do? and how does one print to .eps?
View 1 Replies
View Related
Jul 10, 2013
I have Autosave set to 10min and the file location D:/Autodesk/Autosave, file extension .ac$. I see the progress bar appearing at bottom left, so I know the function is active. I had a situation yesterday where I inadvertently closed a drawing without saving the changes and thought I would be able to at least recover up to the previous 10min by renaming the last ac$ as a dwg; but when I looked in the directory there are no ac$ files, only .bak. I have just checked now and there is one ac$ file - for the currently open drawing. Why aren't the ac$ files being retained?
View 9 Replies
View Related
Sep 8, 2012
I have a platform at level 13.275m and nearby there is a retaining wall at aprox. level 4.0m.
For the wall i've made a surface using feature lines from EG till level 15.0m and then pasted into the EG surface to create the 'barrier' for the slope. But when i do the grading with the fill slope projection to surface, when it reaches the retaining wall section, the contour lines go crazy and if i do a quick profile, the fill slope line (obvious) is iregular, rather than a straight down line (2:1) going from level 13.275m till it hits the EG.
I've attached a picture to show the problem better.
View 9 Replies
View Related
Nov 14, 2013
I am using AutoCAD Architecture 2010
Everytime I open a session of AutoCAD, I must select my profile.
Is there a setting that would retain my profile as current?
View 1 Replies
View Related
Apr 4, 2010
i have many drawings in dwg but wish to upload onto my website...how can I convert a dwg file and retain its detail so it can be the same on my web page....have converted dwg to jpeg tiff gifff etc but it loses detail
View 9 Replies
View Related
May 27, 2009
MSE Retaining Wall subassembly? or any type of retaining wall subassembly that does NOT have a footing or where I can find one?
View 4 Replies
View Related
Aug 4, 2011
I need to do a cut/fill analysis not residential site and this site has like 6 retaining walls there is a 6 foot difference in grade.
My surface is not recognizing the grade change when I make the polyline into a wall breakline.
View 9 Replies
View Related
Oct 1, 2013
My company has an access database that has all of our service data on it. I am currently considering rebuilding the database because it is a database with one table and a million fields. I want to split the database up into separate tables with relationships. All of these tables would be linked based on the same key field Service_ID.
Now here is the hard part. The data would be in a one to many relationship with one record for service info and multiple records per service for pipe info. The data is currently linked to objects in AutoCAD Map 3d 2014 based on the Service_ID key field and a "service" link template.
If i rebuild this database, am I going to lose all of my links? or will i retain the links? Also, is there a way to automatically generate links based on the service_ID field? For instance there are 3 records of pipe information for 1 service. Previously all of these records would be in the same table, but now the tables are split. Since they have the same Service_ID as the Service information, will the links show up?
View 9 Replies
View Related
Jul 12, 2013
I am atempting to mirror a large assembly, and noticed that not all of my contraints were retain, is there a way to make to mirror and retain all of the contraints?
View 2 Replies
View Related
May 17, 2011
I cannot figure out how to create a solid surface on top of the retaining walls and also how to grade the transitions for the high to low points of the retaining wall. This would be so much easier for me in Solid Works
Untitled.jpg
View 9 Replies
View Related
Oct 25, 2011
I have a palette with a button. I'd like to be able to repeat the button command if space or enter is pressed.
But I also may have preselected objects to base the command on (otherwise it needs a pickfirst selection).
For some reason SendStringToExecute clears the current selectionset and I need to reselect an entity.
While calling the Sub directly doesn't allow the command to be repeated and ignores the DR CommandMethod call.
Private Sub btnDraw_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles btnDraw.Click Dim doc As Document = Application.DocumentManager.MdiActiveDocument Dim mycommands As New Commands mycommands.Draw() 'doc.SendStringToExecute("DR ", True, False, True) End Sub
<CommandMethod("DR")> _ Sub Draw()'If selectedobjects.count>0 then ... End Sub
View 2 Replies
View Related
Nov 9, 2013
I am having a lot of trouble adding retaining walls to my surface. I also have to add the curbs of parking lot.
I already have the surface. However I need to tell Civil3D to stop the contours at the retaing walls and not to try to tie them in to anything else. The closest I got was using wall breaklines and I got the top of the retaining wall to have the desired elevation. However, all the contours going to the retainig wall try to go around it and tie in to something else. This ends up creating weird contours and crazy slopes.
Now for curbs, how do I tell Civil3D to jump 6" when it reaches the curb line?
View 2 Replies
View Related
Apr 11, 2012
I have a feature line as the top of a wall and want to grade up away from it to marry to existing ground.
View 1 Replies
View Related
May 17, 2013
I am trying to align all of the text inside of a block and have it actually align the text instead of having it keep it original position (like when you use "Justifytext" command). For example: We use blocks for fire alarm devices that we insert into drawings. When the devices are inserted they look like this (Middle left):
15CD
TBD
TBD
1/4W
I can double click each line of these texts, have the eattedit window pop up, go to "text options" tab, click the drop down menu for "Justification:" and then choose my justification(middle right); then the text will actually move to align itself with my justification, causing my text to end up like this:
15CD
..TBD (Roughly like this, only perfectly straight vertically on the right hand side)
..TBD (ignore the dots, i had to insert them for the spacing to be correct for
1/4W this example)
When I type "Justifytext", select my block, choose my justification (Middle right), just the snap point moves to that justification without the text actually moving at all, causing my text to end up like this:
15CD
TBD
TBD
1/4W
View 9 Replies
View Related
May 3, 2012
I am in Civil3D 2012, and am trying to render a retaining wall we doing. I set up a corridor, surface, and profile, and have it working with plans and such, but when I try my hand at rendering it looks rather odd. The surface is fine, and I can choose materials on the vertical wall subassembly, but It just shows a paper thin object ever 25' and a large surface on top. Does the top of the wall need a feature line as well.
View 1 Replies
View Related
Jan 3, 2013
I have a series of curved feature lines in Civil 3D where the elevation varies along the length of the curve. When I export the file in AutoCAD the feature line elevations are 0. In my previous version of 2010 civil 3D this did not happen but now I am running 2012 version and I can't find a way around it.
Why does 2012 Civil 3D not export feature lines the way it did in previous versions and retain the elevations?
View 5 Replies
View Related
Apr 18, 2011
I am developing 'enterprise' tool palettes which i've put on a networked drive to which i have write permissions and the users have read-only permissions. Within these palettes, each palette has separators and Text titles to group the commands and these groups originally appeared on everyone's computer as i expected when i first made them available. But now when i add new commands to a palette on the networked drive, the new command appears on the correct palette, but at the bottom of the palette, on the user's computers.
I have made provisions for each user to create their own collection of palettes, which are saved on their own directory and, of course, they can do whatever they want with them. But i want to prevent them from re-organizing the enterprise palettes and more importantly, if i add a new command in palette "X" and locate it in group "y" of that palette, i want it to be in that location when the users view it.
Is there some way to make the enterprise palettes on their computers look like i arrange them?
View 5 Replies
View Related
Jun 12, 2009
Linetype code that represents blocks in a retaining wall, lets say for instance Keystone type blocks?
View 1 Replies
View Related
Mar 15, 2012
I want to put a cable tray going from a sliding door to a fixed piece of steelwork. When the door opens and closes, I want the cable tray to adjust to suit the sliding door. I'll upload the file that I have made. When i drag the sketch it all moves accordingly, but when I placed in the assembly and make it adaptive it does nothing, it will not constrain and it will only bring up the errors.
Inventor 2012
Windows 7 64-Bit SP1
Intel(R) Xeon(R) CPU X5570 @ 2.93GHz
NVIDIA Quadro FX 3800 (Avail. Graphics Memory 4067MB - Ded. 1024 MB)
12 GB RAM
View 9 Replies
View Related
Feb 14, 2013
I have numerous text objects I want to rotate 180 while retaining each text objects insertion point. There's got to be an easy way to do this.
Long explanation: I created an annotation template to label pipe diameters on an imported shapefile. Everythings good, labels are parallel with lines, except for the fact that some labels are upside down. Is there an expression that would eliminate this? In my annotation template, my rotation expression equals the "angle" field of the object. My "quick and dirty" fix was to burst the annoation labels, and manually rotate necessary text, which wasn't a huge headache since I'm dealing with a relatively small number of labels, but in the future I might have hundreds of upside down labels.
View 3 Replies
View Related
May 20, 2008
I'm using Photoshop CS3 on Windows XP. Problem: I have a large JPG image which I want to reduce considerably in size and then place in a PageMaker document, when I try to do this the image loses clarity.
How can I retain sharpness while reducing the size of the image? The image is 108cm x 81 cm at 72 ppi. I want to reduce it to about 5cm x 4cm and change the resolution to 300 ppi. Can anyone help me with this??
View 2 Replies
View Related
Jul 25, 2009
my elliptical objects are retaining their shape, specifically in the Glass Filter in the Distortion menu of Photoshop CS4. Same thing with any artistic or brush stroke filters. The inner region of the shape gets affected but it still maintains its circular/elliptical shape. This only started happening this morning after the first time I started up Photoshop (as in it worked the first time, but after that it hasn't been working properly). Blend mode is normal, there is no selection.
View 17 Replies
View Related
Dec 19, 2007
When taking an image with a transparent background from the Internet and pasting in PS CS3, the image now has a black background.
I copy the image.
Go to Photoshop and open "New" with transparent background.
And then paste, but the image is not transparent.
View 6 Replies
View Related
Mar 19, 2009
I have a JPG image that I want to edit with photoshop 7. I know that if I edit directly the JPG image and save again as new JPG image, the quality of the new saved image will be degraded. Experienced user know that because JPG is a lossy format.
I want to retain the quality of the edited image. Then I heard that the TIFF format is a lossless format that support compression.
I usually done this:
A. Let's say I have a JPG image that I want to edit, then I open the image and directly save it as a new TIFF image (with LZW compression).
B. Then I will do editing to the TIFF image.
C. After the editing TIFF image done, I will save it as a new copy of JPG image.
Note: Step C is only performed if I want to publish the image.
The questions:
1. Is the step A a correct step from the view of experienced user? I mean is this a step that I should do if I want to retain the quality of the want-to-edit image.
2. Does the LZW compression in TIFF give a quality loss in the image?
3. If I save a JPG image in TIFF format (with LZW compression), is there any quality loss (i.e., artifacts) in the saved TIFF image?
The next question is about saving the image as JPG in maximum quality for publishing.
Usually I choose these settings in the JPEG options:
* I choose "12" for the quality (the highest number).
* I choose "Baseline optimized" in the Format Options (There are 3 options available: Baseline ("Standard"), Baseline Optimized, and Progressive).
The questions:
- In save as dialog, there is "ICC Profile" checkbox. What is it used for? Does it affect the quality of the image? Should I check this option if I want to gain maximum quality image?
- Am I choose the correct option in the Format Options if I want to gain maximum quality image? What's difference of the three Format Options? What should I choose if I want to gain maximum quality of the JPG image?
- Is there any other factor that I must consider if I want to gain the maximum quality of the JPG image?
View 4 Replies
View Related
Aug 14, 2013
We are having a problem at our office. We are using REVIT 2014 and In our central model we link in our consultants models and hide what we dont want to see per sheet by using veiw templates. It is all fine and dandy until we have to load a newer model from them in. We delete the old model name the new one the same name once we do this everything we wanted hidden comes back on on our sheets and we have to rinse and repeat.
View 3 Replies
View Related
Jan 4, 2012
We're trying to change the blue brush stroke below, to orange while retaining the textures: [URL]
- The attached pic is the closest we've gotten by luck: [URL]
- we'd like to do away with the darker colors
- and we'd like to actually know what we're doing and be able to repeat it
The orange pic was done on photoshop (not on my computer). how I got to the result. Is this possible on paint.net (the only kind of software installed on my computer)
View 6 Replies
View Related