Search the Community
Showing results for tags 'label'.
-
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... -
Hi guys, I just started learn civil 3d and I have question related to this. I have created parcels and I want change line label values metre to feet and inches. Is there any options in civil 3d ?. Waiting for valuable replies
-
-
LISP for creating text label (numbering) of the sheet of cadastral map
shercer posted a topic in AutoLISP, Visual LISP & DCL
Hello all, I am new to AutoLISP, and I have an assignment to make a lisp which would calculate and write number of the sheet of cadastral map (which is defined by scale and coordinates). I'd like the sheet scale in which the number is calculated to be 1:1000 (more advanced option - to be able to ch... -
Label Contours That Are XREF In
MillerMG posted a topic in AutoCAD 2D Drafting, Object Properties & Interface
Hey Everyone, Hope everyone is doing well. I was leery on posting this but I feel like the whole point of this forum is to share knowledge so hopefully I can be more efficent at my job. So, lets get started. I have to label contours that are in model space. I know that Civil 3D allows you to... -
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
-
I've incorporated and created many LISP functions for surveying purposes in AutoCAD. I've been wanting to share them, so here goes. A lot of the functions reference other functions. I've used the naming scheme: mfcb* for My Functions CBass (me) mfcbLM for My Functions Lee Mac (because he is aw...
-
Hello, I want to be able to add a profile view label that will label the station and profile elevation by entering the station and having the label 'extract' the elevation from a selected profile. The inquiry tool will report the elevation but that's not what I require. I have also been unsucces...
- 6 replies
-
- station and elevation
- profile
-
(and 2 more)
Tagged with:
-
Dynamic Block Editor Label Size
rhgrafix posted a topic in AutoCAD 2D Drafting, Object Properties & Interface
This search has me baffled as to how there seems to be no trace of this question/answer on the whole internet! How can I make the labels (Distance, Lookup etc.) bigger in the dynamic block editor? I can tell they are relative to screen size, I zoom in and they adjust, I just need them a little big... -
Hi all, I am newbie in Revit. I want to scale down the "room tag" (defined in original "M_Room Tag.rfa" or "Room Tag.rfa" files) to use it in some small areas. I know how to change the font size of labels, but I tried with no success to change the border of label. Who can help me? I appreciate...
-
Hey guys, I was trying to rotate the text in the label by 180 degree. When I changed the rotation angle of the label from 0 to 180, the label just changed its location and the direction of the text didn't change at all. Anybody knows how to do it? Many many thanks.
- 2 replies
-
- label styles
- label
-
(and 1 more)
Tagged with:
-
I want lisp to get label at the polyline starting edge and ending edge
sanju2323 posted a topic in AutoLISP, Visual LISP & DCL
I want lisp to get at the beginning and end of each polyline of the Elevation Label Label Sample.dwg -
Good day. The problem is as follows : I have a sized & calculated duct system and I want to label it. The label(s) should contain dimension (%%c in mm), flow velocity ( m/s) and flow quantity (m3/h). When I use engineering property sets from extendend data I can only get a label to show a nu...
-
Hello, thank you for taking the time to look at my post. And thank you all for creating such a useful body of knowledge for beginners like myself to learn from. I have been searching around for a lesson on using MText in AutoLISP (admittedly i have found a few amazing examples) Lee Mac has pos...
- 7 replies
-
- label
- coordinates
-
(and 1 more)
Tagged with:
-
"line component" in label disappears in dragged state
Rsblades posted a topic in AutoCAD Bugs, Error Messages & Quirks
Just curious if anyone else is having issues with the line component in a label disappearing in dragged state. When I create a line component in a label style it will show up in default position, but as soon as the label goes to dragged state, the line disappears. I want the top line of my label to...-
- label
- dragged state
-
(and 1 more)
Tagged with:
-
Hello everybody! I have a dynamic block with several look-up values for the polylines width and I'd like to label them (as a text in the drawing over the block), and be able to move this label where best fits. I've being trying inside the block, but then it can't be moved outside of it. I tried MTe...
- 4 replies
-
- label
- dynamic block
-
(and 1 more)
Tagged with:
-
Hello all Long time lurker and have always been able to find answers to my questions except this one. I am using a label note to label several (100+) features across a large project. The label is going to read "Crossing Number 100" and each will read the same with the # increasing..."Crossi...
- 4 replies
-
- sequencing
- note
-
(and 3 more)
Tagged with:
-
I have a grid of parcels and I want to number them from 0101 to 9999. Keeping the 4 digits is important. Unfortunately, I can't seem to get a parcel number to have a preceding zero. This is what I have tried so far: I added a zero before the in the label style and that works great until I g...