In my layer prop manager, I have 2 layers with the name "0". How is this possible? Also, I'm trying to move the lines/polylines on either one of these layers and it won't move because it's locked. But when you look on the layer manager, BOTH of the 0 layers are not locked down.
I am hoping to create a function that creates a named viewport around a 2d PLine with a specific layer name. The function would be creating a different viewport name for each separate item with the specified layer name in the drawing. there will be multiple items. The viewport will need to center the item to screen before creating the named viewport.
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 many named UCS settings in the base file but have to apply this setting to at least 30 files... It would be nightmare if I have to do this all one by one.
I create named views for each area that will become its own sheet when I go to paperspace. Right or wrong that seems to make it easy to create all of the layouts.
I would like to be able to create a table thru attribute extraction that will take-off parts in an individual named view so each layout sheet will have a parts list for only the items I want shown on that sheet.
The only two options I see in attribute extraction are for model space only and entire drawing. Am I going at this wrong?
Example: I would like a table showing all of the window types on level 1, level 2, etc. on the same sheet as the key plan for that level.
I am trying to insert an excel table using a datalink. If I insert the entire sheet, it includes too many cells. If I set a print area and choose that area, it will not insert the table. The first time it acts like it is going to work, but then never lets me place the table. The second attempt it just will not let me select that data link. If I actually name a group of cells, I get the same behavior as the print area. Have issues with importing excel tables? Am I missing a step?
My work flow is
Create an excel sheet & format the table.
Select desired sells, set print area.
Save & Close excel
go to annotate tab in civil 3d
select table icon
choose from data link
launch data link manager
create data link and choose range of cells as print area.
Press OK
it never let me choose insert point.
I have also tried to simply make the datalink and then run the table command with the same results.
Civil 3D 2013 HP Z400 Workstation 6GB of RAM 296GB HDD ATI FirePro V5700(FireGL) Win 7 Home Professional
I am using Autocad Electrical and I have an attribute name INST for the installation code in multiple blocks in my drawings. Is there a command out there that can change the font of just that attribute to Arial through out the drawing. I do not want to change any of the other attributes and they all use the same style.
I am trying to insert blocks (nuts and bolts, external equipment, etc.) into a drawing that uses named plot styles. Then I want the inserted blocks to print with, say, 30% screening. I've tried different flavors for the blocks, By Layer, By Block, Layer 0, other layers, etc. The only way I can make this work is to go to the original block with Block Editor, and then change the individual lines to "30% Screening". It is pretty time-consuming.
I have a drawing with several views I've saved using the View Manager. Since creating the views, I have created some new layers. Now when I use View Manager to set an existing model space view current, the new layers are set to frozen. When I created the views, I un-checked the 'Save layer snapshot with view' checkbox.
I can thaw the new layers, then use the 'Update layers' button to correct this, but it's a hassle. Why is it freezig layers created after the view was created?
I am working on a rendering on vanilla AutoCad 2013, and I am getting frustrated with having to reset my viewport to the named view every time I move my camera.
I know that when you create a viewport you can call up a named view, but is there any way to link it permanently?
In 2008, one could create some Mtext using a type font named ISOCPEUR and type of line of text. One could then go to the Express Tools/text/explode text function. That would explode the text and one could then manipulate it so that one had a bunch of letters that were polylines. One could then extrude the polylines and either add or subtract them from a solid and create either recessed or proud lettering on a part. That meant you could mark a casting or a molded part just like in the real world.
But in the fully advanced, super dooper, state-of-the-art, fantasmagorical (sp) AutoCAD 2013, if one goes to Express Tools and selects the explode function, the command TXTEXP is not recognized as a valid command.
I'm trying to copy sheets from one dwg file to another in Inventor 2010. I get the error: "Named segment already exists: cannot create or rename". The sheet name is not listed in the target file. Why this error is occurring and how to fix it?
I am in need of a LISP to freeze layers in viewports on named pages. I found the following functions to return the frozen vport, but it only returns the list of already frozen and it only works if the viewport is active; besides just listing the frozen layers isn't enough. I need to be able to supply the page/tab and a list of layers to freeze.
Is it possible to provide the page/tab name and a list of layers as aguments to a subfunction that could either activate the viewport and freeze a list of layers, or simply freeze the layer list for the named page's/tab's corresponding vport.
Important: most of my pages/tabs contain at least two vports. The largest of the two vports is the only one I wish to change, but if the layer list is frozen on all vports (per page/tab) it will make no difference because the smaller vport only requires that layer 0 is visible.
The crux of the matter is that the CANNOSCALE value needs to match an existing named scale. This lisp is part of a bigger lisp and I need to pass a variable into it. Here's what I have:
I have a Multi-Value Parameter "MV" that I want to populate using a Named Range from an Excel file that is already populating other parameters for the same file.
I currently have the file working by populating "MV" by using the snippet from iLogic below...
The reason I don't like this method is because if ever that range changes... all the iLogic code will have to be updated as well. How to set a Multi-Value Parameter using a Named Range from an Excel file? I assumed the below snippet would work but I am receiving
"Array was not a one-dimensional array." as an error.
how to change the font of a specific attribute in all my blocks in a drawing. I am trying to change the INST attribute font to Arial but I have thousands of them through out my project. My other attributes that I do not want to change are using the same Style as this block so I can not simply change the style.
I'm dabbling in lisp to reduce some drafting time. I'm looking for a way to move a named block left 5 inches. The names block in this instance is "Bricks". What would be the easiest way of writing this in lisp form? I searched through the forums and I couldn't find what I was looking for. This is not after an insert command. This is a block that currently exists in the drawing template.
I need to publish multiple files that are in the Named Plot Style Mode in Black and White instead of color. Is there a way to do that in 2012? In previous versions it wasn't a problem. Short of opening every single file and doing the convertpstyles I can't seem to figure out a quick way to do it. Is there an option somewhere that I can change to make the Publish use the Color Plot Style Mode so that it will recognize the monocrome.ctb file?
I have a MultiValue Parameter that I want to populate using a named range from an embedded excel spreadsheet. I would like an iLogic solution if possible because I need other people to be able to understand the code without too much difficulty.
One of the sample snippets given allows access but not if the excel file is embedded.
'GoExcel.NamedRangeValue("Part_Width") The code below works but not when using a named range. ' Load bearing housing typesMultiValue.List("parameter1") = GoExcel.CellValues("A1","A20") Is there something I'm missing? I was hoping to use something like below ' Populate MultiValue Parameter from excelMultiValue.List("parameter1") = GoExcel.CellValues("3rd Party:Embedding 4", "Sheet", "myNamedRange")
We would like to be able to store all of our drawings on the Autodesk 360 cloud but have two users in different locations and want to share a common account. We already have two separate accounts with our 2004LT but that requires each of us to set up sharing for the other, notification, etc. If we purchase two seats of 2013 AutoCAD LT can we both use the automatic save (to 360) with the same account user name and password? 25GB of storage with one subscription is plenty for our needs but the main objective is that all of our files would be in the same account and there wouldn't be any chance of us having slightly different versions of the same file in two different accounts.
If one guy is logged into the account will that prevent the other from gaining access until the first one signs off? I saw something on Autodesk's site saying they were working on being able to combine cloud units but they don't have it yet. I don't know if this would also allow combining separate subscriptions?
We have, since moving to 2012 had an issue with our standard Named Page Setups in our DWT file staying assigned to the layout tabs. When you click up to plot a dwg... the Page Setup Name indicating that the Named Page Setup assigned to the plot configuration dialog box says <None>. Even if you click in the drop down and select a setup... the name selected shows as selected after the box colapses... but then a split second later, the box defaults back to <None>.
I've made a failed attempt to add the RIBBONCONTROL Named Views to the main Quick Access Toolbar. The Customize User Interface dialogue box (CUI) seems to allow me to drag the Named Views RIBBONCONTROL from the command list to Quick Access Toolbar 1. I don't see the "forbidden" icon and the blue insert bar shows up when I perform the drag operation.
However, I suspect there is some compatibility issue, because the command doesn't pop up when I release the mouse button at the end of the drag operation. Using command QUICKCUI and trying to drag Named Views RIBBONCONTROL directly to the Quick Access Toolbar (on screen) seems to be allowed likewise, but doesn't work also.
Using the regular View Manager Dialogue is not the kind of solution I'm looking for, because in the View Manager it takes at least twice as much mouse clicks to change to another view.
Any way to reach the desired customization? Should it be reported as a bug to Autodesk?
I need to send a drawing to a client but don't want them to be able to edit it, but want them to be able to xref into their drawings.
I have added the dwg to autodesk 360 but it does not show any of the xref files (it has 8 and they are necessary).
I cant seem to work out how to DWF, can you save as dwf in infinite model space or does it always come out as a layout? I would like if I could save it as a dwf and for it to function like a dwg in model space.
At my company we currently have a huge number of Autocad deployments for 2010,2011,2012. Right now our deployments weren't setup to include the content centers. I have installed 2012 Inventor on my personal computer as a trial version to grab the .idcl files. I was wondering if I would be able to just drag and drop these onto a server and have my co-workers point to the file location within inventor itself via options>content center>etc.
I'm in a situation where I need to share my drawings with another guy in a different office an hour away. I'm using 2010 and he's on 2009. What is the best way for each of us to send drawings back and forth, and still be able to tweak each others work?