AutoCAD 2013 :: Wipeouts Not Working When Using External References?
Nov 1, 2013
I have a DWG file with wipeouts. When I use the files as external references in another DWG and print to PDF the wipeouts do not work and all that is seen is the wipeout line. Is there a way to have the PDF have the wipeouts appear as they should?
View 3 Replies
ADVERTISEMENT
Jul 21, 2011
I needed to use an xref so loaded up the external references box to view all available xrefs. Since i did this i cant get rid of the xref box. Its there whenever i load cad up, load a new drawing and when switching clean screen on and off. Ive tried the close button in the top corner but it still returns.
View 8 Replies
View Related
Jul 23, 2012
How to use External references?? i have worked in autocad but i dont know how to use this command, i have to do about 250 drawings of External references.
View 3 Replies
View Related
Jan 11, 2013
AutoCAD 2012. When printing a PDF file wipeouts were working correctly. But then we replaced the machines with W7-64bit machines and started using AC2013. Now the wipeouts are not wiping out the background objects when you print using the "DWG to PDF.pc3" plotter.
You can get around it by using the "Print As Image" check box in Adobe, but the end user of the file may not be aware of this fix and then his pdf prints do not read correctly.
I've copied the DWG to PDF .pc3 and .pmp files from AC2012 to AC2013, but that didn't fix the issue.
View 9 Replies
View Related
Jun 19, 2013
I want to load the external references in the drawing, how to implement this program?
I returned to the drawing path and the way I want to load it using the insertion point.The code error is probably somewhere not understand where.
[CommandMethod("TDMSXREF", CommandFlags.Session)]
publicvoid TDMSXREF()
{
Document doc = Application.DocumentManager.MdiActiveDocument;
Database db = doc.Database;
Editor ed = doc.Editor;
[code].....
View 1 Replies
View Related
May 2, 2011
Is there a procedure or command to use on an opened drawing to see if the drawing is used as an external reference anywhere else? For example, can I open Drawing A and determine whether it is used as an external reference in Drawing B without going to Drawing B and looking at the external references palette?
View 1 Replies
View Related
Jan 31, 2012
I've been asked to create several drawings using one external reference which contains doors, bund walls, lighting etc. My question is how do I take this external reference and create several new drawings when I cant even turn layers on or off once I have inserted it onto my new page?
View 4 Replies
View Related
May 4, 2012
I use this palette all the time and keep the icon displayed (in hidden form) on every session that I open. I started AutoCad this morning and "external reference" icon was not displayed on the screen. I went to the tools tab and selected the external reference palette. A box was displayed that could not be hidden and all screen function were stopped until I closed this box.
I went to customize tool palettes and compared it to the properties palette and they looked the same. I want to get my external reference palette function back to the way it was.
View 1 Replies
View Related
Apr 21, 2012
Prior to 2013 I have been able to stretch wipeouts - it seems that this command no longer works!! Is there system variable that needs to be altered? or have Autodesk simply removed the functionality??
View 9 Replies
View Related
Oct 10, 2012
Streaks through their wipeouts when viewing pdf plots? It seems to come and go depending on how much you zoom into the plot. Attached is a simple example of what I am talking about, along with the source drawing, and a snip as I see it in Acrobat X.
View 5 Replies
View Related
Feb 28, 2013
I am trying to add a list of External References to MTEXT. The diesel expression $(xrefs) works fine within RTEXT but when I enter it into MTEXT the result shows "$(XREFS)??
View 2 Replies
View Related
Jun 27, 2013
I'm trying to adjust the properties of some block objects in Mspace. When the file contains external references the function fails, when it has none it works perfectly.
Dim modelSpace As BlockTableRecord = DirectCast(M_trans.GetObject(SymbolUtilityServices.GetBlockModelSpaceId(db), OpenMode.ForRead), BlockTableRecord)
For Each id As ObjectId In modelSpace
Dim ent As Autodesk.AutoCAD.DatabaseServices.Entity = DirectCast(M_trans.GetObject(id, OpenMode.ForWrite), Autodesk.AutoCAD.DatabaseServices.Entity)
ent.Color = Color.FromColorIndex(ColorMethod.ByLayer, 256)
Using the above to get all objectid's and filter through them then using:
If TypeOf ent Is BlockReference Then
Dim br As BlockReference = DirectCast(ent, BlockReference)
Dim btr As BlockTableRecord = DirectCast(M_trans.GetObject(br.BlockTableRecord, OpenMode.ForRead), BlockTableRecord)
If Not btr.IsFromExternalReference Then
View 6 Replies
View Related
Aug 20, 2013
Here is the background.
A "MODEL" drawing exists that contains only the surface model. The surface model is data referenced into a "LABEL" drawing that contains the surface style (contours), contour labels, and spot elevations. This "LABEL" drawing is xref-ed into a "SHEET" drawing that contains the title block and some other xrefs containing the proposed layout, ex cond, etc..
When I open the "LABELS" drawing, the data reference works. My problem is that when I open the "SHEET" drawing, the contour labels and spot elevations cannot find the referenced surface and just contain a string of 20 or so characters.
I already have a workaround. If I open the "SHEET" drawing, then open the "LABELS" drawing and save it, I can reload the "LABELS" drawing within the "SHEET" drawing and the problem is solved.
HOWEVER, I have a bunch of sheets that I want to publish, and publish does not work when you have to open the file and re-reference everything. Is there anyway to get this reference working correctly so that I do not have to open multiple drawings to get my data correct?
FYI, I have already tried resetting my data shortcuts project folder, validating data shortcuts, etc. in the "LABELS" and "SHEET" drawings.
Civil 3D 2012, SP 2.1
View 2 Replies
View Related
Jun 4, 2013
How to turn off osnap for objects under wipeouts?
It is annoying that although the objects under wipeout are not shown, they still become targets of osnap!
View 2 Replies
View Related
Sep 20, 2011
is it possible to retrieve the names of all the nested external references, and how should it be done?
View 2 Replies
View Related
Nov 13, 2012
Is there a way to localize all external material references? For instants I created a framing square with the proper materials assigned. When merged with another file it looses its bit map image placement so have to re-fit every thing again.
View 8 Replies
View Related
Jul 13, 2012
I have several viewports rotated in paper space. When i set them to let say 1:100 scale go to paper space and then click into viewport it comes back to zoom extends of model space and i have to set it all up again and rotate it.
Second problem is that I've created wipeout in model space when i go to layout (paper space) ti looks just how i want it.
When I go to preview or plot it doesn't recognise any wipeouts?
View 4 Replies
View Related
Jan 31, 2013
I know that data referenced drawings can be included in an eTransmit. However the drefs don't appear to repath when doing so. Any way to promote data references using eTransmit?
For context, we are trying to find a good way to archive all the project files at certain milestones. eTransmit does a good job of gathering up all the files referenced in a sheet set. It appears to repath the acad xrefs but the drefs still refer back to the working model files.
View 2 Replies
View Related
Apr 16, 2013
Having problem with sheet views losing all their numbering??
Have been using sheet views since the day they came out. Great for cross referencing and not just call outs. But also lists of materials etc. as well. See attached image.
However recently when opening a drawing, boom the views lost all there numbers and restored the name back to what i originally called the view!
See below. The circled view numbers disappear!
Civil 3D 2014 (SP1)
Win 7 Pro x64
DELL Precision Workstation T3500
Intel Xeon 3.3GHz (w3680)
24Gb Ram
NVIDIA Quadro 2000 (1GB)
View 3 Replies
View Related
Oct 5, 2013
Created in the template sheet metal rule. Why External ilogic rule is not working? User-valued parameter is created, sheet metal rule does not change.
name = ""For Each par In ThisDoc.Document.ComponentDefinition.Parameters.UserParameters If par.Name = "SMR" Then name = par.Name Exit For End IfNextIf name = "" Then Dim MyArrayList As New ArrayList For Each st In ThisDoc.Document.ComponentDefinition.SheetMetalStyles MyArrayList.add(st.Name) Next ThisDoc.Document.ComponentDefinition.Parameters.UserParameters.AddByValue("SMR", "", UnitsTypeEnum.kTextUnits) MultiValue.List("SMR") = MyArrayList Parameter("SMR") = SheetMetal.GetActiveStyle()End IfSheetMetal.SetActiveStyle(Parameter("SMR"))iLogicVb.UpdateWhenDone =TruePS:
View 2 Replies
View Related
Sep 4, 2012
We use a number of blocks with block tables for data extraction here, and whenever one of the blocks is modified and updated, all of the block tables reset to the default value. This happens for any block reference change, not just changes to the block table (which makes sense that it would reset).
How can we update these blocks without having to manually change all of the block tables afterwards?
View 2 Replies
View Related
Aug 17, 2011
I like using wipeouts in adding text over busy sections of plant layouts. When they are printed as an pdf on an A3 they usually print fine. If the pdf is printed as an A1 or A O then the wipeouts have like a solid hatch pattern over them. I would like to continue using wipeouts to add text over details on a drawing if possible.
View 3 Replies
View Related
Aug 30, 2011
We've got a couple drawings where circles in the model tab are hiding objects behind them like a wipeout will, but only when printing or print previewing.
We're using AutoCAD 2010 and the viewport shad plot setting is set to hidden.
View 5 Replies
View Related
Apr 20, 2011
Upgraded to 2012 yesterday. Today I've noticed that WIPEOUTs no longer have grips when they are selected. It also seems as though they cannot be modified via the STRETCH command.
All I can think of off the top of my head is to explode the wipeout, isolate the elements, reassemble them as a polyline, modify as desired and then recreate the wipeout from the polyline. But that's hardly efficient.
No grips wasn't too bad, but not responding to a stretch seems stupid. We use wipeouts in many of our blocks. We may take one block and modify it to create another similar block. Recreating the wipeouts because they wouldn't stretch or couldn't be easily modified to adapt to the new geometry will be a real waste of time.
Infrastructure DSP '14 / Product DSP '14 / Vault Professional 2014
Dell Precision T1650
Windows 7 Professional SP1 64-bit
Intel E3-1270 V2 3.5GHz / 32G RAM
Nvidia Quadro 2000, Driver 331.82
Space Navigator, Driver Version 6.17.7
View 9 Replies
View Related
May 15, 2012
I'm running Lightroom 4 on a Mac OSX 10.6.8 and using Elements 10 as my external editor. When I right click and select EDIT IN and choose Elements, nothing happens. When setting up Elements as my editor for LR, I'm sure I chose the right folder for Elements. I also tried deleting and restoring the defaults and then setting up Elements again.
View 2 Replies
View Related
Dec 9, 2012
when trying to follow the "Getting Started: Animated Battle Scene" tutorial. I am at the "Adding Materials to Objects In the Scene" section of the tutorial where I am being instructed to add the textures onto the objects, however when I open up the Compact Material Editor, all of the samples (Battlefield, Cannon, Windmill, ect) are nothing but grey spheres.
I was able to locate the image files stored in my Documents/3ds_Max_Tutorials_scene_files folder, however when I close out of 3DS Max, reopen the program, and reopen the scene, I am presented with the "Missing External Files" message box. Where should I store the image files so that 3DS Max is able to locate the image files?
View 1 Replies
View Related
Oct 23, 2013
Is there any external application for creating a section box for autocad? If i use the live section it applies only to solids. Is there any option or an external add on so i can apply to points lines polylines civil 3d object and in general to every object?
View 8 Replies
View Related
Jul 19, 2013
I have a drainage structure table for a leaching system. I used some expressions to calculate some of the leaching pool values for the Top Of Rings etc. When the expression is false I get a zero. The expression work as expected, and I anticipated manually wiping out the false value, but when I wipeout or solid mask the values in MS they don't line up in the view port. How to effectively wipeout structure table cells?
Civil 3D 2012 & 2013
HP Z210 Workstation
Intel Xeon CPU E31240 @ 3.30 Hz
12 GB Ram
64 Bit Win7 OS
View 6 Replies
View Related
Jan 22, 2014
A couple of weeks ago a weird problem has started ocurring. Photoshop stopped working as an external editor. When I click Edit in Photoshop, Photoshop opens and it seems like it's trying to open the image but then nothing happens. It only works when I export the image as a PSD and open it then. I think I have managed to narrow it down a little because when I click the .dng file in Finder, Photoshop tries to open the file and comes back with an error message saying "Der Vorgang konnte nicht ausgeführt werden, weil das Dateiformatmodul die Datei nicht interpretieren kann" which roughly translates to that the file can't be interpreted. I think there may be something wrong with how Lightroom converts DNG files because I can open older files fine. Funnily enough I can even open some (really just a small percentage) of the current .dngs when I can't open others. I tried reinstalling both Lightroom and Photoshop to no avail. It happens with both Photoshop CS6 and CC.
View 1 Replies
View Related
Apr 17, 2013
I have this heavy issue, i can't send to back a line, an object or a hatch under other lines. In 2012 i used this feature a lot but in 2013 it's not working very much, maybe 1 time out of 10 and i absolutely can't say why.
HPDRAWORDER = 1 seems to work with a new hatch.. but i can't redraw everything.
Let's say i put an entire floor plan into block then draw over it. (I don't want to start a Xref discussion please) i can't send the entire bloc to the back.I used to do that with 2012, 2008, 2007.. but it's 2013 it's not working, is there a way to correct that?
View 9 Replies
View Related
Aug 25, 2012
I recently copied all my photos over to an external hard drive by "exporting as catalog". How do I set up another catalog in Lightroom 3 that will recogize my external hard drive so I can import and work directly on that external drive or do I have to create a new folder? I want to delete all the original RAW photos and JPEG photos from my laptops hard drive to clear up some space.
View 3 Replies
View Related