Search the Community
Showing results for tags 'table'.
-
Table Anomaly Question
ILoveMadoka posted a topic in AutoCAD 2D Drafting, Object Properties & Interface
In a normal table I want to add a row It works perfectly. In a different existing table with the exact same table style as above, I want to add a row I get this as a result There a...- 2 replies
-
- table
- tablestyle
-
(and 1 more)
Tagged with:
-
Help with Polyline Lisp (Export All Lengths to Table)
gordon_Gjs posted a topic in AutoLISP, Visual LISP & DCL
Hello, I am searching for a lisp that can export the lengths of all selected polylines and export them to either Excel or an AutoCad table. I have found and tested around 20 lisps but so far cannot find the right one. There were only 2 that look promising, maybe they could be modified? One was... -
(defun c:M2atchTableOverrides (/ Sel FromObj ToObj cnt TitleList HeaderList DataList tempCnt RowCnt GetValue) (if (and (setq Sel (entsel "\n Select table to copy properties from: ")) (setq FromObj (vlax-ename->vla-object (car Sel))) (= (vla-get-ObjectName FromObj) "AcDbTable") (setq Sel (entsel "\n...
-
Generating a "Table Row" block
DJAW posted a topic in AutoCAD 2D Drafting, Object Properties & Interface
Working to standardize a bill of material drawing that must consist of nothing more than text, lines, and blocks for a client that refuses to use datalinks and I was hoping to find a way to create a standard block that could act as a row in the table with cells containing text fields. Essentially, I... -
After this discussion it was determined that a table style cannot be replaced in a simple step like you with blocks. Replace Table Style I was attempting to write a routine to rename three table styles so that I can bring in "new and improved" versions of those tables from a...
- 2 replies
-
- tablestyle
- table
-
(and 2 more)
Tagged with:
-
Lisp that displays the sum of numbers for each layer as a table
jukk08 posted a topic in AutoLISP, Visual LISP & DCL
Hi. I've asked a question like this before. But I couldn't solve it, so I asked for your help again. (Emmanuel Delay's lisp does not add up the numbers...) There are numbers(mtext) assigned to different layers. I'd like to get the total of each of these numbers by... -
Excel Table. Using text style "hand". How do I change font to archD?
MillerMG posted a topic in AutoCAD Beginners' Area
Our company uses "hand" as the style for all our projects. I need to import a table from excel with excel formatting. After I change all the text to "hand" style I can't figure out how to change the font. Any help would be greatly appreciated!! -
Hello, I am new to LISP, I found the Area-to-Table LISP from Lee Mac, which is very useful, but I need it to write the area in the third column of the table instead of the second. I modified some parameters to create the third column and the first row of the table works, but the followin...
-
AutoCAD Table - Link Text With Equation
Walker140 posted a topic in AutoCAD 2D Drafting, Object Properties & Interface
Hello, I have created a table within AutoCAD. I have written some words in cell "A1", I would like to display the same words in another cell using an equation "=A1". When I type the "=A1" equation the cell displays "####" Is there anyway to make this work? possibly using fields? Thanks -
Lisp to label polyline and create table with polyline details
Farsin posted a topic in AutoLISP, Visual LISP & DCL
Im doing quantity takeoff of a building and just introduced to custom Lisps by google search. i wonder if the below task is doable using lisp. 1. batch label polylines (multiple selected polylines labelled with incremental numbers prefixed to a text which can be entered manually, for example, 1... -
Hello, I am attempting to put together a LISP that creates a table of cumulative geometric properties of selected objects. I would like to be able to quantify Erosion and Sedimentation Control BMPs by layer for a cost estimation. Controls such as compost filter sock and orange construction...
- 8 replies
-
- properties
- lisp
-
(and 2 more)
Tagged with:
-
Thick borders when selecting a table cell
VincentG posted a topic in AutoCAD 2D Drafting, Object Properties & Interface
I have a table in AutoCAD Architecture 2013. If I click in a cell, acad highlights the cell with extremely thick borders, as shown in the image below. I guess this was because of the table line weight settings, so I tried to change the table style, cell style, set different grid line weight...- 9 replies
-
- lineweight
- highlight
-
(and 3 more)
Tagged with:
-
Hello, I have been trying for the last few days to automate out a process but have found myself pretty stuck. The process now involves manually going in and looking at the properties of the polyline and copying over the length to a separate excel file and matching it to the block that it...
-
- lisp
- hyperlink text
-
(and 4 more)
Tagged with:
-
Hi As a small estimation routene, I would like to extract block scale values (not attributes) into a table, and into excel. My drawing is mostly created out of scaled blocks. From a selection window of items, I would like to make out a table (and export to excel) : Preview...
- 11 replies
-
- table
- block scale
-
(and 1 more)
Tagged with:
-
Split Table between sheets? ie: Long table on multiple sheets?
ILoveMadoka posted a topic in AutoCAD 2D Drafting, Object Properties & Interface
Vanilla Autocad 2020. I have split a table and want to move the "second table" to another sheet. Is this possible? Could someone please explain the process? Any best options for splitting a long table across multiple sheets? Also, is draggi...- 8 replies
-
- table
- split table
-
(and 2 more)
Tagged with:
-
How to change line spacing in a TABLE Cell?
ILoveMadoka posted a topic in AutoCAD 2D Drafting, Object Properties & Interface
I have found many people asking this question but no answers. Is it possible and can someone please explain how to adjust the line spacing within a TABLE CELL? (Autocad 2020) I want to change this: to something like this: Please h...- 1 reply
-
- text spacing
- line spacing
-
(and 3 more)
Tagged with:
-
Hi Guys, I have an AutoLISP that creates an Excel sheet from selected table in an AutoCAD Drawing. It exports tables formed by lines and texts, also recognizing what should be merged cells. It opens a new Excel spreadsheet and fill the respective cells. Works like a charm for the job I n...
-
To Add another Attribute in same block and outputs tag values in seperate tables
minejash posted a topic in AutoLISP, Visual LISP & DCL
Need a small help to modify a lisp. The lisp attached here is working, Normally command 'CN' allow me to place a "CRBLK" block with incremental number for ATT TAG "00" as i click where i wants.later when using command "FCRT" i will get all the attributes tag value and Coordinates in a individual sep...- 2 replies
-
- block
- attributes
-
(and 2 more)
Tagged with:
-
Excel Data linking; Table wrapping text format issues
DataLinkQ posted a topic in AutoCAD 2D Drafting, Object Properties & Interface
Hi everyone, Setup; OS: Win 7 Pro X64 Product: AutoCAD 2015 Electrical CPU: i7 Graphics: AMD FirePro M6100 FireGL V Ram: 16GB Problem; I've created a datalink table to an Excel spreadsheet, and I'm only having issues with tables that required a break (table wrapping). Once I...- 11 replies
-
- text aligning
- table
-
(and 3 more)
Tagged with:
-
hi all, i have drawings that contains stations and waterlines as polyline or spline. (in att. dwg named as ST0, ST1...ST20, and WL0 to WL8) there may be other stations or waterlines such as ST0.5, ST1.5, WL9, WL10... i need a table that shows distance of intersection points from CL. (see att....
-
Applying attributes to dynamic block & extracting to table
claire2017 posted a topic in AutoCAD Drawing Management & Output
Hi All, I'm very new to these so please be nice! Basically our company cuts heaps of metal panels. We draw each panel, do the cutting lists, nest and optimise them on sheets manually. I'm trying to save some time by creating a block that'll make life a bit easier. So I've currently got a b...- 7 replies
-
- parametric
- dynamic block
-
(and 2 more)
Tagged with:
-
Good Afternoon, I am working on an issue at my company and I hope I can get some help. I work at a metal panel company and I was hoping that I could insert a table that will update due to panel dimensions. What I would really like to see is a table that can give me Length and Width as well...
-
Dear all, I need support for an issue with table. I have a table composed by 70 rows and 12 columns, Rows height and columns width has been settled before as preliminary, when table being inserted in the drawing. The scope is to fit the column size to cell contents, with a fixed row height. Of c...
- 1 reply
-
- setautoscale2
- setautoscale
-
(and 2 more)
Tagged with:
-
Inserted Pdf table is shown as link address in new open
khoshravan posted a topic in AutoCAD Drawing Management & Output
I inserted a pdf file (table) and printed it out. Now that I want to open the file again, the table is gone and its address is shown instead. What is wrong and how can I keep the table as the first time? -
Hello, I am trying to find a simple way to number alignment segments sequentially and numerically. an example would be changing L1, C1, L2, C2 to 1,2,3,4. I also need this information to be applied to a table and be dynamic. Any and all help is appreciated. Regards, Phil