AutoCAD Map 3D :: Can't Use Offset Command With SDF Map Features
Mar 14, 2013
I have a drawing that has a connection to OS background map data which is an SDF file.
I want to create new entities in their own new autocad layer based on an offset value from a line in the SDF data.
For example I want to create a new line in a new layer that is say 1.0m offset from a kerb line that appears in the SDF file called OSMMLINE.
I do not want to add these new entities to the SDF data.
When I try to use the offset command Map starts to "populate feature Cache" which takes several minutes, then I can use the offset command in the usual way and create a new line - which "properties" says is in a feature class layer called OSMMLINE(1).
I have placedmy own Origin in the center of the screen. I am constantly using construction lines from this origin using the offset command with various offset lengths. What I am trying to achieve is to enter a numeric value and press enter on a continuous cycle. Without Selecting construction line, Offset, Distance, Select Line, Select side. I have tried using Macro and CUI in the manage tab without success. I understand the concept, but lack the knowledge to succeed. I have a nose bleed from continuously hitting a wall.
I have a Vertical profile made up of Lines, Rads, Arcs. How do I offset this profile in one command rather choosing each element. I am able to offset thease commands independatly but not has one item. I have tried converting to a polyline but this does not work.
Im using MEP and in MEP2010 the Offset command worked fine on my structural members, offsetting to the direction I picked.
In MEP2012 the offset command now offsets the same structural member to the opposite side of the point I pick.
The structural member is rolled 180 and the way I can correct this offset issue is to roll the SM back to 0, then the offset command offsets to the correct side.
Is there a new setting or something in 2012 that will get the offset command behaving the way it did in 2010 where it does not care about the objects properties and just offsets it correctly?
I posted a version of the Offset command that lets you Undo individual Offsets and change the offset distance/Through option, without getting out of the command, at Cadalyst CAD Tips: URL....
It's an upgraded version of an earlier concept by Gopal Ramesh. It's been downloaded almost three times every day since it went up, so I guess people expect it will be useful.
But the website's description includes: "this routine does not provide access to the Layer or Erase options of the built-in Offset command." The reason for that is that I'm working back in 2004, so those options are not present for me to emulate. [The Undo option in the routine is one that was added in some later version, but is a very useful enhancement for people using older versions, like me.]
I do also have an Offset-to-any-Layer [not just the source's or the current Layer] routine posted there: URL....
And I have a simple little routine to Offset something and Erase the source object. So I think I have all the "pieces" to include those options that newer versions have, but that I don't. I would like to combine the functionalities into the Offset-with-running-options routine. That way, if people want to use it to redefine the Offset command as I have done, in order to get the while-running distance change option, those working in newer versions won't be losing the Erase and Layer options in the process, and those in older versions will be gaining yet more options.
I need an offset lisp routine to offset a selected line a set distance on each side of the selected line and change the layer of the offset lines to the current layer, and then keep prompting me to select the next line for offsetting until I'm finished.
I am trying to create a station-offset label style that will drop the trailing zeros in the offset section - e.g. 15' instead of 15.00', but if the offset is not at a whole number, e.g. 15.01, etc. it will display the entire offset.
I created two expressions: IF(OFFSET-TRUNC(OFFSET)=0,.1/12,.00000001/12)
and this one: IF(OFFSET-TRUNC(OFFSET)!=0,.1/12,.00000001/12)
I then created two offset components, one called truncated, and one called full, and assigned the heights to match the expressions.
I have attached the file, the style is ACHD-Sta Off-Rt [copy]
I need a pit configuration, and I use the offset command to offset a base polyline to first 10 m and then 3 and so on.. is there a way to do this in an automatically way, that you can choose the lenght of the offset for each "offset" (i.e. 1st 10 m, 2nd 3, 3rd 10 m, 4th 3 m, and so on. I am actually using civil 3D.
I am using MAYA 2012 on Windows 7. When I import audio (.WAV) it works fine, but if I offset it to a later frame the waveform moves to the right frame but when scrubbing the audio stays at 0. Making if very difficult to lip-sync. I have tried re-caching, playing the scene all the way through and all other options I have seen online.
AutoCad 2011. I am having no luck when trying to drag a command from the Command List pane to the Quick Access Toolbar. I have success draging to Tool Palettes
I am currently writing a series of routines for setting the layers for text, leaders and dimension commands. The end goal is a system where any annotation command sets the correct layer for the duration of the command, then reverts back to the layer that was active before the command.
I have managed to complete all the code, and it appears to be working fine, I just have one question: I have used -layer "m" "Lay_name" etc... for all layer setting commands, rather than any code to see if the layer exists already. In my limited testing this seems to be suitable, nothing that exists on that layer seems to be affected.
I know how to write code to determine if the layer exists already and set the layer instead, but so far it seems unnecessary??
After installing the VBA Module, I get the message "Unknown command "VBARUN"". I've rebooted, restarted and tried reinstalling the VBA Module to no avail.
I press CTRL+9 to make the Command Line disappear while drawing. When I plot (or when doing a plot preview) , the Command Line appears again by itself. So I always have to turn the Command Line off manually after each plot
The bug still happens;
- if Dynamic Input is turned off or on - if I plot to a real device or in PDF - if the Cammand Line Palette i docked or floating.
This is not an issue in AutoCAD 2012 so I guess it has to do with the new way they programmed the revamped Command Line palette in 2013.
I need to save a drawing file and give it the name of my desire using a single command, I don't want to issue "saveas" and then specify the name in the file name prompt. This problem is has been faced when I was using ScriptPro and I couldn't succeeded to do that. Hence I need to know if it is feasible to do the stuff using a single command. It will be preferred if I can choose the location to save the file also rather than save the file to the default location.
without reiterating a lot of what is said in this thread: [URL] ......
This happen outside the potential malware infection?
if you care to not click-through, the problem is that certain commands (not all of them) simply do not disply in the command line. so the MOVE command for example looks like this:
We are a small business that uses AutoCAD. We are currently running 2012. We are on subscription. We only draw in 2D because most of our machines are very simple. The question is; what are the new features for 2D? It seems like the only thing Autodesk is interested in is 3D. I don't know if I want to upgrade further.
I need a solution how to convert SDF line features to DWG, where only one feature converted to DWG and DWG is named after feature ID. So if i have SDF file where are 3 featured( ID's are 1,2,3) and i want to convert those features to three different DWG files(one feature per DWG):1.dwg, 2.dwg etc.
When I create a new feature for a feature class in Map, it pops up the Data Table so I can enter my information. The table is a SQL table connected via FDO. There is an ID field set as the primary key. Map wants me to manually enter in the ID. How do you auto generate this field?
I am having a problem to connection to data, the new file connection is properly connecting to data , if I going to add new data , I am getting this error as shown below.
Failed to cache features.
Failed to execute Fdo command.
ORA-03135: connection lost contact Process ID: 11779 Session ID: 4 Serial number: 6917
I'm going through some of the new features/ribbons such as "Design feed" and "Set Location" but when I click on these ribbons, the windows come up blank.
I am signed into my 360 account and the file I'm in is saved to my 360 account as well. why these windows are coming up blank?
I am trying to detect overlaps between two different features. They are, at the core, shape files from a GIS system and we have AutoCAD Civil 3D 2009.
I have reviewed the steps to test for Topo within a feature but don't know how to test topo between two features. I need to test for and identify "Overlaps" between feature A and Feature B and when Feature A is "Not Entirely Within" Feature B.
I have a situation where when I install Civl 3D 2013, which includes MS Visual Basic PowerPacks 10.0, it causes our KIP Request software to fail (KIP is our large format printer). Thru extensive testing we have narrowed it down to a conflict between KIP Request and the MS Visual Basic PowerPacks 10.0.I have tried uninstalling the MS VB PowerPacks10.0, which resolves my KIP request problem, and still seems to allow Civil 3D 2013 to run.
My question is - I'm sure the MS VB PowerPacks 10.0 is needed for some part of the Civil 3D 2013 software, but what features in C3D I am impacting by uninstalling MS VB PowerPacks 10.0?
So far this is the only resolution to fix the KIP Request software - but I'm afraid by fixing the KIP Request software I'm somehow messing up the Civil 3D software.
I'm plotting a drawing in which I have land parcels provided in the form of a connected ArcGIS shp file. The parcels are closed polygon features. I'd like to plot the parcels as phantom linetype. The problem is where neighboring parcels have common boundaries, Autocad Map does not filter out the overlapping boundary segments for the purpose of plotting.
As a result, the linetype becomes a mixture of phantom and solid lines and everything in between. I've tryed using plotstyles as well as styling the polygons. I don't think plot styles work with map features. The styling works when the lines do not overlap. Exploding the polygons and removing duplicate segments is not a realistic solution when working with data that is shared by true GIS programs like ArcGIS. I've seen some old postings that indicate this has been a problem for years.
When I use quick select, I can see that there are map features listed in my drawings. When I try to select these features it either says they have been selected but they aren't actually selected, or the autocad will crash forcing me to start over. How can I removed these features (which do not actually appear in the drawing) from the drawing. So many of my files seem to have this problem.
When I try to check-in a feature to table that is stored on SQL Server I get this message: "'FdoSpatialGridTransform::CalculateParameters': The resolution is too large (> 0.1) for the extents."