AutoCAD .NET :: Drag And Scale Block Depends On Cursor Location?
Dec 23, 2011
Let's say I want to insert block and if cursor is in negative coordinates block should be 2 times bigger,
other wise the same scale. At the same time when I drag the block Jig it should become bigger as well, in negative coordination.
how to drag and change the scale at the same time based on cursor location. Right now I am using point monitor to check the location.
View 4 Replies
ADVERTISEMENT
Apr 11, 2013
I have a pallete button that inserts a block then a drag jig to position it. The block is first inserted at 0,0 and dragged.
The block at 0,0 remains visible while a "duplicate" block is dragged. Is there a way to hide the original?
Insert block then calling the drag jig..
AddViewBlock(New Point3d(0, 0, 0), 0, ColorIndex, trans) psr = ed.SelectLast() DragView(psr.Value, "Bar Insertion Point")
In the DragView procedure I have:
Public Sub DragView(ByVal SS As SelectionSet, ByVal sPrompt As String)
'....
Dim ppr As PromptPointResult = ed.Drag(SS, vbLf & sPrompt, New DragCallback(AddressOf MyDragCallback))
View 4 Replies
View Related
Apr 12, 2012
I have blocks with several attribute tags and layers. The problem I am having is somehow when I go to replace the block with a different one the attribute tags stay in the right spot but the symbol acts like it looses its coordinates and comes in a different spot. I cant seem to fix it. When I zoom all it block editor it zooms like I have a symbol way off the mark, but I don't.
View 2 Replies
View Related
Apr 19, 2013
I have a block that i would like to scale based on the plot scale when plotting.
We set up our drawings full size and occasionally we want to plot them at half size. We do this by setting the plot scale to 1:2 (custom) in the plotting dialog. We have a few blocks that we want to print at the same size on paper, essentially become twice as big.
Is there is a way to fix the size or just set a few scale states and have them automatically adjust based on the plot scale (not drawing/annotative scale)?
View 1 Replies
View Related
Oct 1, 2012
When I try to click and drag any tool the curser turns into a hand in photoshop cs6.
View 9 Replies
View Related
Jun 9, 2013
How do I get a double arrow pointer (cursor)to drag corners? I only get an icon with three hands and cannot change it in the Edit-cursor tools.
View 4 Replies
View Related
Dec 10, 2012
When I move a directory to another location using drag and drop in the Elements 11 Organizer folder tree most, if not all, of the images become unlinked. What is the right way to move a directory and have the image paths updated in the Organizer database?
View 2 Replies
View Related
Aug 7, 2013
Behavior that I'm used to in both AE and FCP: When I double click the nested sequence my cursor lands in the exact same location on the timeline matching the original cursor location. So if I'm viewing clip 1234.mov on the main timeline I would expect that after double clicking and opening the nested sequence I would still be looking at clip 1234.mov. Premiere is not handling it the same way.
The way Premiere Pro CC Behaves: I double click the nested sequence to open it but it doesn't match my cursor location. Instead it lands me in the location I was last positioned when inside the nested sequence. This is very frustrating when trying to make client changes based on the timecode of the master sequence. Once I open the nested sequence I have to hunt for the clip that needs editing.
View 11 Replies
View Related
Jul 17, 2013
direction of where the DEFAULT SCALE LIST is stored in the C: drive?
I have set it up in the option tab and all is working, but will soon be installing several new PC's with AC and want to drop the stored file straight into the new PC's rather than having to type them out one by one on each PC.
View 9 Replies
View Related
Dec 1, 2013
I have downloaded JPG2000 files from the National Map. I can insert the image, but it doesn't recognize where it is supposed to be.
[URL]......
I'm using Civil 3D, 2013 on a 32 bit machine.
View 9 Replies
View Related
Dec 17, 2012
I can't find the correct location to put the files from the scale list cleanup utility in 2012.
I know it's supposed to go in the default installation directory but it doesn't seem to be working in any folder for 64bit.
View 1 Replies
View Related
Nov 6, 2013
i can't drag a block from the design center into any drawing. i have to go into the design center right click on the block, click copy, then go back to my drawing and paste the block. this has just started happen, before i was able to drag and drop with no problem. there is no error message the only thing that happens when i try to drag a block from the design center is when i'm back in the drawing the cross hair has a circle.
View 1 Replies
View Related
Aug 1, 2013
I have a layer I'm resizing and is currently in Transform.When I beging to drag the layer to position while it is in resize the center reference point will jump to my mouse causing me to move the reference point outside of the tranform layer. Normally I would have to click on the reference point and drag it intentionally or hold CTRL and click in the transformed layer to set a reference point, but it since CS6 is had still remainded in CC.
This happens when I transform the layer (Ctrl+T) and then grab the layer to move. I have to put the reference point back to center via mouse or by the reference point on the menu bar up top. Then I can go back and drag my later where I need it to finish my transform.
View 2 Replies
View Related
May 22, 2012
I"m using LT2011 on a WIN7 machine.After blockedit the cursor will freeze for a short period about every 2 seconds.When this is happening, there are also more disk accesses.
Re-starting the application stops this frustrating behaviour until I edit another block.Are there any updates that may deal with this problem?
View 7 Replies
View Related
Apr 23, 2012
I have about 10 instrumentation enlarged plans that are drawing in model space and all the equipment text and instrument bubbles and blocks are in paper space.
All of the drawings are at 1/4" but they are getting loaded down with too much info, so we are cutting each of them into twenty drawings instead of ten. While I can change the view port very easily and scale it up accordingly, after I do that I will have to re arrange the text and blocks. I'm looking for a way to scale the blocks and text in a way to where it will change the location of the text and blocks, without actually changing the size. So I bring the drawings up from 1/4" = 1'-0" to 1/2" = 1'-0". If I scale all of the blocks up by 2, it will put them in the right location, but all of the text and blocks will be too large. I could select them all and change their scale down in the property palette, but I would still have to trim down all of the leader lines going from the instruments to their bubbles.
Long story short, is there a way to scale a block or text from a basepoint to where if you scale it, it will change it's location, but not the scale of the block or text?
View 7 Replies
View Related
Apr 3, 2012
I have several blocks spaced evenly apart and I need to copy and paste another block and insert it with the same spacing. I don't want to take the step to find out how far apart they are. I believe there's a way to use the insert command to figure out the distance the next block needs to be placed when I paste it.
I'm not sure if I'm describing it correctly or if I can paste the block using the insert command.
View 4 Replies
View Related
Jul 18, 2011
It's the part of project: I need read some named Blocks from a sample DWG and copy (clone) them (one at a time) to a new drawing.
There are 2 possible way to do it:
1. Database.Insert - it does allow you pass in location point but it takes whole DWG file not blocks inside the whole DWG;
2. Database.WblockCloneObjects - it takes blocks as parameter but it doesn't pass in with location information you want them there.
View 2 Replies
View Related
Aug 15, 2012
I’m trying to save myself a bit of time and was wondering if it is possible to have part of the file location displayed in the title block?
The current title block we are using shows the full file location of the drawing but I was wondering if it is possible to show only part of this?
The reason I am asking is that when a project progresses to the next stage we have to go through each drawing and change the status to warrant, tender, construction etc. so I am looking for a way that this can be done automatically and I was thinking if only part of the file location could be used this process could be done by simply moving the drawings to the next folder? Our projects folders are split down in to subfolders for planning, warrant, tender etc. which corresponds with the status field on your layout. So instead of having to update this status manually every time the project progresses this would update to the folder that the drawings are in.
Example:
I:Projects## - Project TitleDrawingsConstructionGround Floor Plan.dwg
Am trying to get the "Construction" folder to display in the status field on the layout.
View 2 Replies
View Related
Jul 30, 2012
I check online that AutoCad should have a 'grips' function, but I cannot use it because 1) I cannot find the grips and 2) I want to move the hole into an accurate position. I want to do the following simple task. Please first read the attached picture. Assume now I want to edit 3D model by changing the hole center to another location and double the radius. How I can do those? (I could not find any properties to edit)
Capture.jpg
View 2 Replies
View Related
Aug 17, 2013
I'm having trouble finding a system variable.
I have blocks in a drawing that were made using the 'retain' method. WHen I go to insert the block I cannot see the block preview at the crosshair cursor. The block only becomes visible once I have clicked the left mouse key at the insertion point.
This means I can't rotate it either as I can't see it until I have clicked to place it.
Which system variable (And what setting) will allow me to see the block as I'm inserting it?
View 9 Replies
View Related
Jun 26, 2012
We want to use our AutoCAD company standard templates within Inventor. I’ve followed the procedures to accomplish this under the heading:
Create a .dwg template in Autodesk Inventor from an AutoCAD .dwg template
This works without any problems. Inventor is able to recognize the size of our template border (20.75” x 33”) and correctly selects a sheet format of 24” x 36”. The template border is centered on the 24” x 36” sheet just as we would like it (see attached).
The template is used to create a new Inventor .dwg, and base views are placed and annotated. No problems, everything looks good. The new drawing is saved and Vaulted. However, at some point Inventor "shifts" the location of the template on the 24” x 36” sheet format (see attached). This action is unpredictable. The drawing might be checked-out and checked-in several times before the “shift” happens. When it does we have to re-locate the views and other text annotation to suit the new title block & border location.
How can we lock the position of the template border & title block? (Should be noted that we need to keep our template positioned such that the bottom left corner is at 0,0,0 when it is opened in AutoCAD.)
Inventor RS 2011
AutoCAD Mechanical 2011
ASD 2013
Vault Collaboration 2011
Windows 7 Pro
View 4 Replies
View Related
Feb 6, 2014
I want to select a block, and drag it to a new spot. Then, I want to select another block in the same image and drag it to another spot, and repeat over and over. 3 years using the gimp and I cannot do this yet.
What I do is drag one area, save and close the image, then open the image again. Is this the way the gimp works?
View 2 Replies
View Related
Jan 11, 2013
Is there a way to scale a block?
I want to create an iPart from a block..
I want to just apply one dimension to the overall width of the block.
I know the best way would be to properly constrain it, but it's a very complicated shape that came from Adobe Illustrator so I'd rather just have it locked in proportion inside a block.
View 3 Replies
View Related
Mar 30, 2011
I am trying to make a scale bar block that allows user to input the scale and it automatically populates the scale bar numbers. Note, I do not want to do a dynamic block with a list of preset scales that toggle visibility; I want the user to be able to input one field and have all the respective scale bar values calculated and updated based on that number.
I am having a problem making the numbers update correctly.The block has one attribute - "mainscale" - where a user can enter the desired scale,default is 1000. The mtext contain a field with a formula - the formula has a field targeting object-> "mainscale" -> value property, and divides it by 100 for 2nd bar value, by 50 for 3rd bar value, etc (to achieve the 10, 20, 30 when default value is 1000).
When I change the default value of "mainscale" within the block editor, the mtext values update correctly after a regen. However when out of the block editor, after changing the "mainscale" value and regen the scale values do not update.
What am I missing to make the fields update on a regen when the attribute value is changed? Or Is there some other way to create the scale bar with user input?Do I need to use scripts to make this work?
View 4 Replies
View Related
Sep 27, 2012
I'm working with two different drawings to import Layers for Lot Grading and when I'm importing the Block Reference from the origin file, it's setup as Linescale 0.5, but when I import into my regular basemap, which is setup for Linescale 1, the text size is double what it should be.
View 1 Replies
View Related
Jan 19, 2013
When I insert an xref it's to scale 12!; in my model space I have blocks scaled 0.0833 and others to 1 scale! this is weird, every time I insert a block I need to scaled it in the way to adjust it to my drawing. If my drawing it's supposed to be 1 scale.
View 4 Replies
View Related
May 30, 2012
Im working on a drawing and im going to have window tags (ones i created with just text and made into a block) with 8" high text in the main drawing. im going to xref that drawing into another drawing but i want all those window tags to be scaled to .5 (giving 4" high text) but nothing else to scale. Is there a way that i can do this?
View 1 Replies
View Related
Nov 7, 2013
I would like to solve a drawing insertion when I set the scale as 1 but when I insert the dwg, it looks smaller and the PROPERTIES box tells me that the dwg is .0364 in size.
View 1 Replies
View Related
Jan 15, 2013
Using ACAD 2013 64 bits. I am trying to insert a block created in inches (by another company), in a drawing created in meters, but it is not working. This is the initial setup: Block-drawing's units are set to inches, type Architectural. My drawing's units are set to meters, type decimal. So far so good, I guess. Then, I proceed to open my drawing, execute the insert block command and select the Block-drawing. Once selected, I can see in the dialog box . Block unit clearly reading inches and the correct scale factor of 0.0254. However, when click OK, the drawing is huge. I check it's properties and the block's geometry is correctly set at an insertion scale of 1, 1, 1; but, in Misc, the block unit is now "meters" and the unit factor is "1"! This means that one inch equals one meter. This does not happen when I create the blocks; in those cases it works as it should.
View 4 Replies
View Related
Apr 18, 2011
On some of my blocks i have started using quiet a few parameters, Although i have noticed on the blocks that have scale and flip, it goes wrong. is there a way i can get the flip parameter to follow the center of the block after scaling?
similar with a block of a door in plan, i have got the rotate working, and the scale to fit the door opening, but if i rotate first the scale parameter don't follow the rotation of the door making it difficult to then scale the block from the using the block parameters!
View 9 Replies
View Related
Nov 7, 2012
I am told there is a way that i can scale a block in on just the Y or X axis. How do i do this?
View 2 Replies
View Related