AutoCAD LT :: Unable To Move An Entity Along Line A Specific Distance?
Apr 18, 2012
RE: Autocad LT not able to move an entity along a line a specific distance using cursor snap and dynamic input
What I want to do is move a line on an angle a certain distance in the direction of the line itself in this case 20mm
What used to happen is you'd simply select move and an endpoint on the line then hover over the mid or opposite endpoint of the line and enter 20 and it would move 20mm along the trajectory of the line.
The same set of actions now only seem to allow you to move the entity 100mm (the default value) along itself in the correct direction. If you enter 20 it does not move and if you enter 50 it moves 100!
I have double line pipe drawings but i have to change distances between of this lines in entire drawing and i was thinking that maybe there is a lisp code which can create new double line according to my specify dimensions ...
example :
Distance between lines : 100 mm
------------------------
------------------------
here is what i want to do :
1. select double line
2. specify new distance ( for example 200 mm)
3. lisp will create center line middle of the selected lines ( maybe it can ask me that this center line will be permanently or not )
4. lisp will create new double line from this centerline according to my specific distance
5. new double line layers will be the same with selected old double line
and this lisp has to work for double arc or quarter circles too.
Planning to overrule some of sub entities in a block. Let's make it simple . All lines and attributes in block should be circles and original block should not be seen. I came up with below code.
The code reacts differently if I remove
MyBase.WorldDraw(drawable, Wd)
and my goal is not to show the real block. Just showing whatever is overruled.
Public Class toverrule Inherits Autodesk.AutoCAD.GraphicsInterface.DrawableOverrule Public Overrides Function WorldDraw(ByVal drawable As Autodesk.AutoCAD.GraphicsInterface.Drawable, ByVal Wd As Autodesk.AutoCAD.GraphicsInterface.WorldDraw) As Boolean Dim myBlock As BlockReference = CType(drawable, BlockReference) If Not myBlock.Database Is Nothing Then [code].......
On a new transparent layer, I have drawn a straight line with the pencil tool. I select the Box Selection tool to select the whole line that I just drawn. I switch to the Move tool and made sure to move just the selection.
At this point, I would think that I would be able to move the line but only the box that is shown by the Box Selection tool moves. The line doesn't move at all. However, when I tell the Move tool to move the selected layer, the whole canvas moves, including the line. Why can't I just select just the line and move it?
How do you draw parallel lines with a specific distance between them? I was gonna use this function for futuristic artwork. Do you have to use the grid for this or is there another way?
know if there is a tool like "Ofset" in AutoCAD for Adobe illustrator CS6? I need to repeat an object(let say a Rectangle) 100 times with a distance of 1 cm. I already find the "Transform Effect" function from Effect --> Distort & Transform but this function create a None- Editable copy of the selected object. What I need intact is a independent object which can be edited in future!
i dont want use editor (i don't want use CommandFlags.Session)
after the load in the database (see my code for xdb), i want to select all bloc within a closed line entity (within the xdb)
but how to do that whitout editor (editor..SelectWindowPolygon )
here my code for load each file , and mémorize all block for each file
Dim CollDocOuvert As New Collection For Each NomFichier In Fenetre.CollFichier 'recherche et extraction des blocs Dim Fichier As New IO.FileInfo(NomFichier) If Fichier.Exists = True Then GestionAUTOCAD.TxtOnLigneCOmmande("Gestion du
[Code]....
StatusLabelBar is a component of my form for write msg. is use me.refresh and a timer (1s) for refresh my form. (a trick i have found for do this [if you have better trick i take it.])
When I want to move an object a certain distance from the original location, I go to long winded trouble of drawing a line and attaching it to say, for example, the centre of a circle. Then MOVE the circle, selecting the base line as the centre to the end of the LINE using OSNAP.
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
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.
Is there a way in AutoCAD 2012 to set a distance between a line and the text above it? How to be able to mark all my bearings and set a distance so all of them ends up with the same distance from the line they refer to.
I have a big problem with the viewport in 3ds max 2011/2012. On each viewport I have a black or white bars on right. these bar make the mouse become inaccurate for example when i want to select a vertex I can't drag the mouse on it and click. I have to move the mouse away from it a distance to select it (see my attachment image). I tried to update the graphic driver and the 3ds max 2012 SP1 but the problem's still there.
I used direct-distance entry to place the dimensions 3/8 away from the object lines... needless to say, while most horizontal dimensions are 3/8 away, the vertical and inclined dimensions are not. see attached. other than creating construction geometry and physically moving the endpoints of the arrows to the correct location, is there any way of getting this precise and correct the first time i do it?
i have been using the DI command to get line lengths (of road widths, that sort of thing), and in the command line, it just gives the X, Y and Z distances, and not the actual length of the line.
how to change the displayed information so that the length of the line drawn with DI shows in the command line?
Also is there an option to choose what is displayed in the command line with DI command?
Illustrator CS6, menu object, transform, move: when I move an object using orizzontal value and vertical value (example 10 mm from X and 10 mm from Y) the value in distance and angle is correct (14,1421 of distance and -45° angle) but, when I want to use distance and the angle for drawing in isometric way (example: 10 mm distance and 30° angle) the orizzontal and vertical value is not correct as you can see in the attached file below
I am look at a way to place the start of a line a certain distance away from the end of another endpoint. Is there a more productive way of doing this rather than drawing one line on the x axis and another on the y axis.
I am using Illustrator CS6. When I select an object and open the Move window (either by pressing the Enter key or selecting Object>Transform>Move), I try and move the object at a given angle and a given distance. I leave the Horizontal & Vertical dialogs blank and just fill in the information for the Distance and Angle. When I press OK (or Copy), nothing happens. In all previous versions of Illustrator, this feature worked perfectly. I can not get it to work in CS6.
m in the middle of a little project and want to know if its possible to save the info that the _MEASUREGEOM command displays when applied to measure distance or angle to the project.
I used to use a lisp script to do this but that was on my PC. Im not running autocad on my mac and it wont alow me to run the script. it loads it but then gives the error
error: vl-load-com not supported on "Mac OS X Version 10.8 (x86_64)"
when i try and apply the command. Does MEASUREGEOM have a built in feature to save these details to the project i.e. next to the line or shape measured?
One drawing we have has a weird quirk. The rubber band line for the Distance command is black. The background of our AutoCAD is also black, which makes it very hard to see. This only seems to affect the Distance command as the rubber band for the Line command is grey (though the current layer is yellow).
I have confirmed this is limited to just one drawing, no matter what machine you open it on. The AutoCAD version we are using is Civil 3D 2011.
I have checked the following: DRAGMODE (auto), HIGHLIGHT (1), restored colors to default, made sure 3D views were not on, rendering off, UCS set to world.
Next step? Repairing the AutoCAD installation is not likely to fix the problem.
When I use the distance command and pick the first point the rubber band line doesn't appear and then when I pick the second point I get a distance, but I have no way of knowing exactly where the points I picked landed.
I saw another post about the rubber band being black against the black background, but that is not the problem.
When I turn Otrack on I get the rubber band, but I don't like Otrack on because it causes other problems. How to get the rubber band to work the way it did before?
how to edit the line space distance for the dimension text. I can change the style, size and several other features. But the line space distance is the one thing I can't seem to edit. The only solution I know of and use is exploding the dimension and then the text turns to mtext and the option becomes available. But then if the section changes to a shorter/longer area, i have to go through several steps with the exploded lines. how to edit the line space distance for the annotation in the dimensions. i have also attached a pic of my issue as well.