AutoCAD 2010 :: Multiple Masks Of A Single Xref

May 23, 2013

I can't mask more than 1 area of an xref. 

If I mask one area in model space, then I try to mask another, clicking no delete of previous boundary, it still won't let me do it.  I need to mask many small pieces of an xref in the model space. 

View 6 Replies


ADVERTISEMENT

Photoshop :: Multiple Windows (masks) Onto A Single Layer?

Sep 12, 2013

I have a large image, and want to use the new generator feature to automatically extract two specific areas of this image (which is on a single layer) to two separate files.

Simple enough to do the first, using a layer mask, and works beautifully. But I can't work out how to do another, without copying the main image layer.

View 9 Replies View Related

AutoCAD 2010 :: Xref Masters / Template VS Single Xrefs

May 23, 2013

I am currently working on quite a large scale project with drawing packages of up to 50 drawings. Each of these drawings are layouts and need to have the same set of xrefs (ie. survey and road design) with the same layer properties. I may have one set of 50 drawings for Road Lghting and another for drainage for example. Each requiring a different set of xrefs and different set of layer properties.

Where I currently work I have a choice between to systems to run the job, both involve the use of scripts to control the layer states. My question is, and i wanted to start a discussion on which option is better, is whether to use Xref templates which nest all the individual xrefs into each of the 50 drawings, or use another script to attach/change the list of xrefs in each of the 50 drawings.

Xref Master/template option..Nest all required xrefs in one master, ie. X_DRAINAGE_MASTER.DWG Use a script to control layer states, ie. DRAINAGE_ LAYERS.SCR I think this has greater control over random mistakes with draw order issues from other draftsmen.Attache individual xrefs option. Individual xrefs in each drawing with a script ready which loads/changes the xrefs as I need. This script also controls draw order Also uses the same DRAINAGE_ LAYERS.SCR to control layer states I think this has a higher likelihood of draftsmen making mistakes with random xrefs and/or draw order problems.  Probably takes more time to update all drawings with a respective change as opposed to updating one master xref.Does nesting a whole load (maybe 50-100 xrefs) into a master create slow working drawings?

Worth noting I have the ability to apply any number of script in any order I want through the use of a spreadsheet.

View 3 Replies View Related

Photoshop :: Multiple Layer Masks On Single Layer

Jan 16, 2013

A student of mine asked why you would create multiple layer masks on a single layer.

View 6 Replies View Related

AutoCAD 2010 :: Getting Multiple DXF's Into A Single File

May 29, 2012

I have several DXF files that I would like to bring together into a single AutoCAD file so I can put all the pieces I have together on a single screen. How do I do this?

Also, when I am able to do this, is there a way to give points to my separate objects so I can match them up with other points of other pieces that it's supposed to fit up to? I'm pretty new to AutoCAD

View 4 Replies View Related

AutoCAD 2010 :: Single Attributes In Multiple Text?

Feb 22, 2012

In my title block I have a attribute with the name project_Number. Now what I want to do is the following. When I edit my block with the project number. The project number should automatically be added to a text box without me typing in the project number twice.

E.g.. This Drawing is part of the consulting services provided for Project[Project_Number] and may not be used or applied for any other purpose without prior consultation.

in other word the project number should be reference in the text box from the attribute.

View 6 Replies View Related

AutoCAD 2010 :: 2012 Xref Has Multiple References / Not Detached

Oct 31, 2012

I'm in AutoCAD 2012. This xref won't go away. I've done the obvious fixes but can't get rid of it.

View 4 Replies View Related

AutoCAD 2010 :: Create Single 3D Object From Multiple 2D Sections?

Feb 27, 2013

Is there a way to create a 3D object such as a motor, by using 2D sections from multiple view points? For instance, I have a side view, front view, and rear view of a motor in 2D but I would like the motor in 3D. Besides cutting one of the views in half and revolving around it or push/pulling an enclosed area a certain distance for each individual feature of the motor or extruding many faces is there a QUICK and SIMPLE way to do this? 

View 2 Replies View Related

AutoCAD 2010 :: Multiple Drawings Connected To A Single Database

Jan 5, 2012

I have a table in an Access 2010 database which has 130 rows of records.  Each row is assigned a drawing file name field and then the 6 attributes for the title block of each drawing.  I am wanting a routine that will open a set of drawings, the set matching each drawing file name field record and populate the attributes in the drawing title block with the corresponding records in that row from the database table.

I have seen where multiple blocks in one drawing can be populated with an attached database but I want to populate several drawings with a single database that has several records.  One row of records for each drawing.

View 6 Replies View Related

AutoCAD 2010 :: Combine Multiple Drawing Views Into Single DWF File?

Jan 29, 2012

Can the Plot command be used to combine multiple drawing views into a single DWF file?

View 1 Replies View Related

AutoCAD 2010 :: Printing Multiple Views For Model On Single Piece Of Paper

May 24, 2012

Im working with Autocad 2012, havent done much with 3-d modeling.  I have a model drawn and I simply want to print it with the top, front, right and an iso view on one piece of paper. 

View 2 Replies View Related

AutoCAD Civil 3D :: Multiple Surface Masks For Buildings

Feb 25, 2011

I'm now using a different computer. I have a drawing with an existing surface and contours. I have two buildings on site that I'd like to mask the contours that run through them. I used the mask feature for one of them, but that is the limit. How can I mask the contours so they aren't running through the other building.

View 8 Replies View Related

Photoshop :: Plugin / Action To Separate Multiple Objects On Single Layer Into Multiple Layers

Jun 24, 2013

Imagine a layer containing 10 squares, each square is isolated (none are touching). I need a quick way to put each of those squares on its own layer. Is there something already built in, or any plugin or action?

View 12 Replies View Related

Photoshop :: Using Multiple Gradient Masks

May 25, 2004

Is there a way to use multiple gradient masks in a single mask?

I'm working on a photo collage and when I bring in a new picture I would like to get rid of the hard edges. Creating a layer mask and then using the gradient tool to fade one of the edges of the picture works great. Is there a way to repeat this on the same mask so that I can use this same technique on the other 3 edges of the picture?

View 6 Replies View Related

Photoshop :: Multiple Layer Masks

Aug 18, 2008

I would like to know if someone can please show me how to use multiple layer masks in an image? For example..I would like to do a curves adjustment layer and also only add contrast to a certain part of the image.

View 1 Replies View Related

AutoCad :: Convert Multiple Single Text Objects Into Multiple Mtext Objects

Jul 3, 2013

I have long used the following lisp to convert multiple single text objects into multiple mtext objects (i.e. make each text entity into separate mtext entities).

; T2M - convert individual Texts/Dtexts to individual MTexts
; modified by Xanadu - www.xanadu.cz
;
(defun C:T2M (/ ss i elist)

[Code]....

However, the mtext entity always moves position slightly (compared to the original text entity) after converting the object. better lisp that converts multiple text entities into mtext entities (which are all separate still, i.e. not joined together) without the position of the entity changing?

View 4 Replies View Related

AutoCAD Architecture :: XREF - Multiple References

Mar 5, 2013

ACA2011.I've got a construct that for some reason has 2 xrefs listed within it that I can't detach. It says that it is unresolved and when I try to detach it it says "c_Floor Plan - First" has multiple references, Not detached." This is one of two xrefs in the drawing doing this...how is it possible to have an xref of the same name in the drawing? I can't figure out how to detach it. It was causing problems in the view to which it was referenced, and I solved it by creating a bogus, blank construct called "test" and changed the path of the xref in the construct to this drawing...but I still can't detach it.

View 2 Replies View Related

AutoCad :: Multiple Installation On A Single System

May 31, 2012

I currently have 2007 installed on my computer and we just upgraded 2 of our seats to 2013. Can I install 2013 and still have 2007 on the computer? Will that screw up running either one? Will they conflict each other? I will eventually uninstall the 2007 version, but want to get 2013 up and running quickly.

View 6 Replies View Related

AutoCad :: Publishing Multiple Layouts Into Single PDF

Mar 18, 2013

I seem to be having an issue publishing multiple layouts into a single PDF.

All the layouts are setup to plot to 'Adobe PDF' and in the Publish options I have set 'Publish to: Plotter named in page setup' as well as 'Multi-sheet file'. When I click OK I'm prompted for the filename for each layout and have to save them as separate files.

The only time it does work is when I choose 'Publish to: PDF' which I guess uses AutoCAD's internal 'DWG to PDF' method. Is my preferred method an Adobe issue or is it fixable through AutoCAD?

View 9 Replies View Related

AutoCad 2D :: Difference Between Multiple And Single Line?

Feb 12, 2013

except for the quantity of the line . the case is I was taught to make a title block tempelate. For each single item, like text"STUDENTS NAME " or "PART NMAE" , and inluding the attributes, I was instructed to use single line text instead of mutliple line. I was told that single line won't change. What does it mean it won't change?

I feel that single line is more precisely controlled ,while the multiple line text is more ofen used in puting the notes in a drawing. But in what case use what I am confuesd. Especailly when make the tible block, It seems to use the single line text is the unique way to make each feature in its status.

View 2 Replies View Related

AutoCad :: Single Plot To Multiple Pages

Aug 9, 2011

The drawing I just finished and need to plot is 19"L x 9-1/2"H. The printer I have here only does 8-1/2x11 sheets.
How do I plot this drawing on a 1:1 scale so it will print on multiple sheets of 8-1/2x11 to make the single complete drawing? I've tried changing the plot setting but guess I'm over my head.

View 1 Replies View Related

Illustrator :: Copy Clipping Masks Including Relative Positions For Multiple Images?

Feb 26, 2014

I have a number of microscope images of the same subject that were taken under three different conditions. I'd like to use clipping masks to crop the images in the same way (the same size but also the same positions relative to the corners/sides of the images. In case that was incoherent, I made an image to try to explain what I'm trying to achieve (the same portion of each image for each set):

View 3 Replies View Related

AutoCAD Civil 3D :: Xref Has Multiple References - Not Detached

Apr 8, 2013

I know the difference between attach and overlay for reference files. 

The problem here is that the xref IS attacehd as an overlay and I am still not able to detach it.

I am working on WisDOT transportation plans.  For those that are not familiar with these projects, certain reference files must plot black in some plan sections, but grey in others.  When we submit the plans to the utility companies, all utilities must be black. but are grey in everyother submittal.  I changed the xref level attributes to plot black with the intensions of detaching the xref and reattaching to revert back to the orignial grey level attributes.  Is there anyway that changing the level attributes is somehow not letting the xref be detached?

Intel Core i5-2500K CPU @ 3.30 GHz
8.00 GB
64-bit

View 1 Replies View Related

AutoCAD 2013 :: Multiple Xref Layers - How To Turn Off At Once

Sep 18, 2013

I made an autocad file. with many xref files. there are layers. and the layers are all the same, only the name for the layer its the name of the xref link . but how can i turn it off at once.

View 9 Replies View Related

AutoCAD Inventor :: Single Drawing For Multiple Extrusion

Sep 16, 2011

I design press tools. Is there any ways in inventor 2012, where I can have only one common sketch in zero height and extrude profiles in different heights. Like plate no 1 @100 to 120mm (in vertical axis. A 20mm thick plate placed at 100mm above zero plane.) and plate no 2 in 150 to 175mm height and so on.

View 6 Replies View Related

AutoCAD Inventor :: How To Use Single Sketch For Multiple Extrusions

Nov 8, 2013

How to use a single sketch for multiple extrusions, i would create all the holes and everything in one sketch and i could reuse that sketch again and again.i totally forgot how to do this.

View 2 Replies View Related

AutoCAD .NET :: Combining Multiple Drawings Into Single Drawing

Jan 3, 2013

I'm fairly new to the AutoCAD API for .NET, and for the last month or so I've been googling about, looking for comprehensive documentation on the Autodesk API (their equivalent of man pages). I've yet to find anything that describes each method and class in the API.

My goal is this: I'm trying to figure out how to copy the contents of all drawings in the same directory into a single dwg file. What subsets of the AutoCAD API should I use to do so?

View 5 Replies View Related

AutoCAD Civil 3D :: How To Have Multiple Elevations On A Single Point

Dec 6, 2012

Is there a way to have multiple elvations on a single point?

Such as with a top & bottom of curb.

I have tried to add a component to the style, assign the name as the control, and put in the elevation

I want, but you can't have multiple points with the same name.

View 9 Replies View Related

AutoCad 3D :: Multiple Layers Moved To A Single Layer?

Jul 6, 2011

I'm working on a drawing and I need to take multiple layers that I have drawn (which make up one unit) and basically merge them together so that I can replicate and move them about and place them where they need to go in the larger unit that they live in.

I tried playing with grouping in the Layers Manager, but that doesn't seem to be doing anything for me. Not sure if I'm just doing something wrong, or if there is another way to go about this.

I'm attaching my CAD drawing so you can see what I'm up to. In this drawing, there are basically two groups of layers. Those that make up the Control Tower itself, and another group for what's called a Tajimi Rack. I need to have all the layers for the Tajimi Rack made as one so that I can move that object around without having to move the layers one at a time. (There is a lot more that needs to drawn into the Tajimi Rack, but once I know how to merge them all together, I'll be in a good position to carry forward.)

I also need to know how to then take that new Tajimi Rack layer and duplicate it (I'm looking to place about a dozen of the Tajimi Racks in the control tower.

FWIW, I'm a self taught CADer. By that I mean I have to use CAD in my job but it's always done in a 2D setting where I'm simply looking through roofs with other drawings laid under for rigging purposes. This drawing things in 3D concept is something I'm just making up as I go along. 5PTS Control Tower.dwg

View 5 Replies View Related

AutoCad 3D :: Imprint Multiple Lines Onto A Single Solid

Aug 14, 2013

Just discovered the IMPRINT command... noticing that it will only imprint a single object at once.

How to enable the command to IMPRINT multiple lines onto a single solid?

View 9 Replies View Related

AutoCAD Inventor :: Add Single Column To Multiple Items

Jan 9, 2012

A quick way to add a single column to multiple items in the Content Center? The column would be the same across the board, and I really don't want to edit several hundred family tables one at a time if I don't have to.

View 2 Replies View Related







Copyrights 2005-15 www.BigResource.com, All rights reserved