AutoCad :: Can Move Either Side Of Block But Basepoint Doesn't Move
Mar 24, 2011
If I have a dynamic block of a window. I can move either side of the block but the basepoint doesn't move. Is there a way to move the basepoint as well so its not off in space? or just delete it and have it now shown?
View 1 Replies
ADVERTISEMENT
Aug 10, 2012
If i want to move 2D objekts with basepoint to the coordinate 0,0,0 - what i have to do?
In other PC older Autocad was it simply command "move", selecting objects, pointing basepoint and then typing "0,0,0" and object were there! Now the object doesnt move atall. (Can move only to showing second point in screen-but thisway its not possible to catsh exactly point 0,0,0).
View 9 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
Jun 1, 2012
I'm making a polyline arc and would like the arc to go the other way. What button do I press to make that happen? I stumbled upon it one day, but have forgotten the button.
View 6 Replies
View Related
Dec 1, 2006
I try to select and move a layer using the Move Tool, another layer is immediately selected and moved instead.
Also, if I have layers inside a folder and try to move one of those layers, the entire folder is selected and all layers within that folder move.
I have not grouped any layers together.
I'm using Mac OS 10.4.8 with PS 9.0.1
View 3 Replies
View Related
Mar 20, 2009
I want to move the base point of a block in the block editor. However, when I move it, the block moves accordingly in the drawing.
How can i move the base point in the editor, so that the block stays at the same position in the drawing.
View 8 Replies
View Related
Aug 15, 2013
I have a block (room info) that has five line os text with attributes that display grips which allow them to be moved in whatever drawing I put them in. Within that block there is a little polyline that is the square with a dash through it to represent sq. ft. that I made into a seperate block ( sq ft tick). The room info block part of it works great in all my drawings, but the darn sq ft tick block within the room info block won't budge! I have tried giving it a seperate insertion point and giving that block its own attribute, but no luck.
Is there any way to have a block within a block that has the same ability to move around as the other elements?
View 2 Replies
View Related
Dec 17, 2013
I'm working on a dynamic door block, which allows me to add some height and width values to the door. everything works fine when I put in the attributes right away when I insert the block. Only if I want to mirror and stretch the block before I enter the values they want move to the correct position. After I run "attsync" it moves to it's correct place.
View 3 Replies
View Related
Dec 17, 2013
If a window is tagged and the window is moved, then the tag moves also. Is it possible to keep the link to the property set information but make it so the tag does not move if the window is moved?
View 5 Replies
View Related
Jun 5, 2012
When I draw a square and then a line attached to the square and then try to move the line the line the square move with it. How can i avoid that
View 1 Replies
View Related
May 11, 2011
In the example below, I would like to select the three dimensions 14'-1 3/8's, 2', 28' and be able to move them all up or down at the same time...how do I do that?
dims.jpg
View 9 Replies
View Related
Jan 1, 2013
In an assembly i project a circle. I use the new center point with the hole wizard and save the assembly and the parts.
When i move the original circle the hole doesn't move with it, and when i try to edit the hole's sketch there are no dimensions. So, i cannot move the hole.
View 7 Replies
View Related
Jun 19, 2012
I just started using Inventor and I have this issue, that whenever I set a dimension in a sketch, the sketch doesn't update to the new dimension until I move my mouse/cursor. Is this normal? Is there any way to change it so it updates as soon as I hit the enter button (after entering a dimension)
View 3 Replies
View Related
Jul 17, 2013
I am trying to move a block on a curve with reference to 2 points on the curve.I am facing problem when one point is on horizontal part of curve and other point is at an angle.How do i place the block at angle.
View 6 Replies
View Related
Sep 10, 2012
How can I add an attribute to a block without the other attributes to move from their position. With the ATTSYNC belongs unfortunately not because the old attributes moved back to the original places that I will not.
View 9 Replies
View Related
Sep 10, 2012
The original drawing was created in Inventor but i've never had such a problem before. I've been revising a drawing and to revise, i need to move a block 50mm from its original position. It's not allowing me to do so though.
As soon as i select move...it goes into "not responding". I can't explode it either....i can explode everything in the model space and once....but this leaves all dimensions as lines arrows etc.
I've even taken the same block into the drawing....and move/exploded it without any problems. In the properties bar....they are exactly the same except for the coordinates!
The really annoying thing is....i can't even delete and replace as it keeps crashing! There aren't any constraints either.
View 9 Replies
View Related
Mar 21, 2013
I noticed when creating assemblies, applying a positional constraint, the parts don't move. In order to get the parts to "move" to their constrained position I have to try and drag them with the mouse then they snap into place. Also updating the assembly works as well.
What setting could I have changed so that once I press apply on a constraint it moves the part immediately?
Inventor Professional 2014-Update 2 - AutoCAD Electrical 2014
Win7-x64 | ASUS P8Z77-V | i7 3770 -3.4 GHz | 32GB RAM |
240GB SSD | nVidia GTX 670 4GB - 320.49
View 5 Replies
View Related
Nov 16, 2008
I have a problem with using .Net to insert a dynamic block and set the size property. The attribute text does not move correctly on insert, but will if manually stretched after the fact. From my research the recommendation is to make sure the attribute definition is marked as "Locked".
I have an attribute definition inside a circle (classic door/window number), both the circle and attribute are included in the Action Selection Set, however only the circle moves correctly. It all works correctly if manually inserted/stretched.
View 9 Replies
View Related
Apr 23, 2013
I need to select a block in AutoCAD, and move it up or down vertically. I can get to the point where I have the user select a particular block, but after that, how do I get a reference to the block selected so I can move it up or down?
View 1 Replies
View Related
Dec 22, 2012
How to use touch move and mouse move events events to move elements n edge?
View 4 Replies
View Related
Apr 25, 2013
Is there anyway to move attributes up or down on the list of a title block? I like everything for Rev 1 to be together (Drawn By, Checked By, Approved By, Date, Description, and Rev Number)...However, i was in a hurry and skipped Approved By. Once i added it, after the entire title block was done, it moved it to the very bottom on the list. Is there a way to "Move Up" so that it's with the other Rev 1 group?
View 1 Replies
View Related
Sep 13, 2012
I have a block with 10 rectangles in each with 3 lines of text. Each 3 lines of text is attributed to a tag
so the first line is IN-0 DESC1,
second line is IN-0 DESC2
third line is IN-0 DESC3
I have deleted the data from
IN-3 DESC1
IN-3 DESC2
IN-3 DESC3
and i want to move the data from
IN-4 DESC1
IN-4 DESC2
IN-4 DESC3 etc
up to the position of
IN-3 DESC1
IN-3 DESC2
IN-3 DESC3
can this be done?
other wise i will have to click on
IN-4 DESC1 cut the data then open up IN-3 DESC1 and paste it then repeat for
IN-4 DESC2 cut the data then open up IN-3 DESC2 and paste it then repeat for etc
View 9 Replies
View Related
Dec 9, 2012
So a friend created a model using zbrush and exported several different *.OBJ files. I imported those to maya and added shaders. They all fit correctly together when imported.
some of those obj files required me to do a mesh->combine. so now it appears that not every item has the same reference point so that when I move or scale the entire item, some of the objects move seperately. I think it is only the ones I had to combine.
I tried freeze transformations, but when doing that, some of the objects lost their scale settings and still didnt move together as one unit.
View 2 Replies
View Related
Jan 14, 2013
I am using the trial version of CS5 (probably going to upgrade at the end of the trial), and I've only found one thing about it that I don't like more than CS3. This is VERY VERY annoying, and I'm not sure if it's a glitch, or just a preference that needs to be reset:
When using the move tool, I will move something and it will just snap back to where it originally was. When it snaps back, it might move a few pixels over in the direction I was dragging, but it is definitely not moving to where I want it to go. The only way to get things to move the way I want to is by Free Transform...but it's annoying, when you're trying to design a layout, to have to free transform every element you want to move, first.
I'm guessing that this is a glitch because sometimes it happens and sometimes it doesn't...it's pretty random. I've tried turning Snap on and off, and nothing changes.
View 130 Replies
View Related
Dec 24, 2012
What happened to the option/enter command in the move object dialog that has been around since the early days of Illustrator??? Instead of having to mouse click the "copy" button in the move object window, one could just hold down option with Return or Enter and the Copy command would happen rather than a simple move. Immensely useful for prepress work!
View 2 Replies
View Related
Jul 31, 2012
I need this block to do the following:
1. Move the right piece so it ends at 3', 4', & 5'.
2. the move right hook and 'backing' to stretch/copy (or array) so it adds a hook to the right and fills in the backing.
so this means that a 3' gets 4 hooks, 4' gets 5 hooks and 5' gets 6 hooks.
3. the block as shown is the smallest configuration with 3 hooks.
I could just set up a visibility and draw each one at it's appropriate length but I'm trying to keep this simple block to a min size. If all else fails, that's the route I'll take.
I've tried a couple different configurations and I keep getting duplicates or the end piece doesn't move the correct distance.
View 3 Replies
View Related
Oct 9, 2012
I have a dynamic block that I found on a website [URL]...... I have inserted an image and a Z coord. The problem is when I move the block with the grip the image doesn't move. I have redone the selection sets but no joy.
AUTOCRDS.dwg
View 2 Replies
View Related
Oct 10, 2013
How to force objects to move together without making them a block or a group? Never used the anchor command but it doesn’t' seem to "like" my objects either.
Specifically, I have a dynamic block I need to move with a table and not move from the cell it is placed above.
View 2 Replies
View Related
Jul 10, 2013
As I've been adding photos to my catalog from my iMac's internal hard drive, I've asked LR 5 to import them while "MOVING" them. Not "Copy as DNG", but MOVE. The Move feature simply makes a copy of them and leaves the files still on my hard drive. Why? This didn't happen in earlier LR editions.
View 4 Replies
View Related
Dec 23, 2013
I've scoured the cui but can't seem to find where to restore the "Basepoint" selection from the Block editor's "Parameters" tab.
Civil 3D 2012
Windows 7 Enterprise SP1
Dell Precision T3400
(Q9550 @ 2.83 GHz)
8GB RAM
Nvidia Quadro GTX 650 Ti BOOST
View 4 Replies
View Related
Feb 3, 2012
I'm having an issue with using the SSGET to select a block so I can move it. I'm changing the UCS to be at the center of the top view in the program(user selects center) and the block is at 0,0,0 after changing the UCS. However when I use SSGET it doesn't select it. So I used:
(setq en(car (entsel "
Select a block :")))(setq enlist(entget en))
and it lists the DXF Code of 10 as
(10 15.0893 13.5165 0.0)
How can I then select it if I don't necessarily know where the block is going to be?
If needed: AutoCAD 2013 User using Visual LISP for editing LISP and DCL files Also I have AutoCAD 2011 currently still available for us, but we are using AutoCAD 2013 for 99.9% of AutoCAD use
View 2 Replies
View Related