AutoCad :: Develop A Document Control System For Drawings
Oct 4, 2011
I am trying to develop a document control system for my drawings. I am currently using AutoCAD 2011 but will soon move over to 2012. My previous employer had a great system using an excel spread sheet to input details that would then be updated into the drawings' annotated title block using a .csv file and the 'update' command to complete the job. How can I create this same system.
View 2 Replies
ADVERTISEMENT
Feb 3, 2012
I have an electrical drawing of a system, but the drawings are all on one page, and in order to print i have to go to print and then highlight want i want to print individually, is it possible to print all in one shot . (please see the attached file)
View 9 Replies
View Related
Jan 23, 2012
1 How do I determine what coordinate system a drawing I have received has been prepared in?
2 I know how to export drawings to a .shp file but how can I export this drawing to a .shp file and ensure that coordinate system is maintained or otherwise changed for use in Arch GIS?
I have successfully exported the .shp file geometry previously but the cordinates system doesn't seem to match ARCGIS data sets. I am trying to establish is this an Autocad or ArchGis issue I suppose.
View 2 Replies
View Related
Dec 20, 2013
We currently utilize AutoCAD for our mine mapping purposes. I recently had a seismic study performed to determine the top of salt. I asked for a .dwg file of the contours that were developed. The .dwg file they provided does not have our autoCAD map on it. They are simply contour lines. These contour lines, however, have the same coordinate system as our mine map. The surveyor and I provided coordinate data to the company to develop the contour lines. I would like to lay these contours into our mine map. How do I import the contour .dwg file into our mine map file so that they lay exactly where they should?
View 4 Replies
View Related
Jul 30, 2012
I am new to the graphic modeling etc. world, coming from the C/Java programming world, and I would like to know which VCS do you recommend for Maya.
I haven't seen any way to work in group with it. I am accustomed to git, but it is not appropriated in this case, as doesn't track correctly binary files.
I know about non-distributed VCSs, like SVN. But before learning them, I considered a good choice to ask here how does usually people work with Maya in group, apart from zipping and emailing the projects.
View 5 Replies
View Related
Oct 6, 2011
In PSP versions prior to X4, when you had the current image maximized within the interface you'd get a standard MDI Document Control Icon appearing at the left end of the Menu Bar. This is a feature common to the most Windows programs built in the default Multiple Document Interface style. The new custom style of X4 removes this.
It's a not a huge deal, but I'm pretty used to doubleclicking that little doodad to close my images, so I figured I'd try to get it back.
Here it is in X2 (on the left) and the little "@" symbol is the version I've recreated to work around its absence in X4 (on the right):
To do this, open any image, start recording a macro, close the image, Save the macro and call it "Close Current Image" or something like that.
Restart X4 because customization changes don't stick if you've had an image open this session. (long standing bug)
Right click the empty space in the middle of the Edit perspective. Choose Customize. Hit the Scripts tab. Find your macro in the dropdown, pick an icon and hit the Bind button. Your script now appears in the Bound Scripts part of the dialog.
Switch to the Commands tab. Select Bound Scripts. Drag your script to the left end of the Menu bar. Even though you've bound an image to it, the image doesn't show (another bug, I guess). Right click your new rather wordy looking "Close Current Image" menu entry and select "Button Appearance". At the bottom of the Button Appearance dialog you can change the text to something nice and short like "@" or "X" maybe. Hit OK, and you've got a convenient close image button that lives visually in about the same spot as similar icons in most MDI-based software.
Restart X4 after customizing and before starting any work otherwise the changes won't stick.
View 12 Replies
View Related
Nov 8, 2012
Using AutoCAD 2013 and TOL command to generate feature control frames. We set our lineweights based on layer assignments.
Problem is that when printing, AutoCAD seems to randomly assign a lineweight to the feature control frames. It can vary from what it's supposed to be (such as lineweight set for the dimension layer) or thicker than even what the object lines are set at. Seems to pick a random linewieght at time of printing for these elements (just the boxes, not the symbols/text itself).
Is there a setting we should be defining somewhere to force it to follow the lineweight of the layer that it has been assigned to? Known bug?
View 4 Replies
View Related
Feb 23, 2012
Is there a way to turn off all section tags for drawings refering to all Sketch Layouts in all the Construction Document Layouts?
View 4 Replies
View Related
Feb 11, 2014
The main develop module controls have disappeared from the develop window. How do I recover them? I'm working with Lightroom 5.3. The missing controls are the sliders for exposure, contrast, clarity, etc. I must have inadvertantly clicked something that made them disappear but nothing I've tried brings them back. I've never had this experience in the years I've been using Lightroom (since version 1.1).
View 2 Replies
View Related
Jun 29, 2013
I can't process any images as the basic tab has suddenly vanished.how can I get it back?
View 3 Replies
View Related
Jan 2, 2013
I have had Window 7 64 bit operating system put on my computer.Will I get the benefits of additional Ram on Photoshop CS6 Extended?
View 1 Replies
View Related
Dec 28, 2012
I'm using ACAD LT 2008.
When i try to copy paste some drawing entities from a heavy drawing file to any other file, the program blocks and says 'not responding', endlessly. So i always have to shutdown the program. I experience the same problem using the designcenter: when I try to copy a layout into another drawing, my computer gets stuck.
Another annoying problem with these files is that they are so heavy, while in fact they shouldn't be. I tried the aectoacad file command. In result the file id half as big, but after I open it and save it, again is the original size.
View 5 Replies
View Related
Apr 2, 2013
Every now and then I go back and try to use publish to speed up printing but I always go back to plotting one by one.
I work in a housing construction office and I have 10 separate drawings side by side in model space for house plans that I need plot separate to give to certain people. My problem isn't that I can't publish them separately its that I can't save them over existing pdf's individually predetermined.
Q1. do i just have to go through and change every layout name before or after i publish?
Q2. how do i change the output publish location?
Q3. can each layout be saved to a different existing pdf and remember it?
Q3. can i save these setting across to a new drawing?
View 5 Replies
View Related
Jul 30, 2013
The code below crashes with an "attempt to write to protected memory" in debug mode (it crashes when it hits acDocMgr.add)but in the Release version it works fine. I am using Command Flags.Session
Dim acDocMgr As DocumentCollection = Application.DocumentManager Dim pStyle As Integer = Autodesk.AutoCAD.ApplicationServices.Application.GetSystemVariable("PSTYLEMODE") Dim acDoc As Document = Nothing If pStyle = 1 Then acDoc = acDocMgr.Add("acad.dwt") Else acDoc = acDocMgr.Add("acad -Named Plot Styles.dwt") End If
View 7 Replies
View Related
Feb 11, 2013
I tried to print thisdrawing.modeldocument in a vba sub, but it doesn't work.
View 4 Replies
View Related
Mar 14, 2012
how do i get an image set in one coordinate system come into a drawing in another coordinate system?
View 3 Replies
View Related
May 28, 2012
I want to know how to transform OCS Coordinate of A block object to UCS or WCS Coordinate .
It's Block's OCS Coordinate not other objects.
View 7 Replies
View Related
Nov 5, 2013
I've created a pdf file (with illustrator cs3). when I try to open it on photoshop CS3 I receive this message:
"error opening the portable document file (PDF) document. error code = 0X20030055"
I can open this pdf file outside photoshop.no problem openning other pdf files on photoshop.
View 1 Replies
View Related
Nov 23, 2013
I inadvertently saved a document as a jpg and wondered if there is any way I can convert it to a document file that is handled more easily with a file that is other than a photo file?
View 1 Replies
View Related
Jul 5, 2013
as of yesterday i have been receiving an alert when i try to move a jpeg into a new photoshop doc stating that my target document has a different depth than my source document and will (which it definiately does) result in lower than expected quality.
Photoshop specs: CS6; RGB; 16 bit; Res 300 pixels/inches; size: letter; (advanced setting - don't know what these are) color profile: sRGB IEC61966-2.1; Pixel aspect ratio: square pixels
View 7 Replies
View Related
Aug 8, 2012
i wan't to view the dwg in web with ActiveX,but i need't function of " save , print ,edit."so how i can develop the ActiveX? the .net plug can convet to web ActiveX?
View 1 Replies
View Related
Feb 26, 2012
I need to develop a custom looking band for Profile View. Is it possible with .Net? Where can I find any info about how to do it?
View 1 Replies
View Related
Sep 3, 2013
I'm using annotative scales. But for example line type scale will also change when I change annotative scale. How can I turn that off.
View 9 Replies
View Related
Feb 7, 2007
I've got an intermitent problem with copyclip, pasteclip and Wblocks. The functions work in some files but not other it seems to be dependent on the size of the file, i have 7 xref's in the dwg. i can copyclip to the dwg, but not form dwg. is it due to the size of dwg or what? can it be fixed? OR is there a system variable to set?
View 5 Replies
View Related
Jun 11, 2013
saving the 'Map Coordinate System' on a specific drawing? - For example, I need to use Coordinate System MGA-55 when working on an Australian Project, and UTM84-39N when working on a Kazakh Project, however, if I set my coordinate system to MGA-55, then save my drawing, the Coordinate system resets to UTM84-39N when I reopen the same drawing (it appears not to be saved with the drawing). I'm Using 'AutoCAD Map 3D 2012 (64bit) running on Windows 7.
View 2 Replies
View Related
Aug 15, 2012
I'm using Map3D & Raster Design 2012.
I have connected to some SRTM DEM data, but the resulting terrain and contours I generated are not showing properly. Specifically, the map area is stretched out of shape (too wide L & R). I seem to recall it had to do with setting the proper "define coordinate system" option for the file.
View 2 Replies
View Related
Sep 27, 2011
Im on a project including inserting an FAA sectional map and plotting new points on top of it. Im trying to setup the coordinate system right now before i import the data and i dont see an option that matches the map exactly. Im including the information from the metadata file included with the geotiff.
Bounding_Coordinates:
West_Bounding_Coordinate: -94.175741 East_Bounding_Coordinate: -84.616261 North_Bounding_Coordinate: 44.589505 South_Bounding_Coordinate: 42.107198 Ellipsoid_Name: Geodetic Reference System 80
Map_Projection_Name: Lambert Conformal ConicLambert_Conformal_Conic:
Standard_Parallel: 46.666667 Standard_Parallel: 41.333333 Longitude_of_Central_Meridian: -89.000000 Latitude_of_Projection_Origin: 42.666667 False_Easting: 0.000000 False_Northing: 0.000000
View 5 Replies
View Related
Mar 6, 2012
Our company has developed a local grid co-ordinate system. Is there any way to import it into Map3D?
View 1 Replies
View Related
Oct 14, 2011
I was wondering if there is any way to dump out all system variables with current value in a text file. One way would be to have the variable names already preset in a list of strings then extract them. But is there any other faster way? I need to compare some drawings side by side.
View 6 Replies
View Related
May 23, 2012
How do I add my own system in Civil3d? We have a little strange system here with a deformation model, but I suggest that isn't a problem.
View 2 Replies
View Related
Apr 26, 2012
How can I extract coordinate system of a autocad Map dwg file by using C#. I have to use this information to set the coordinate system of other drawing.
View 1 Replies
View Related