AutoCAD Civil 3D :: Changing Layer Of A Table
Jul 9, 2012
I had a table in a drawing on layer "Text" and I changed the layer of the table to "Text - Frozen" Then I decided I wanted the table back on layer "Text" and something strange happened. The text in the table appears to be on the layer "Text" but the lines which make up the table are still on layer "Text - Frozen". So when I freeze "Text - Frozen" I get only the content of the table with no lines. When I select the table, it is indicated that it is on layer "Text".
View 1 Replies
ADVERTISEMENT
Feb 23, 2012
Is there a way to force the table and table text height to stay constant despite the scale? I can do it for Point Label Styles with an Expression. But in 2011 there is no way to build an expression for a table style.
I want to create tables in the drawing where the points are and then plot them from a drawing they're Xrefed in to. The tables are too small but zooming in doesn't make them any bigger because the scale of the viewport changes and they adjust.
View 4 Replies
View Related
Aug 21, 2013
I've been using Photoshop CS2 for several years to enhance my photographs, but just now have encountered something simple I cannot find out how to do. I have on the background layer a picture of a room interior with the exposure set mostly for the open window, but the rest of the room is very dark. On the only other layer, the upper one, I have the same shot exposed correctly for the room, which overexposes the window area. The upper and lower layers are perfectly superimposed, and the upper layer is at 100% opacity.
I have selected the window on the upper layer and want to change the selected area's opacity to blend properly with the window on the bottom layer without changing opacity of the rest of the layer. No matter what I do, changing opacity seems to affect only the entire layer, and I haven't figured out how to isolate the selected area for the opacity change.
I can cut the selection to reveal the darker window on the bottom layer, but this doesn't give me the flexibility I need to balance the two exposures. An opacity change would be ideal.
View 2 Replies
View Related
Feb 18, 2013
I want to know if you can link AutoCad tables to other Autocad tables on different layouts. Say I have ten sheets, each with a table for quantities of pipe length, and one sheet with a total of all quantities. Can I link cells from each separate layout sheet to the main table sheet, so that I can add them all for project totals?
View 3 Replies
View Related
Mar 12, 2012
What I'm trying to do is to use set cell background color to change the color based on whether or not there is text in the particular cell.
I want LtCol to be 161 and HvyCol to be 211, and I'm not sure how to set this up...all it does at the moment is change the color to black.
My code so far:
Dim TableObj As AcadTable
Dim EntObj As AcadEntity
Dim i, j As Long
Dim LtCol As AcadAcCmColor
Dim HvyCol As AcadAcCmColor
[code]......
View 5 Replies
View Related
Apr 3, 2013
I want to make a map with 16 different plots (A1 to D4) in AutoCAD. Every plot in this map is connected to an excel file, where is some information listed (area, height, year, type) per plot. This map need to be dynamic, so by chosing what to see (for instance: area), the color of the parcels needs to change according to the value per plot (for instance: 12 m2 = yellow, 24 m2 = orange, 48 m2 = red). The two files I am using are send with it.
how to program this in VBA in AutoCAD. The shape of the plots I want to draw on my own (hatching each plot is also no problem), and somehow I need to name each plot (hatch). But how can I name the plots (hatches) and change the colour per plot (hatch) in VBA? The files I am using have 1600 different plots.
View 8 Replies
View Related
Mar 13, 2012
I have a situation where I just created brand new drawing templates and they have the revision block inthem already. The revision block that comes with Inventor. The vault is driving the revision in the titleblock and when the revision is placed in the revision block it too is linked to the vault. When the drawing is checked into the vault and the lifecycle is changed to "Released" and then back to "WIP" the revision updates. Both in the titleblock (which I want) and in the revision block which I don't want. Not only is it change the revision block, but the last revision posted as per the image below.
how do I change the property in the settings of the title block to not get it's revision from the vault or allow it to be manually driven?
View 3 Replies
View Related
Mar 7, 2013
I have this table that's reading my table style. All cell formatting is set to General and middle center justification.
When I type in a number the formatting automatically changes from General to Whole Number and upper right justification. When I type in letters everything it fine.
Why using numbers changes the formatting? In the textstyle I have changed the cell formatting to Text but that doesn't work. If I select the table, right click and choose Remove Overrides it moves the numbers to Middle Center as set in the style.
View 3 Replies
View Related
Mar 16, 2012
I have created a table style in ACAD 2012 with all of the cells formatted to what I need. The trouble begins when I bring in a BIAS excel data link to populate the table. I have tried every option in the insert table steps and have even tried all the different options under the modify excel link options. I have toggled the use excel formatting on and off, which does change the table size a small bit, but does not allow the table style to take affect.
I have attached a screen shot of the "good" and "bad" tables. The bad table is what the good table comes in as and it is also what happens everytime the table link updates. It always reverts back to the bad style and then I have to change the table back to the good one by hand - changing each column individually.
Is there a way to attach a data link to a table with the table style holding its shape and formatting?
This happens on all of my drawings and using all kinds of different excel links.
how to bring in the data link??
View 8 Replies
View Related
Jul 12, 2012
I'm looking for an API function that would allow me to change the active (or default?) row in the table of an iPartFactory model. I was hoping that such a function would be member or property of the iPartFactory object, but I’m not finding that to be the case.
View 4 Replies
View Related
Nov 7, 2013
I'm trying to change the value in the description column through the formattedtext but the final result is not what is supposed to be, this is a part of my code.
Sub HoleTab()Set oDrwDoc = ThisApplication.ActiveDocumentDim oSheet As SheetDim i As IntegerSet oSheet = oDrwDoc.ActiveSheetDim oHoleTables As HoleTablesSet oHoleTables = oSheet.HoleTablesDim oTable As HoleTableDim oTableRow As HoleTableRowDim oTableRows
[Code] .......
View 2 Replies
View Related
Oct 2, 2012
I noticed some errors in certain table entries in an i Feature of mine after I had already started creating parts using it. I've updated the table and when I add new instances of the feature to my part they work fine, but the existing instances of it stay the same size. Is there any way to force the existing instances to update?
The i Feature in question is a sketch and I'm using Inventor 2012, if either of those is relevant.
View 2 Replies
View Related
Sep 3, 2013
When I place a custom ipart (a simple one in this case) the length in my table changes
Inventor Professional 2014.
Windows 7 64 bit.
View 2 Replies
View Related
Nov 23, 2011
The following snippit of code is changeing the color of text in a cell of an AcadTable. It will set the color to an RGB value and works great. But what if the color is a normal color 1 through 255 from autocad's pen table. How would I set the cell text color?
(setq objColor (vla-getcellcontentcolor eVLAMT R C)) ;sets a Color Object, whatever that is
(vla-setrgb objColor RED GRN BLU) ;sets the new color of the Color Object
(vla-setcellcontentcolor eVLAMT R C objColor) ;sets that new color object to the cell
View 5 Replies
View Related
Jun 18, 2012
I'm using CS4. I have multiple layers of text and I want each one to have a different drop shadow effect. When I try to chnge the settings of one layer's shadow, all the layers change. Is there a way to stop this?
View 2 Replies
View Related
Oct 17, 2013
I have a problem with my table in Corel Draw X6.
So, my table has a few rows and a few columns. I want the width of the first cell of the last row to be wider by 1 cm than the width of the first cells of the other rows.
When i select a cell and resize it with my cursor, the whole column changes width. I want the column to stay as it is, just its last cell to change width. How to do this?
View 1 Replies
View Related
Sep 25, 2013
we have tables as a standard in the office, each table is of the same table style on the same layer.all properties for all table borders are set to Bylayer (G-ANNO-TEXT color70).
the issue is- in AutoCAD 2014 open a template dwg with the Layer G-ANNO-TEXT in the template place the table on the current layer it does not adopt the properties of any other layer until you go into tablestyles and modify the settings for all borders
View 3 Replies
View Related
Sep 17, 2012
How can I display the object data of a layer in table format, with VB.net. or How can I display the attributes of a .SHP file, edit it and also add new point to it.
View 2 Replies
View Related
Jun 29, 2012
I am looking for a way to change the text style used by a table style with Visual LISP. So far I have been able to get the IAcadTableStyle object from the acad_tablestyle dictionary, but there is no property for text style. Is this even possible? Code and results are below.
(defun DumpTableStyles ()
(setq dict (vla-get-dictionaries (vla-get-activedocument(vlax-get-acad-object))))
(setq TableStyles (vla-item dict "acad_tablestyle"))
(vlax-for TableStyle TableStyles
(vlax-dump-object TableStyle)
)
)
[Code]....
View 3 Replies
View Related
Oct 26, 2011
I am currently using AutoCAD 2010. and I am having issues with where I am able to change the layer of an item. I have my panel tiles shown at the top of the screen which include the tile for layer options. I have in the past been able to select (let's say) a line and change what layer it is one. (example changing the property of the line from layer 0 to layer A-WALL-EXT).
Recently however I have not been able to perform this action through the layer options at the top of the screen, yet I seem to have to open the Properties Palette and perform the layer change there.
I included a screen shot showing the panel on the top which includes the layer options and the properties palette that I must now work from to make any changes.
View 5 Replies
View Related
Nov 5, 2012
Creating a CTB file to mimic a Microstation pen table? I have a client supplied *.tbl (an intergraph pen table file I believe) and how to generate a CTB that will behave similarly (ie. plot nearly the same)..
I can open the *.tbl file in a text editor and it just looks like a bunch of "if, then" statements related to line weights and pattern files....
I have already created a template with the same layers/levels, colors, linewights, etc... (and can convert everything to dgns), but now I need to figure out how to get similar plotted results from both sets of drawings (the dwg and the dgn..)
View 2 Replies
View Related
Dec 2, 2011
I want to change some layer properties that are the same on about 100 different drawing files. Is there a way to do this once and have the change reflected every time I open one of the 100 drawings?
View 9 Replies
View Related
Mar 11, 2004
I have loaded an insulation linetype and I needed to make the ltscale of that line .194 in the linetype manager so that it would fit in my 3.5" walls.I would like my insulation linetype to always be drawn at .194 ltscale. All of my other lines/linetypes I would like to stay at 1.00
When I changed the linetype scale of the insulation to .194 every other ltscale went with it. Is it possible to change one ltscale independently of all your other linetypes?
View 8 Replies
View Related
Aug 22, 2013
Version: Civil 3D 2012 and use CTBs for our plotstyles.
I'm working on a fairly large project that requires an excessive amount of base drawings. We frequently will be asked to have a drawing made and issued in a morning. To make sure we can constantly throw these drawings together quickly we've setup an xref system of all our base mapping data. (I'm sure this is a common thing but its the first time I've been exposed to it).
A lot of these drawings will have polylines with global widths on them. The problem with this is that global width doesn't always work so well when changing scales (we frequently bounce from 1:100 to 1:20,000) or when you just don't need the line to be so thick.
Two questions:
1) Stop using global widths on lines in the base drawings and switch to a method of setting lineweights of the xref layers when you xref in a drawing.
2) find that it ends up rounding off the end of the lines. Is there a way to prevent this from happening?
View 1 Replies
View Related
Apr 19, 2012
I am using C3D 2012 and i know how to create a table showing volumes for different elevation ranges with different colours, but how to show the total cut or fill for the volume surface in the same table so that you dont have to manually add up all of the cuts or fills? or have to display only two ranges?
View 1 Replies
View Related
Jun 3, 2013
I am trying to create a line table. Here are the steps I am following :
First I label the lines I have drawn using a line label type for example Bearing over Distance, then I am going to the Annotate tab, Add Tables, Add Line and Curve and once I get to that dialog box I select my table style that I have already created and the label style I chose to label the line and click on the "apply" box and then "ok" and I see the labels such as L1, L2, etc. and all looks good, except now when I go to use that label style Bearing over distance to label another line, it labels the line with the tags and not the bearing and distance, its like the style is now defaulted to labeling tags and not bearing and distance anymore.
View 2 Replies
View Related
May 21, 2012
Is it bad to make a structure table from a DS? I find I get missing data when I do.
View 2 Replies
View Related
Oct 30, 2013
I have a drawing with two parcel tables in it. I would like the header on one to be Line Table 1 and the other Line Table 2, is this possible? When I change the text in the style, the header in both change.
View 2 Replies
View Related
Aug 23, 2013
We use tags on lines labeled L1, L2 etc... for roads and pipelines (for legal/right of way purposes). We may have multiple lines to describe (differernt section/land owner) and need to start back at L1.
Is there a way to automatically start back at L1 rather than it starting at a higher number and having to reset the number one at a time? Get's quite tedious when you have multiple lines needing number with say lay 20-30 segments.
View 6 Replies
View Related
Nov 13, 2013
Where should i insert my point tables? In the model or the paper space?
in the paper space it seems that i cannot control the insertion scale?? i set specific letter height that works fine at the model but in paper every time i create a table I see different size depending on the zoom I have.
View 1 Replies
View Related
Oct 11, 2010
I want to be able to make a alignment table with northing and easting coordinates for the following:
bop
pi's
eop
Is this possible? The closest I get is to make a curve table with the pi coordinates and no bop or eop coord'.
Civil 3D 2014
Win 7
View 1 Replies
View Related