AutoCad :: Converting Shape Files To Old DXF Version
Oct 10, 2012
I need to convert shapefiles to a pretty old version of dxf. Shapefiles is a file format used in geographical systems.
[URL].......
For example a shapefile could contain points, lines or polygons, and attributes for each point/line/whatever.
Now I need to convert shapefiles to an old version of the dxf format, I don't even know exactly what version so I'll have to find out by trial and error I guess. (But a gut feeling says somewhere in the 90's.)
Luckily there are tools to convert shapefiles to the modern versions of DXF, but where do I go from there?
View 5 Replies
ADVERTISEMENT
May 19, 2012
I have installed the student version of Autocad 2013. My professor has asked me to convert my dwg files into 2010 format, as she is unable to open them. When I attempted to do so, Autocad informed me that I cannot convert files with the student version. Is there anything I can to to fix this? Or, can she somehow convert them on her end?
View 6 Replies
View Related
Jan 4, 2012
I just read the thread the thread "...plus ask about erasers" but it doesn't answer my question about combining shapes to remove unwanted portions - or at least I didn't quite understand it. Here's my issue. I've created a nice "background" image with ripples and live effects, but it has gaps, and isn'tthe right shape. I need to erase parts of it and clip it to the right shape, but every time I try to do this using the slice tool, it puts the gaps back into the image! Attached is my image and the shape I want to clip it to.
I just tried converting the ripple shape to a bitmap copy and then slicing the shape - that doesn't get me the rippled effect I want - just the shape I already have. Then, I tried just creating the water ripples in my shape - but again that leaves gaps and when I try to "slice" them away it does all kinds of weird things to the shape..
View 9 Replies
View Related
Nov 16, 2012
is there anyway of opening old files from previous edition of autocad on the newer version, have a file from a few years ago and it wont open now on the new one?
View 9 Replies
View Related
Oct 25, 2013
Converting/viewing higher version drawn .dwg files.? My version is 2011. & i had recd some higher version files that shows a message as:
I cant open or view these dwg files coz they are made from more recent versions. I had checked with autodesk.com for converter but failed?
View 4 Replies
View Related
Mar 23, 2012
When I I convert a 2012 dwg into a 2007 format whether using true view or "saving as" 2007 from an open drawing, some of the graphics disappear. How do I convert withour losing these graphics?
View 1 Replies
View Related
Dec 3, 2012
Successfully drawn a eggshape for tabletop using 3 ellipse and arcs and converted these into polylines but having trouble converting them all into 1 polyline for lofting.
View 8 Replies
View Related
May 13, 2013
I cannot save my previous files created on a student version to an upgraded 2014 version. I tried changing the save as path in the options menu, but no luck. I am able to open the file in the upgraded version but it states that it will open as a student version. Also I cannot copy and paste anything from the student version to the upgraded one. Not sure why.
View 4 Replies
View Related
Oct 3, 2013
I am attempting to convert an Elements Organizer version 11 catalog to version 12 running on OS-X Lion. It has been running for two days stuck at 37% and appears to be cycling through files with the name breeze-xxx.XML files in the BreezeData folder. It appears to be running since the breeze file names change about every 30-60 seconds. Is this normal or should I cancel and try a different approach? I checked the BreezeData folder and there are approximately 57K breeze-xxx.XML files and my catalog has approximately 56K images.
View 2 Replies
View Related
Feb 27, 2014
I want to batch convert the above. I know i can convert one image at a time. If not can one recommend a batch conversion program which is safe to use and free from viri and malware.
View 2 Replies
View Related
Apr 25, 2013
I've been working on converting a vector into a shape and am having no luck. I've done this before and have had no problems. I import my vector .ai into AE as a comp (sequence tickbox not selected). Once I've got it in, I drag to the project, then click layer > create shape from vector layer. My shape populates at the top, my .ai file is off and what is just one of the three colors, along with the shap. I've checked the the shape's contents, every group has the correct fill with the correct blending mode.Also, I've tested other logos with the same results--one color displays while the others don't. I'm working with "ray-traced render engine" And, I've reset my preferences.
View 2 Replies
View Related
Aug 17, 2012
how I go about taking this complex graphic full of various lines to one simplified and united line drawing? We want to take and cut a vinyl window application. The white in the logo is what we want the vinyl to be. The gray only indicates the window.
View 3 Replies
View Related
Mar 29, 2013
I want to create a a texture for a 3D model of a human head - I don't have the original template but I do have these examples which I can use as a template. [URL]
I think for the moment I'll skip the mouth and ears and eyes aren't so hard to sort. What I can't find however, is any information on how I would go about making the face, hair and neck. What seems easiest for a cack-handed individual such as myself is to use a photo (flat-lit, straight-on, neutral expression, unobscured) of someone's face and then deform it and use some clone-like tools to fill in any gaps.
Obviously I'll need to match the coordinates of particular points on the face and keep large sections entirely unmodified. Then I'll need to do some sort of cloning or smudging to extrapolate bits of the head I don't have.
Well, is it even possible to work from a photo (or couple of photos).
View 1 Replies
View Related
Nov 19, 2009
As an organization, we have opted to go with STB as we have some complicated requirements that CTB doesn't accommodate. The wisdom of that decision is a moot point and I'm aware of the vast array of opinion.
We have a legacy of CTB drawings that occassionally need to be brought forward when projects get resurrected (state government highway designs are prone to getting shelved).
Up to AutoCAD 2009, I've had a VBA routine that performed a few operations on a list of files stored in a text file:
- Open the file
- Convert to STB using "CONVERTPSTYLES" with a specified STB file.
- Run a script to load a layer state file to change the plot styles from Style1, Style2 etc, to their correct named plot styles.
- Manage a recalcitrant layer that refused to play ball.
- Save and close the document
- Get the next file........
This was all fine until 2010 came along with the announcement that VBA was to be phased out. 2010 is OK with the VBA enablers, but now I've got some work to do.
Our organisation's development language is C# and I'm using Visual Studio 2008 Professional Edition to develop my C# .NET code.
Is there another mechanism than "SendStringToExecute" for sending a command such as convertpstyles to AutoCAD and getting .NET to wait for it to finish before proceeding.
I've got CommandEnded code that handles waiting for MTEXT and DTEXT commands to finish and I've tried constructing a CommandEnded for CONVERTPSTYLES, but it seems to me that commands that throw dialogue boxes such as CONVERTPSTYLESand SCRIPT aren't handled the same way.
I've tried setting FILEDIA to 0 prior to running the CONVERTPSTYLES command, however the message box that CONVERTPSTYLES presents before asking for the STB file appears to be getting in the way.
View 1 Replies
View Related
Mar 18, 2006
converting an image to a specific sized circle shape. Either by changing the actual shape of pasting a section of the image into a circle.
View 3 Replies
View Related
Mar 26, 2013
When converting a vector or Illustrator file (such as a logo) into a shape layer any gradient fill is lost. Is there no way to ensure the gradient fill is converted across or is this a matter for a future release of After Effects?
View 2 Replies
View Related
Feb 28, 2013
I am using AutoCAD lt 2004. I used to easily save files to pdfs using the plot command. My previous HDD was C:. Since replacing the drive and a few other things my HDD is now H:
When I try to save(plot) a file as a pdf now I get a message saying "windows is unable to read drive C;. Make sure there is a disk in the drive and that the disk is formatted and free of errors".
View 5 Replies
View Related
Nov 29, 2004
How do I convert a shape file (.shp) from GIS into a file format that I can use in Autocad (dwg, dxf)?? I use Autocad 2002.I am trying to convert a GIS county land use map that shows things like roadways, waterways, etc. into Autocad.
View 9 Replies
View Related
Oct 15, 2013
I'm looking for an application (retail) that does a good (accurate) job of converting PDF files to DWG or DXFs. I realize that it is not an exact science and each program has its strong and weak points.
View 9 Replies
View Related
Jun 8, 2011
I have an aerial ortho image with a world file and a .dwg that is in UTM NAD83 17N and some shapefiles that are LL83.
I know that these shapefiles correspond to the subject area, but right now these are not lining up at all because the shapefiles are in lat and long ie. -73.xx, 48.xxx and the UTM coords are i.e. 4870562.56, 555859.08.
How to do the transformation?I have tried to assign the NAD83 projection to the shapefiles, but they remain in the same lat long coordinate space.
View 9 Replies
View Related
Nov 14, 2011
I have been building a library of beams for our robotics department for my work. They need iges files to put into weldpro. When I am converting to iges sometimes i get this error message, Unsupported photometric object light type. Not really sure how to fix it, like I said sometime this happens and sometimes it doesn't.Here is the command box text,
Command: _EXPORT
Select objects: Specify opposite corner: 1 found
Select objects:
Unsupported photometric object light type.
View 4 Replies
View Related
Jun 20, 2013
I created a few files using the student version of Inventor hoping to have a local water jet place do some cutting for me. Unfortunate, they can't read ipt files. They wanted it in dxf files.
How to convert ipt files into dxf files.
View 9 Replies
View Related
Dec 18, 2013
I have autocad 2011 and trying to convert my 3d files to stl files so I can print my objects in my 3d printer makerbot.
View 1 Replies
View Related
Mar 28, 2012
I have to sometimes make files for a router table, water jets, and plasma cutters. Some of the shapes are created from splines and or polylines. Our router program and some of the programs that our vendors use (water jet and plasma cutter) programs that have major trouble with the amount of control points (nodes) that are required to hold that shape as it should be. When I try to remove the nodes in autocad the shape changes.
One of the methods I have to use is to import the DXF file into Corel Draw X3 and remove all the extra nodes that the program will allow me to delete without changing the shape of the item. This works sometimes depending on the program that the vendor is using. I have to do different things for different vendors, and as I said this only works 50 percent of the time, and I will not know if it worked or not, until the vendor starts complaining about open files or not. On one occasion the final product came in from the vendor, and it was a mess, inside corners were blown out in large circles, and outside corners were rounded off into large circles.
The in house router table issue has been overcome, it is the water jet vendors and plasma cutter vendors that we are still having issues with.
View 7 Replies
View Related
Sep 7, 2012
I'm used to using AutoCad R14 and just recently had to purchase AutoCad 2010. The printing service that I have to use has to have the drawings in a PDF format and I found out how to make the conversion. However, the lineweights, the linetypes and the linetype scales are all out of wack. I have read about setting up a CBT file, but apparently I'm missing something someplace. I want to plot by color to achieve lineweight. Linetypes and linetype scales are set when the object is drawn, where the default is Continuous and 1 respectively.
View 3 Replies
View Related
Sep 19, 2007
I always have problems converting .dwg files to Mapinfo .tab's.
View 2 Replies
View Related
Nov 20, 2013
I have an archicad file that I want to convert to autocad,
View 1 Replies
View Related
Jul 21, 2011
How do I go about converting MOV files into DV or mpeg files to edit? When I import the files are choppy I downloaded the quicktime, dvx and direct x files. No success.
View 9 Replies
View Related
Nov 11, 2009
I'm doing an internship at school and need to convert alot of .tiff files and .dpf files into drawings. I also experimented with a program that converted the files from raster format into vector format. This is what I've found so far...
Able2Extract – Works very well when it does. Creates everything on 1 layer. Has options to use Autocad 2000 color palette or Autocad 2004 color palette. 2004 palette usual fails. Program works 50% of the time.
Aide PDF to DXF – Worked very well, once. Tried multiple floor plans and it came out chicken scratch.
AutoDWG VectorNow - Terrrrribllleeeeeee.
AlgoLab Raster 2 Vector – Miserable failure.
Any decent programs to convert these files?
View 3 Replies
View Related
May 31, 2012
I'm having problems plotting to PDF's and maintaining the line weights etc.. that I get when I print to my plotter. It seems like Adobe Acrobat Pro 9 converts based on the color of my pens.... the lighter color value i.e. yellow, the lighter the grey tone. white is darkest. It ignores my lineweight settings, so I have no control on the quality of the output. Is it possible to get it to use the .ctb files that my plotter uses when creating it's PDF? I'm using AutoCAD LT 2010.
View 3 Replies
View Related
Nov 16, 2011
I have had a client send me over some information about a site we have out in the middle of nowhere, Australia, and they've sent over the info in a bunch of .shx files. The types are shown as Shape Source and Compiled Shape. So, is there a way for me to change the .shx files to .dwg or .dwf files without downloading a piece of software for $150-250USD without knowing if it really works? I've looked through the forums, but I don't want to convert the files from .shx to .shp, I also tried a couple of trial downloads for converters, but for some reason have only found downloads for 32bit machines, whereas I'm working with a 64bit machine, or they don't do what they say they do.
View 3 Replies
View Related