AutoCad :: Stretch To Specific Throat Lengths
Jan 8, 2014
I have a DI-3C structure that I want to stretch to specific throat lengths. I want hold the stretch from front mid point of the line with the lookup for throat lengths. I'm not getting where to do my first corner of stretch frame.
View 2 Replies
ADVERTISEMENT
Dec 7, 2011
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)?
View 9 Replies
View Related
Mar 15, 2012
Voorstel spantenlijn.dwg
I have created a dynamic block. Herein I placed stretch actions parameter set to strecht parts including anotative text.
Now the block seems to work fine.
- When I am in modelspace and I change the annotation scale the text is changed correct
- When I am in modelspace and I change the stretch value of the dynamic block everything goes fine.
But when I am in modelspace and I change the stretch value in one of the annotiaton scales and then switch to another scale my text is changed annotativly (this is what I want) but the stretch value is set back to default (which should be at the changed value).
View 4 Replies
View Related
Nov 27, 2013
Im using Autocad Structural Detailing 2013. Its is possible to make specific command to start at specific layers?
EX: Breakline ,by default start at "LAYER 88".
Polyline ,by default start at "LAYER 150".
View 2 Replies
View Related
Aug 31, 2011
I am basically looking for a way to get the length of each polylie segment in the overall polyline. Not the total length.
I then need to comapre these lengths. I guess I could do some math to get the values of the verticies, but is there a built in method to do this? how to get started?
View 3 Replies
View Related
Dec 6, 2013
I'm having a minor issue with one of my drawings. The existing drawing was a .hln file that I have opened in AutoCAD 2011 LT.
I tried to draw a line of length 1600mm but when I take a dim it's only 145mm but via properties its 1600mm. The drawing is attached zoomed-in on issue area.
View 4 Replies
View Related
Sep 30, 2013
How i'm adding lengths of individual plines...I am running MEP 2013 and lately we've been doing a lot of measuring of plines...The problem i'm having is that we are supposed to add 24' to every length...So if I measure a polyline and it's 10' long, the number i'm supposed to be putting on the drawing would be 34'...Is there a way to create a command that will automatically add what I need to every pline?
View 9 Replies
View Related
May 31, 2012
How do I connect two lines that have set lengths and set points at the other end
View 1 Replies
View Related
Jun 25, 2012
I'm creating an assembly and in this assembly I need to add some foam pieces. These pieces are the exact same part number but can vary in length. How can I make such a part so that i can insert it into an assembly multiple times but have different lengths? I'd rather not make multiple pieces of foam for every single assembly for all of our product lines and am looking for the "one foam to rule them all" option. I would assume this would be an ilogic component I would have to create, but i haven't really made a part like that yet.
View 3 Replies
View Related
Aug 7, 2013
I want to create a segmented polyline with known angles / lengths, but I want to do this in 1 operation without having to copy/rotate/chamfer etc.
I'm sure it has something to do with UCS, but I've not used it in quite some time, I am stumped and everything I have tried so far has failed.
View 5 Replies
View Related
Dec 12, 2012
I had to go out yesterday and measure an house indoors. Anyway the room is not square but sort of an triangle. I have measured 3 wall sides.
How to arrange them so that I get an triangle. I could draw 3 lines and then start rotating them till I get satisfactory result but can this be done any quicker?
View 9 Replies
View Related
Apr 11, 2013
When a bolted connection is used, the bolt changes in length as the stackup of hardware increases and decreases. I have noticed that if I do not grab the red arrow to adjust the length, the amount the bolt extends past the nut
seems to be only about 2 threads. What is the formula Inventor uses to determine this extended length?
View 9 Replies
View Related
May 21, 2012
Is it possible to determine the sum of the lengths of all of the polylines on a certain layer? I'm trying to determine the total length of joint sealant on a building's exterior.
View 8 Replies
View Related
Jan 2, 2013
Is there an Autocad command that will list the lengths of several seperate lines and combine the lengths similar to the areas command?
View 3 Replies
View Related
Aug 9, 2013
How to calculate the lengths of the first and write each profile..In Part 2, I calculate the total length of ground.
View 1 Replies
View Related
Feb 21, 2012
Where is the settings for changing the precision on an annotated line length? I'm getting three places right now, and I don't need any places other than the whole number on a series of lines.
View 5 Replies
View Related
Jul 16, 2012
I need to have a table that updates when I change the length of a polyline, These lines are split up into segments for different types of materials. We usually add this up manually but would like to find a solution that is a little more automated.
I have mostly a background in GIS and have excellent knowledge of Autocad Map. I came up with a solution by creating a shapefile and making a multi-part feature for the segments. I added a table and connected to the .dbf file of the shapefile. I then calculate out the lengths of the line and update the attribution of the shapefile. Easy and took a few minutes to do.
I just want to know if there is a better way of doing this. I have did some searching and have found some information about alignment tables.
View 6 Replies
View Related
Jul 24, 2012
Are there any working .arx files or lisp routines that would enable me to calculate a total length of multiple blocks ? I know there is TLEN out there but this does't work for blocks, I need something that will calc combined lenghts of my user defined blocks which are basically simple lines of varying lenghts.
View 5 Replies
View Related
Apr 11, 2011
I'm trying to extract the 3d length of multiple lines into either a CSV, SSV or directly into a table, I have done a fair amount of research but all of the solutions seem to be for later versions of CAD than the one i'm currently using, I think 2008 is the first to have embedded data extraction for objects as well as attributes?
View 6 Replies
View Related
Jul 5, 2012
Im having trouble inputting imperial units for my line lengths. It works fine when i type 4-3/4 it gives me a line that is 4 and 3/4 of an inch long. Can i only input values in inches or is it possible to input something say 4' 4-3/4 ?
View 5 Replies
View Related
Mar 2, 2012
Labeling lines with their lengths,
I got the attached lisp file from the web which automatically labels the lines with their length. Resulting the values of the length in the absolute values of the length instead of saying that the length is in inch. i.e, i need to remove the inch sign (") from the suffix of the length.
View 9 Replies
View Related
May 9, 2012
I need a macro to auto label, with DIMLINEAR, the lines for Rafters with the lenghts. I have the Dimension Styles set up for each roof pitch, but need a macro to auto label the line instead of clicking each line individually. Also, I can't find a ROUNDUP feature in the Dimension Styles. I've got it to round to the nearest 2' but it won't go up....if it's 11' it goes to 10'...I need it to go to 12'.
View 5 Replies
View Related
Nov 20, 2013
I checked a couple of old posts looking for a lisp routine that will count the number of lines and list each different length either in a dialog box or txt file. I am working on an estimate and I have a floor plan of owsj of different lengths. I downloaded the tlen.lsp but that is only giving the total number of joists and the total length.
I am looking for a lisp so that I can window all the owsj at once and have it list or show the result for the joist in this manner
sample output:
xx joists = 10'-0"
xx joists = 20'-0"
xx joists = 30'-0"
View 2 Replies
View Related
Oct 2, 2013
I was told there is a way to combine the lengths of the same spec pipe you use in an assembly, all pipes I use is from the content centre and I just can't seem to find how to make it one pipe with the length of all the pipes added together in the parts list.
View 3 Replies
View Related
Sep 19, 2013
I would like to use a sketch as the basis for a rectangular pattern which is set up to use the curve length for both directions of the rectangular pattern so that when I update my rectangle in a sketch, the pattern automatically adjusts to the new sketch. I have sketched a rectangle, and used one leg of the rectangle to establish the direction and length of one dimension of the array.
However, when I try and choose the Direction 2, my only options are the entire rectangle or faces- I can no longer select other and choose a single side of the rectangle.
I was able to accomplish what I wanted by using two sketches, with the second sketch simply projecting one leg from the first sketch. Using one sketch just seems inherently safer than trusting projected geometry.Is there a way to accomplish this with one sketch instead?
Inventor 2013 (SP2 Update 2), Windows 7 Professional (64-bit), SP1, Intel Xeon 3.07GHz CPU, 12GB RAM, NVIDIA Quadro 2000, Vault Basic 2013
View 2 Replies
View Related
Jul 27, 2012
I have created a few new structural parts that I am in the process of publishing to the content center.
I got one of them in and have it working very well except for one item. If I place this structural piece into an assembly as a stand alone part just selecting the length and the material as the key inputs, it shows the proper length in the part number and the description just fine. If I insert this same structural piece in a skeleton using the frame generator, then the length that shows up in the description is the default one that the part was originally created to. How do I get the length to show up in the frame BOM correctly when parts are created using the frame generator?
This works using the structural members out of the box.
View 9 Replies
View Related
Dec 14, 2013
The task should be similar to the _measure command but, I would like to divide the spline into lengths that I give in input. (Decided by user)
e.g. Length of spline: 10.000 meters
Place a block at length:
- 1238 m
- 2005 m
- 2018 m
- 2458 m
- 4098 m
and so on..
How I can do that? It would be perfect if it would be possible to give an excel file with the length values.
View 0 Replies
View Related
Nov 6, 2012
If I have a series of lines on a layer, is it possible for a macro to place a label for the lengths of the lines at the center of each line in AutoCAD LT 2012? Adding a DIMLINEAR to each line is for the birds....my drawings have as many as 250-300 lines that need to be labeled with thier lengths.......
View 9 Replies
View Related
Apr 26, 2013
I need to create a triangular grid of injection boreholes with side lengths of 2m and can't think of a slick way to do it.
I've created two linear arrays of polyline at the correct spacings and MAPCLEANed to break all the crossing lines so I now have line segments at the correct locations.I now need to put a point at each vertex to show the locations of the holes.
I'm sure there must be a better way of doing this - just thinking while typing: if the two array are on different layers, I could JOIN the polys on each layer and then add POINTS at vertices??
IDSP Premium 2014 (mainly Civil 3D 2014 UKIE SP1 & Infraworks with some limited 3ds Max Design)
Win 7 Pro x64, 256Gb SSD, 300Gb 15,000 rpm HDD
16Gb Ram Intel Xeon CPU E5-1607 0 @ 3.00GHz (4 CPUs), ~3.0GHz
NVIDIA Quadro 4000, Dual 27" Monitor, Dell T3600
View 9 Replies
View Related
Sep 27, 2013
When labeling pipes in a pipe network; is there a way or expression to roundup the label to 6 inch interval. For example, if I have a pipe length of 2.6 feet, I want to roundup this to 3.0 feet and if I have a pipe length of 2.4 feet, I want to roundup this to 2.5 feet.
View 7 Replies
View Related
Sep 26, 2012
What I want to know is if there is a way to make a hotkey or at all save specific options for specific tools. Let's say I'm using the 'Paintbrush, Opacity 70%, Hardness 075, Size 4.00' as my "standard outline tool". Can I some how save that preference (and any other tool such as "Specific Eraser Op. 100%, Hard. 100, Size 10.00) so that I can easily switch between "Ouline Brush" and "Specific Eraser" . Maybe to the 'f-buttons'
I'd like to be able to make maybe 5 specific tools:-Outline Brush
-Small Eraser
-Big Eraser
-Detailed Color brush
-Big Color Brush.
View 4 Replies
View Related