AutoCAD 2010 :: Setting View To Specific Layer Seems To Be Unavailable
Apr 30, 2012
I am looking to see if I missed a setting somewhere. I have hunted extensively, but the ability to set a view to a specific layer seems to be unavailable. What I woudl liek to be able to do is define the layer that the viewport is inserted on when I bring a view into a sheet using the sheetset manager. I love this system, but it does slow me down in that regard. If there is a setting or preference that I can switch to make that happen or am I going to have to write something to do it for me.
I have a 3d object located in model space and have opened up a view port in paper space to view the object. Now I have set up everything as I want this includes several other view ports not showing the 3d object. my problem is that I can use the hide command in the view port containing the 3d object and get the image I want. However switching tabs or doing just about anything causes the 3d object in the view port to revert back to wire frame. Is there a way to lock just the one view port with hide mode on without effecting the rest of the view ports?
I just tried to use the quick select feature by right clicking in my drawing but it is not selectable as the words "quick select" are greyed out. I tried restaring my PC but this hasn't fixed it.
If I type QSELECT the quick select box pops up but I don't want to have to type this every time I want to use this feature
New to AutoCAD. Designing a building in plan. Then used the plan to draw a section in new layer, but still in plan view. Is there a way to copy that section onto a new layer in front view and erase the old section layer? .
Occasionally I select part of an image, apply a hue/sat adj layer, check colorize and attempt to re-create an RGB color on that selection....but it all seems to be trial and error, hunt and peck method of moving HSL sliders or entering numbers.
I tried matching the "numbers" to an HSL equivalent of the desired RGB color but not much better/faster desired results.
I realize the image has a range of tonal values so hitting the exact number overall is not do-able using this method, nor is it the goal (otherwise a simple paint bucket fill would work). But at least somewhere in the selection image I'd want to be sure my color is very close.
I tried using eye dropper color sample spots (up to 4), which works, but the process is slow and fiddly.
My goal is to be able to re-color/colorize part of an image to match an RGB sample color, yet leave the tonal range in the image still looking like it is part of the scene; including shadows and highlights and midtones.
I've had a simple lisp I've been using for years that suddenly disappeared. It required that you identify a block name, tag name, and the value that you want the tag to be. All of this is performed via command line, so it is scriptable. Since I lost it, I've been experimenting with -attedit. This command comes frustratingly close to what I'm looking for, except it only appends an existing tag, or replaces a specific string within the tag; I can't get it to replace the entire tag, regardless of its value.
1> Any lisp routine that does what I describe? or 2> How to make -attedit replace a tag value without regard to what the value currently is (like a * wildcard)?
I have code that has the user select a viewport. I then need to set the selected viewport to an existing view, but I cannot find any exampes of this.
I have the viewport, but how do I get the ViewPortTable/ViewPortTableRecord from it?
Do I need to set the view in the ViewPortTableRecord od the ViewTableRecord?
No problems to this point...
'Code snipIf acPrmpt_res.Status = PromptStatus.OK Then Dim acVPort As Viewport = Nothing Dim acViewTbl As ViewTable Dim acViewTblrec As ViewTableRecord [Code] ........
I have been looking around but have not been able to find examples of how (If I can) set the model views via iLogic.
What I am trying to do is to have the view change from "Master" to the view I have created for each part, so when I go to create drawing all I have to select the right view and the part changes to match view.
I am just starting out in Civil 3D and we are using the 2011 version. Anyway I have created cross sections along the centerline of a profile. How do I get the elevations and offsets to show up without digits to the right of the decimal, in other words to the nearest foot (ie. 3820.00 = 3820, 50.00 = 50)?
How can I, or can I apply a specific layer to a specific command?? When I choose the dimension command, i want it to automatically become my "Dim 1" layer without having to select it, then select the layer. Is this possible??
I want to copy some objects from one drawing to another. However, in the source drawing the objects are on one layer, but I want them on another layer in the target drawing. I know pasting the objects as a block fixes the problem, but as soon as I explode them they're back on their original layer - and I have to select them all and move them to the preferred layer - which can be tedious with multiple objects.
The acquaintance with new 2012 Inventor gave several tiny but annoying problems.
The lighting settings is not so good as 2011 and requires alterations. The View - Lighting setting is always turns to Two Light instead of desired Default. The question is how to permanently set it to desired setting in ALL project? When I create the new lighting style it is visible only in that file. How to make it visible and set by default in other files? [URL]
New 2012 has option of showing the name of part or assembly while cursor stops hovering over the object. Is it any time setting of duration of that option? It is quite annoying waiting for turning off or shutting down unwanted show up. It also either work or not work at all.
Is there any way to stop the flipping of the solid/sketch view from iso to normal?
its annoying to make changes to a sketch and constantly have to re orient the part after finishing a sketch, I dont want the solid model to return to iso view after sketching, is there a setting for this?
Is there a way of using Ilogic to make hidden lines of specific parts in an assembly drawing view visible? If a part with hidden lines showing is suppressed and then unsuppressed the hidden line option becomes unchecked, therefore I need a way of rechecking this option through code?
I have a drawing where I need to open the layer manager to turn on a layer in a view port but cannot get to that particular column. As you look across the top of the layer manager I can see all the headings of each column beginning with "Name", "Status", "On" and so forth. The last column heading I see is "Description" but I need to go even further to the right to get to the column I need to be at but can't get there. There is no scroll button on the bottom of the layer manager which would allow me to do that.
I am working on 3d model of interior and I have two problems. I am trying to made similar model as it is on the first image.
After setting all render properties and turning on sky and illuminations my view on object switch from isometric to perspective view.
Is there any way to change it to isometric view so the point of view do not change position at the time of changing, because I find out the way to return it to isometric but then the point of view that was placed inside of room is moved outside and I can't render object that was inside.
Also I can't set white background as it is on the first image. Second image is my attempt that is made inside of the room.
I have made an add-in that automates the insertion of points on a surface and I am trying to find out how to put these points on a specific layer. I guess that changing the "standard" default Point style would do the trick, but I can't find the objects to use in the Civil3D API.
I know you can change the width of the polyline by using the command "plinewid". Is there a way to set a specific width of the polyline on just one specific layer?
For example, I create a layer called "WIDE", and I want the width of the polyline to be 4". But i want the pline width to be 4" ONLY whenever I draw on this particular layer called "WIDE"; but if I draw on the other layers, the polyline width would be back to the default width. Is this even doable?