AutoCAD Civil 3D :: Commands Won't Execute Properly?
Jul 2, 2013
My program crashed and upon restarting it some settings have changed. The biggest change is that I am unable to select objects and then execute a command. What the program is doing is when I select the objects I want a particular command executed, it will de-select all of the object and then execute the command. I then will have to reselect my objects. This makes deleting line work a little mor inconvenient. What setting is this and where can I change it back.
View 1 Replies
ADVERTISEMENT
Jun 19, 2013
Me and a friend are trying to work on a LISP routine to select objects in a drawing and change their attributes to "ByLayer" and other things. He is a familiar with the AutoCAD commands, I have a general idea of how to use LISP and we're trying to put our heads together to solve some workflow issues at our job.
-aDiagram
(defun c:set23 ()(setq uecho (getvar "cmdecho"))(setvar "cmdecho" 0)(command "setbylayer" "al" "" "n" "y")(command "-layer" "c" "23" "*")(command "-xref" "d" "*")(command "-purge" "al" "" "*" "n")(setvar "cmdecho" uecho)(princ))
View 8 Replies
View Related
Apr 27, 2012
I don't understand why Lightroom will not send print commands properly to my Epson Stylus Photo 1400, but all I get is error.
Since the printer works with every other program on my computer, including Elements, it must be a Lightroom problem.
View 2 Replies
View Related
Apr 28, 2012
I have created a custom Assembly using Assembly Composer for C3D 2012 and imported it to C3D. Problem is when I try to place the assembly in a drawing.
I get the error message "Unable to execute the tool. Not enough storage is available to complete this operation."
I am trying to create an assembly that will calculate a built volume based on constructed height of the structure.
I have attached the PKT file.
View 3 Replies
View Related
Jun 13, 2012
I am trying to run a parcel area report generator, and I get the above error message, along with the path xslParcel_Area.xsl and an advisory to reinstall the program.
I think it is pointing to the full path location of C:ProgramDataAutodeskC3D 2012enuDataReportsxsl.
The file (Parcel_Areas.xsl) exists in this location.
NONE of the parcel reports that I tried to execute work - they all return the same grammtically painful error message.
View 8 Replies
View Related
Feb 8, 2013
I have been working on an extensive template and wanted to add some layer filters too it. I was wondering if there was a list anywhere that outlines what different characters mean to the fillter? What I mean is... I know that ~*|* excludes xfref layers because ~ means 'not' and * means "anything" and | is the character we are looking for. But what are all the other things that filters understand?
View 2 Replies
View Related
Apr 29, 2013
Civil 3D 2013 on Windows 7 64-bit:
Cannot use UNDO on command line because I have to enter the command many, many times to ever undo anything.
I therefore use the UNDO pull-down in the quick access toolbar; however, a few simple zooms and/or pans using the mouse wheel results in many, many (it seems like hundreds of them) "Group of Commands" items. I have to work my way back through (that is highlighting) many of these to ever get back far enough to undo something simple like an erase of an object. It works like this even if the erase (or whatever) was the last command issued--besides zooming and panning.
The mouse wheel zooming and panning seems to be what is adding all of the "group of commands" listings in the undo list. I must say this seems like a terrible bug in the software to me.
Combine zoom and pan IS checked under user preferences of options.
View 9 Replies
View Related
Nov 4, 2012
Just had to repair my installation, now I am unable to use any Civil 3D commands, anything with "AECC" in front of it is coming back with "unknown command"?
View 1 Replies
View Related
Feb 21, 2013
I still having this issue: in Civil 3D 2013 spanish, after intalled SP1, draw order commands (right click > draw order) get a message " command not recognized"
View 3 Replies
View Related
Dec 6, 2013
I would like to change the order of the point grip/roll over from
move lable
rotate lable
reset lable rotation
reset lable
to
rotate lable
move lable
reset lable rotation
reset lable
I can not find this in the CUI.
View 3 Replies
View Related
May 25, 2013
We have lost the use of the two transparent commands 'spe and 'sse. When I either click on the toolbar or type 'spe or '_spe in the middle of a command, they don't work like the other transparent commands. When I click on toolbar by itself, I get an error "Unknown comment "SPE". The other transparent commands say something like "PSE must be called from within another command".
Also, is the actual comment 'spe the command name or is it an alias. I was thinking that if I knew the command name, I could create another allias as a work around.
This is happening on multiple computers.
View 3 Replies
View Related
Oct 25, 2013
I recently upgraded to Civil 3D 2013 and now all of my "Create Surface" commands do not work. I get the message " _AeccCreateSurfaceGridFromDEM Unknown command "AECCCREATESURFACEGRIDFROMDEM".
View 2 Replies
View Related
Aug 14, 2013
I have the "create section view" command.
Ok, I'd want to have other (others) custom command "create section view2" and optionally call it from an icon.
These commands are saved with the drawing? ( I think yes). Would be there a possiblity to have easy access to this elements to deal with them ? Is it impossible?
Having custom commands cloned and customized from existing
View 1 Replies
View Related
Mar 14, 2013
Is there a known problem with 2013 undo? I can be in a new drawing issue 2 commands and the undo drop down is populated with 100's of group commands, makinf Ctrl z useless
Civil 3D 2012 & 2013
HP Z210 Workstation
Intel Xeon CPU E31240 @ 3.30 Hz
12 GB Ram
Note: Its all Resistentialism, so keep calm and carry on
64 Bit Win7 OS
View 9 Replies
View Related
Jun 21, 2012
I am using Civil 3D 2013, Windows 7 x64.
Intellizoom does not seem to work properly on certain drawings, where if I undo... nothing happens. Rather, it tries to undo *each* click of my scroll wheel, without doing anything. This results in dozens and hundreds of undo commands, most of which are totally useless. This of course breaks my undo command, rendering it almost pointless. If I make a change, zoom out and decide that the change is not needed, I cannot easily undo; I have to undo something like 50 "commands" that do nothing, before I get to the "real" undo that I wanted to undo in the first place.
I understand there is the "Combine zoom and pan commands"; this is checked off. It does not seem to do anything. How do I make my undo command useful again? As a keyboard user, I want to use ctrl-z for my undos. I do not want to go to the undo button, pull down the menu, and search trhough the 50 commands to find the correct command to undo to, especially since I never had this problem before in previous versions of Civil 3D.
Some additional information:
1. I can open some other drawings that get the correct undo/zoom behaviour.
2. I can open the drawing I have problems with using a previous version of Civil 3d (2012), and get the correct undo/zoom behaviour.
View 9 Replies
View Related
Jun 27, 2013
I am using Batch files created under the Survey Command. I want to list the coordinate value of points created, What setting do I set to show this.
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
Aug 1, 2012
My draworder tool bar buttons and pull down commands are not working. I click on them and get
Command: Unknown command "AI_DRAWORDER". Press F1 for help.
Command: Unknown command "FRONT". Press F1 for help.
This is the same issue for all of the draworder commands.
If I type draworder in the commande line I can get it to work. How do I restore my tool bar commands to get them to work?
View 9 Replies
View Related
May 8, 2012
I'm trying to successfully get through a corridor, but to no avail. I'm certain I'm missing a step, and I'm certain that the step I'm missing is setting a surface to daylight to.
My project: It's a simple grassed waterway in a parabolic shape that is ran on a proposed profile grade up a draw. As you can see in the screen shots, it should daylight to the surface on each side. You can also see that the majority of the profile is deeper than the assembly is tall, so I should have a corridor that daylights on each side with a gradual cut up to the surface.
I profiled the centerline with offsets. I need the offsets to see how deep to lay the proposed centerline in regards to how deep my waterway will be. I get a bunch of error messages when I run the coridor, and they all deal with the offsets.
View 4 Replies
View Related
Sep 14, 2013
It appears that once I bring in an xref from another firm, I cannot not get it to display properly on screen. It was working on a previous drawing and now it doesn't. I know this explaination isn't very clear so I have attached two files that are print screens of my model space and my paperspace.
View 3 Replies
View Related
May 22, 2013
So I've got a customer who's upgraded drawings from a previous version of Civil 3D to Civil 3D 2013. One drawing contains data shortcuts to pipe networks, alignments, and surfaces. At the drawing open the pipe networks are updated, but none of the other data shortcuts are. Removing the pipe network data shortcuts allows the other data shortcuts to be loaded normally. Using SYNCHRONIZEREFERENCES updates all of the data shortcuts normally in the darwing. So I strongly suspect the pipe networks are the cause of the issue. Opening a new drawing and creating a data shortcut doesn't exhibit the same issues. Also WBlocking the trouble drawing doesn't work either.
[URL]
View 2 Replies
View Related
Aug 11, 2013
Not sure since when, the previous imported subassembly porperties cannot be modified in civil 3d and importing a new subassembly from the composer is also having issue, cannot see imported shape, just a red circle.
Someone said because of the SP2 installation. I have to go back to SP1 for now.
View 2 Replies
View Related
Jul 3, 2013
I use Autodesk Architecture and Civil 3D. I usually print projects sheets that contain both civil and architecture form Architecture, but occassionly print sheet sets through civil 3d.
Recently, I have had a problem with one hatch pattern available to Architecture but not civil 3d not printing properly through c3d. I added a support file search path to my c3d to point to location of architectural hatches, but the problem did not go away.
View 6 Replies
View Related
Oct 26, 2012
I am using Civil 3D 201...When creating profile data shortcuts, the tree view in tool space incorrectly associates the profiles with several alignments. This appears to be due to multiple alignments having the same object ID. This happens when importing alignments from LandXML (a procedure we use to move alignments from one project to another) into a template after inserting exactly the same xrefs into each new alignment drawing.
The workaround appears to be copying the alignment into a different site, deleting the original alignment, then moving the new alignment back to the original site. Obviously, this changes the object ID so it is more likely to be unique.
View 1 Replies
View Related
Jul 1, 2013
I have a rather odd situation. I have input a small table of survey points (we don't have access to a data collector, so it had to be manual).
I have a properly located and back-sited setup, with all of the points located in 3 dimensions.
The Northing/Easting/Elevation data is calculated and displayed for all of the points in the "observations" table accurately.
Every point has the same display/labeling properties/settings, but only 2 points properly display the elevation as calculated.
The problem seems to be that the points aren't accurately retrieving the Elevation from the table.
For some reason, in the “Properties” dialogue for the points that display properly, the “Point Elevation” field actually contains a number; whereas the points that don’t, the same field reads “*PROPERTY NOT SET*”.
This makes no sense, because in the table that defines the points, the elevation is accurate for all of the points, and I can’t find a difference in the table- or in the point properties- between the correctly displayed points, and the ones that are missing the elevation label.
View 8 Replies
View Related
Jan 8, 2014
I have alingment style components set to various layers, where I control their plot and view style. After years of successful control, recently I found that I the viewports are not displaying the layers correctly pertaining to the sytle. For example, I have line & curve components set to a layer C-Road-Cl and all properties by layer. Then in various viewports throughout the project, I'll set viewport overrides to control color and plotsytle of those components.
Today, I found that the C-Road-Cl layer will not control the view of the components or the plotsytle, and that the objects are only being controlled by the layer that the object is on. But, this does not relate to Object Layers Drawing Settings, as I have the "immediate and independent layer on/off...." box unchecked. Further, nothing seems to affect the color of the object in the viewport.
After further research, I found that the a completely different layer is controlling the viewport display of the "line & curve" components (C-Road-Stan) and the alignment object layer is controlling the plotstyle.
View 2 Replies
View Related
Jul 20, 2012
I'm having trouble viewing a list within Toolspace Item View. When I click the item in the tree nothing shows up in the item view. There should be a list of all my parcels but there is not. Graphical view works fine. List view works fine with other items in my tree except for my parcels. Also, when i right click parcels and click refresh I can see the list genereate in item view but then it quickly disappears.
View 9 Replies
View Related
Oct 21, 2013
Today I created a TIN Volume Surface. The volume surface seems to have a "resolution" issue if you will when displaying using elevation banding. In the attached screenshot note how the edges of the surface are "squared" or pixelated. Also, the blue lines are "hide" boundaries, and they have the same effect. I've created volume surfaces before with no issues until now.
The volume surface compares 2 surfaces that were created from nothing but contours. Some of the contours can be seen in the attached image.
I've tried REDRAW and REGEN, the image looks the same in model space and paper space, I've tried closing AutoCAD and reopening the file. I deleted the volume surface and then created a new one... I'm sure there's just a setting somewhere that I'm missing.
For comparison, also attached is a screenshot a "normal" volume surface that I created before. This one has no "hide" boundaries, but the edges of the surface aren't "squared."
View 2 Replies
View Related
May 8, 2012
previously i was using civil 3d 2010, now while i am using 2012. i want to create a grid of points with easting and northing. i have manually created a point but when i use array command it does not work properly. as u can see in this image.
i created point with proper values of easing and northing but after array easing northing values becomes just -19.
View 5 Replies
View Related
Feb 3, 2012
I'm using autocad architecture 2010. When I click on the tool palettes like the steel command it is tell me. Unable to execute the tool. Unspecified error. How can I get the tool palette to work again?.
View 4 Replies
View Related
May 24, 2012
Working in 2013 Raster Design. The commands for raster tools are not working. When attempting to insert an image the following message appears:
c:program filesautodeskautocad raster design 2013aeciibui56.arx cannot find a dll or other file that it needs. Unknown command "IINSERT". Press F1 for help.
Similar messages appear when trying other commands located within the Raster Tools tab.
View 4 Replies
View Related