AutoCad 2D :: Changing Distance Between Two Objects?
Aug 19, 2011
I'm using AutoCad LT 2007, so I understand I may not be able to do this.
I have two object, such as circles, and they are a certain distance apart. It does not matter. I have an object/text between them that does not fit between them. I cannot scale the inside object as it has to be the same size as the others of it's kind. I would like to take the two circles and put a greater distance between them. In other words I want there distance to go from, say, 5 units to 10 units without moving the center point of the two objects. I was thinking something similar to: select the two objects, select the midpoint of the two objects, and enter the command to change the distance between them. Almost like a stretch command out from a center point, but with two objects. I can find the center point of the two objects, that's no problem.
This is the way I do it now, and I'm trying to find a quicker way to improve my AutoCad skills. Select the object on the right and move it right a certain distance, then select the left object and move it left the same distance. It works, it's just slow.
View 4 Replies
ADVERTISEMENT
Apr 10, 2013
i have two circles apart 1000mm now i need to adjust the distance to 700mm what should i do without deleting any object?
View 9 Replies
View Related
Mar 16, 2012
what the minimum distance between two 3D rectangles is. I can do trial and error using the INTERFERE command (Acad 2012) and move the 2 groups until they stop hitting each other, but I wanted to see if there is a command in ACAD that will tell me how close 2 objects pass.
I have an old pile foundation group for 4 tower legs and I wanted to see how close I could get the new pile group to the old group. I'll try to attach a dwg file with 3 options I was trying. The old group is in Cyan and the new group is Red.
I'm guessing I could use UCS and set it on one of the piles and measure to the closest old pile, but the screen gets so cluttered. Is there a way to only show a slice through the objects?
View 5 Replies
View Related
Dec 30, 2011
I am using the following routine definition then calling the different view poins from a pop up menu.
Each time I switch veiw points it drastically zooms out. I would like to maintain the "zoom distance" if there is such a thing when switching views.
Ideally, like when in 3dorbit, I would like it to swing views around similar to that but to the defined viewpoints as below....
(DEFUN V (inp) (setq inp (strcase inp))
(cond ((= inp "T") (SETQ IXY 270) (SETQ FXY 90)) ((= INP "F") (SETQ IXY 270) (SETQ FXY 0)) ((= INP "RE") (SETQ IXY 90) (SETQ FXY 0)) ((= INP "L") (SETQ IXY 180) (SETQ FXY 0)) ((= INP "RI") (SETQ IXY 0) (SETQ FXY 0)) ((= INP "URI") (SETQ IXY 0) (SETQ FXY 45)) ((= INP "UL") (SETQ IXY 180) (SETQ FXY 45)) ((= INP "UF") (SETQ IXY 270) (SETQ FXY 45)) ((= INP "URE") (SETQ IXY 90) (SETQ FXY 45)) ((= INP "URF") (SETQ IXY 315) (SETQ FXY 35)) ((= INP "URR") (SETQ IXY 45) (SETQ FXY 35)) ((= INP "ULF") (SETQ IXY 225) (SETQ FXY 35)) ((= INP "ULR") (SETQ IXY 135) (SETQ FXY 35)) );COND (COMMAND "VPOINT" "R" IXY FXY) );END V.LSP
View 3 Replies
View Related
Aug 28, 2011
I have this Dynamic Block which has a few distance parameters on it and an attribute at beginning of each parameter which are attached to a stretch action. If manually bring the block in. And set a value to attribute and then stretch the it , attribute move along with action. But when I do it pragmatically it doesn't . Basically attribute stays at original location of original block before stretch. What is wrong with my code. Or Shall I do something to Attributes when I change the distance parameters in Program? I don't know .
I have a function which bring the block in and set attribute first and then another call which change the distance . So I don't show the first function which to me works fine . The problem is this part.
For Each myBRP As DynamicBlockReferenceProperty In myBRC
For I = 1 To NumbderOfDistanceParamsinDynBlk
If myBRP.PropertyName = "Distance" & Trim(i.ToString) Then
myBRP.Value = DynDistancevalue(i)
End If
Next
Next
View 7 Replies
View Related
Dec 28, 2013
I would like to write some sort of AutoLISP program to evenly space objects across a given distance. I have attached a .pdf file showing what exactly I mean.
I would like the program to enable me to either enter or measure (via the selection of two points) the "z" distance, to enter or measure the "y" distance, and to enter the number of objects, "n". I would then like the program to evenly space "n" objects across the "z" distance.
A program like this is, I have to be honest and say, way beyond my current capabilities.
Perhaps some initial guidance to get me going?
View 6 Replies
View Related
Mar 21, 2012
Any way to distribute a set of variously-sized 2D objects on a 2D surface in Photoshop or Illustrator? Illustrator lets you align objects evenly along a 1D line, but I want the objects to basically fill a surface evenly.
A simple way of phrasing this is: I have a set of X objects of different size (or shape). I want them to be as close to each other as possible, but without overlapping. It should be easy for software to find the perfect composition to minimize "air gap" between them.
As a result, If I feed the program with shapes of various shape and size, I should get results like this:
wholesale-fabric-discount-store.com/images/Giraffe_Fabric.jpg (air gap between the objects is approx. mininal)
(air gap between the objects is approx. minimal)!
View 1 Replies
View Related
May 19, 2013
I'll start off by saying I'm new to scripting. I've tinkered with a script I found for measuring the length and width of a selected object and placing those values in a specs portion of the file. It works great, I'm very excited about how much better my life could be if I conquered scripting, and now I'm struggiling to get another one working but I'm a little stuck.
What I need to do now is measure and print the distance from the right edge of a selected object to the left edge of another object named "repeat" in a designated "specs" area of the page. The idea is to show the distance between a print impression and when it will print again (repeat), because it is printed using a print cylinder that rotates to print over and over on a continuous film.
I'm a little fuzzy on how I call the value of the left side x value of an object, but basically what I want is to use that value and then subtract from it the width of the selected object. The difference is the distance between impressions.
View 4 Replies
View Related
Oct 3, 2012
I'm trying to move an object a certain distance at a certain angle. I select the object and hit Enter to bring up the Move dialog. I enter the angle and distance, and instead of moving the specified distance, it moves some other distance. I don't get it. Am I doing it wrong? I can't imagine how else it's supposed to work. Here's a simple example:
Based on the angle and distance I entered in the video, the duplicate square should have been placed so that its lower right corner touches the upper left corner of the original. Instead, it only moved half an inch or so.
View 8 Replies
View Related
Mar 17, 2009
Is there any way of displaying the geodetic distance(ie "mapdist") with the dimension tool instead of the normal distance?
View 2 Replies
View Related
Jul 30, 2012
I am trying to oTrack distance from the top circle edge of a cylinder to a certain distance ... whenever i try to do that ... it either track to x and y .. but not in z :/ ... the video i have on you tube he did it so simply and it seems to be easy .
I am not sure what is wrong .. but i heard parallel and perspective view could make a difference .. i actually try both :/ ...
[URL].....
View 9 Replies
View Related
Jun 26, 2013
I am going through an architectural background, converted over from Revit. I have to go through and routinely burst the object, then qselect, choose what is not equal to bylayer, and change to bylayer.
I don't want to burst everything, making a monster out of the file, but going into every individual block to change the colors within the block to bylayer is also extremely time consuming.
Is there an easier way? maybe a wishlist item for ACAD 2014 to include objects within blocks, when using QSE?
View 6 Replies
View Related
Oct 26, 2012
We need to xref a drawing with a different unit. When I go into the drawing file I want to xref and use the "-DWGUNITS" command I change it from feet to inches and use Architectural. Answer yes to all questions and certain objects disappear. Most of the objects are pline or spline objects. Here is what I see in the AutoCAD Text Window:
Scaling failed for: <AcDbZombieEntity FD3C>
Scaling failed for: <AcDbZombieEntity FD3E>
Scaling failed for: <AcDbZombieEntity FD3F>
Scaling failed for: <AcDbZombieEntity FD41>
Scaling failed for: <AcDbZombieEntity FD42>
Scaling failed for: <AcDbZombieEntity FD44>
Scaling failed for: <AcDbZombieEntity FD45>
Scaling failed for: <AcDbZombieEntity FD47>
Scaling failed for: <AcDbZombieEntity 1956F>
Scaling failed for: <AcDbZombieEntity 19570>
There a lot more of scaling failed messages. too many to show. How can I xref in these drawings with different units without objects disappearing?
View 2 Replies
View Related
Jun 21, 2011
Is there a way - or 3rd party app or lisp- to change the width of multiple Mtext objects all at once? I have several drawings where the width of all Mtext objects is 1.25, and I would like to change all of them to 1.
View 8 Replies
View Related
Mar 4, 2011
I am using Autocad 2011 just download it and its all perfect if you consider that I was stuck with 2008 before...
My problem is that I m creating objects from the tool palette (doors, windows, walls) and I cant change their material..
View 2 Replies
View Related
May 19, 2011
The problem:At our office we have created a large amount of custom 3d walls (mainly by modifying existing ones) and in the walls we have overriden the material colour in plan view from the default 11 (peachy/corally colour) to green/red etc. Now when we xref the drawing with the walls in it some drawings retain those colours while others show the walls with the default colour 11. Since it is the exact same drawing on our server being xrefed I assume its an option somewhere that I am missing.
I am running Cad Architecture 2011.
View 0 Replies
View Related
Nov 19, 2012
I would like to draw a smiple line using the transparent command 'AD (angle-distance).
My distance is not horz., so I want to enter the Vertial angle and the slope-distance, in LLD the command was AD VD.
So how do you do this in Civil 3D 2012.
View 1 Replies
View Related
Apr 6, 2005
I'm trying to change the size of a certain object in my image. It's a simple clip art that I got off the web and pasted into Photoshop. What I'm trying to do is select it with the select tool and then resize. None of the resize options I'm using seem to do exactly what I want though. Here's what I've tried:
1) Image -> Image Size -> do my adjustments. This changes the size of the whole image, not the selection.
2) Image -> Canvas Size -> do my adjustments. This changes the size of the canvas and has no bearing on the size of any of the objects within it or the entire image.
3) Select -> Modify -> Contract/Expand -> enter the number of pixels. This changes the size of the selection box, but not the contents within it.
4) Select -> Transform Selection -> do my transformations -> hit enter. This changes the size and shape of the selection box, but not the contents within it.
What do I need to do in order to change the size of a particular object within my image?
View 6 Replies
View Related
Jul 2, 2013
Being a transplant from AutoCAD I am used to using ctrl+1 to change the properties of selected objects. How is this done in 3DS? I would like to change depth of the cylinders...
View 1 Replies
View Related
Feb 17, 2014
I scan my pieces in. Trace them with the pencil (love the new version) save my file. Than I save as a svg file. But in some cases it changes the size of these objects and in others it does not. So some place something is different. How do I stop this?
View 2 Replies
View Related
Oct 31, 2011
All i want to do is create a new image... a black background to be exact which I can do easily enough, then I open a second image (a picture taken by hubble, im creating a new desktop background). I copy that picture, paste it onto the black background. All I want to do now is center the hubble picture on the black background. I can do it manually of course, but when I click on the hubble picture so that it is selected then go to the 'objects' drop down menu I see the 'align' option, it then opens another menu and it has it right there "center in canvas" but it is not selectable, actually the entire 'align' menu is grey meaning I cant select any of the align options.
Also, same project, the hubble picture... I want to but a border around it. Under the 'image' drop down menu is a add border option... but it adds a border around the black background/canvas and not the hubble image that I have selected!?! Why?
In both cases its like the program is not accepting that I have a new image (the hubble image) selected, its only allowing me to alter the initial black background.
View 5 Replies
View Related
Dec 15, 2012
Is there a way to change a common parameter of multible objects — For example scale x parameter, or Length Segs parameter of say 20 box objects, and change that parameter for all of them as as easily as changing one? I used Max long long ago, but am coming from a Maya and Softimage background.
View 5 Replies
View Related
Jan 27, 2014
How to change position of several objects toward center (let's say all objects have pivot point in one place) ?
View 4 Replies
View Related
Oct 3, 2011
Im working with an image (pictured below) and I want to make all of the white bits clear, so as to allow whatever colour is behind to show through.
View 7 Replies
View Related
Jul 8, 2013
peace sign.cdr
Howdy gang, I am trying to create a peace sign in CDX6, but I cannot change the lengths of the two angled members, as they seem to be selected in some special mode. I am sure that this is a quick fix (and I have a CD Book coming today) and obvious.
View 3 Replies
View Related
Jun 20, 2012
why Photoshop keeps changing settings for placing objects, image size etc.?
For example: I create a new Photoshop document:
ppi: 300
Width: 160 mm
Heigth: 160 mm
after clicking "OK", these go to 160,2 mm or less than 160 mm.
The same with the sizes and places of objects etc. I create a 20 x 20 mm circle. One click later it is 19,89 x 19,89. I set it's location to X: 80 mm, Y: 80 mm. One click later: 80,02mm
View 3 Replies
View Related
Jan 17, 2013
In PSP 8, if I have many text entries within a single vector layer, all with same font size and type, is there a way to change the font size for all of them at once?
View 2 Replies
View Related
Jun 18, 2013
Some of my artboards use the color yellow to highlight selected objects. Can I change that?
View 2 Replies
View Related
May 9, 2013
The attached files are two sprockets. The original part has 30 teeth. I need 34 teeth.
The MODIFIED part has one of my attempts at making 34 teeth. I have tried the following with the same error dialog box (see below):
1. Edit Sketch_6 (associated with Extrusion1) by deleting all but one of the teeth lines (2 arcs and 2 lines that make up a tooth) and making a circular pattern of 34.
2. Same circular pattern, except this time I "Close the Loop" (right-click on one of the teeth line segments > Close Loop > click on all the segments until the loop is closed).
3. Same circular pattern, except this time change the resulting patterned lines into construction lines, trace these lines with arcs and lines of my own (not construction lines), and close the loop on my own lines.
When each of the 3 attempts failed, I tried deleting Extrusion1 and making a new Extrusion feature from Sketch_6. I cannot select what I want in Sketch_6 in order to make the teeth.
I'm at the point where I'm just going to take the dimensions from the circular pattern sketch of 34 teeth, delete Extrusion1 and Sketch_6, and make my own sketch and extrusion.
For the future, I really would like to know - why is it so difficult to alter features like this? Yes, I understand that Sketch_6 is not fully constrained, and on top of this I am not privy to how it was generated in the first place (this is a part file from a vendor). But it does not strike me as something overly complicated for the Extrusion feature to recognize a change in its associated sketch. This is not the first time I have encountered something like this.
View 1 Replies
View Related
Aug 5, 2011
I am trying to get the distance of multiple block insertions that fall along a polyline to the startpoint/endpoint of said polyline.I can do this pretty easily using straight line (as the crow flies) distances between the block insertion and the polyline startpoint/endpoint, but I need the code to actually follow the polyline whenever it changes angle.
Is this possible using .NET? How to start it?Below is my code to to get the straight line distance between the polyline startpoint and block insertion point:
Dim dist As Double = Math.Sqrt((acPline.StartPoint.X - acBref.Position.X) * (acPline.StartPoint.X - acBref.Position.X) + (acPline.StartPoint.Y - acBref.Position.Y) * (acPline.StartPoint.Y - acBref.Position.Y))
View 2 Replies
View Related
Oct 6, 2011
I have to break a line/polyline with a known distance around a point of the line. I was thinking of creating a circle with a specific radius and then trim the line inside the circle, then delete the circle but I could not find how to use trim in .net.
View 1 Replies
View Related