AutoCad :: Copy Paste With Base Point / Sometimes Block Insert But Its Not Showing
May 28, 2013
I have been using copy paste with base point on block from drawing to drawing but sometimes the block insert but it is not showing. I go to insert block is there but does not show in the drawing. Then tried to purge it and it does not let me because it is in the drawing but I can find it any where. Then I tried to do the insert block look for the block and inserted as a block and the same result.
View 3 Replies
ADVERTISEMENT
Apr 29, 2013
I'm inserting blocks into my drawing and the block has a basepoint and a 0,0,0 point. The CAD guy who usually works with me is off today but he has a keyboard method of switching between the 2 points when inserting the block.
Its a fairly straight forward thing on his keyboard, nothing he has set up but standard in autocad.
I've had a try hitting a few keyboard buttons this morning but can't seem to do it.
View 1 Replies
View Related
Mar 16, 2012
When I download a drawing from some suppliers I find that I cannot do a "copy with base point" and paste that copy into my drawing except using "paste special" which leaves me with an unmanageable image. The source drawing has all the normal (it seems) attributes of a .dwg file and can be edited as a normal drawing; it just refuses to be "pasted" into my drawing. What am I missing here!
View 5 Replies
View Related
Mar 24, 2011
Since 2 days i can paste objects any more wich i copy with base point from another drawing.
When i say paste it doesnt give the question to wich point i wanna paste.
I cant find the problem did i hit a hotkey wich disable it or?
View 9 Replies
View Related
Apr 15, 2013
How to set 0 quardinates without screwing with the copy paste base point?
I use the command UCS, Object, Select my base point and measure from there rather than cluttering measurement lines; however, without using UCS, Previous when ever i copy and paste the base point for the copy paste is off.. yes i can reset just wondering why it does this.
View 9 Replies
View Related
Aug 5, 2013
I am having trouble with copy paste . When I copy with base point, and try to paste all the paste options are inactive. is there a switch that I have off? What''s the fix.
View 4 Replies
View Related
May 23, 2012
Having a problem copy selection with base point and trying to past it in another drawing...
View 2 Replies
View Related
Aug 22, 2013
is it possible to create a block so that the base point is the only snap point on the block?
In other words supose I have a block of a simple rectangle with the base point in the center.
If I try to snap to the block, I will be able to snap to all the corners, but not the base point. I know that i can put a point at the base point, but can I turn off the snap to the corners (just for the block) in other words, have an object that is unsnapable to without turning the snap mode off.
View 7 Replies
View Related
Sep 26, 2012
trying to insert point instead of block.
(setq blok (entget (car (entsel))))
(setq point (cdr (assoc 10 blok)))
(setq XX (rtos (car point) 2 20)) ;; x koordinata bloka
(setq YY (rtos (cadr point) 2 20)) ;; y koordinata bloka
(setq ZZ (rtos (caddr point) 2 20)) ;; z koordinata bloka
(command "point" xx,yy,zz) is not working
!xx="5582453.414999999" but when i (atoi xx) i get 5582453 no dedimals...
how to create valid insertation point from xx, yy and zz?
View 6 Replies
View Related
Apr 21, 2013
I have a 3D file (not of my creation) that gives me some problems when I try to copy it (it is a 3D building).
The problem is that, when i click on "copy" command, I can select a point but then AutoCAD crashes and it takes about 30 seconds to return working a normal way and permit me to paste it. (it happens with "move" command too)
Otherwise, if I use "copy with base point" I have no problems: after a second I can paste it where I want.
How can it be possible? Cause if sometimes I mistake and digit "copy", I always have to wait the long Autocad response.
This problem happens with both autocad 2012 and 2013 and it doesn't happen with other 3D files I have. The drawing is made mainly of meshes.
I have a Dell notebook and a NVIDIA Quadro 2000M video card, so you can understand I don't like this problems: I spent a lot of money for something I hoped could work well with AutoCAD.
About that, aren't there drivers for the graphic card? Cause when I click on "check for updates", autocad says me that there are newer version of the driver, but then it says me that it is impossible to update it (I have a connession and a student version).
View 4 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
May 20, 2011
I am just trying to migrate from VBA to VB.net, I want to know, how we can manipulate the Ctrl+Shift+C, in vb.net, if it is not possible at all, then what is the best way I can find the alternate to this.
OR
If I try to use the wblockclone() then, how do I control the location of the objectcollection when I clone it in my new drawing.
in other words, when I in the proces of clonning I should be able to specify a base point.
View 3 Replies
View Related
Jan 11, 2012
I am taking some AutoCAD classes at the local community college, using AutoCAD 2012.
Using previous versions of AutoCAD the copy with base point is in the on screen right click drop down window.
To use the Copy With Base Point The Clip Board icon needs to be selected. How to get the Copy with Base Point and other paste commands in the drop down window as in all previous versions.
View 5 Replies
View Related
Jun 21, 2011
We have upgraded to AutoCAD Mechanical 2012, and I am having a little trouble finding where AutoDesk has relocated a few of the 2009 commands.
Where is the new location for Copy With Base Point? I used to go EDIT > Copy With Base Point.
I am enjoying a lot of the new features of AM 2012. It will just take a while to get used to where everything is at.
View 2 Replies
View Related
Apr 2, 2013
I write a program, this program needs to insert some standard illustrations. I made these standard illustrations into different blocks. And I store these blocks in a dwg file. Everytime I need to insert some illustrations, I just click the mouse on the current drawing, I want the illustration inserted. These means the following points:
(1) Import the blocks to the current drawing, if the blocks have already been imported, then do nothing.
(2) Specify the insert point by clicking the mouse, and I want the block's insert point to coincide with the mouse clicking point.
View 1 Replies
View Related
Jan 25, 2013
Can I scale up a 100+ blocks at once and have each base point as the blocks insert point?
View 9 Replies
View Related
Feb 1, 2012
Is it possible to copy text using a base point in an idw? As I have been doing for years in AutoCAD...
Inventor Professional 2014.
Windows 7 64 bit.
View 9 Replies
View Related
Nov 11, 2013
When I'm copying an object like a bubble note callout (number 1 with a circle around it) I want to be able to snap to the end of the text string so I can copy it uniformly and spaced evenly.
View 2 Replies
View Related
Aug 5, 2011
many times, when I copy an object with the a dimension to it. It keeps the base point of the dimension and has a crazy long leg of the dimension that starts from the original place. how can I stop this from happening?
View 9 Replies
View Related
Feb 14, 2012
I received a 3rd party drawing which contains a block to indicate directions. The block does not display its base point and I am unable to find it. why this block is not displaying the base point.
View 9 Replies
View Related
Aug 11, 2012
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].......
View 9 Replies
View Related
Jul 9, 2012
When I use the copy with base point command in paper space and try to paste it into paper space of another drawing it seems to come in on a different axis or something. I can see the view ports as they are supposed to be however the text just shows as a line. It would be as if I were to put text in model space on top view and see it just fine then go to a front view and see just a line.
View 5 Replies
View Related
Jul 31, 2011
I have lots of block in a file in different places. How to change the base point of that block with out changing the position of that?
View 1 Replies
View Related
Jun 4, 2012
What method of block base point selection do you mostly use:
Screen selction point
WCS 0,0,0 point
View 9 Replies
View Related
May 8, 2013
Using the Copy(multiple) command button with the following sequence (working correctly): Copy command, window objects to copy, right click to close selection, pick base point,
pick new location point(s),...right click to close the command.But sometimes it decides to do this: Using the same Copy(multiple) command button with the following sequence (not working correctly):
Copy command, window objects to copy, right click to close selection, pick base point..At this point the copy comand closes out. It has assumed a single copy, 0,0,0 base point
& tossed the copied objects out in model space accordingly. But as stated it only does this periodically.
View 5 Replies
View Related
Apr 18, 2013
I am learning autolips and i found a problem that i can´t solved.
(vl-load-com)(defun c:pmb ( / ss ent pt )(prompt "
selec block : ")(setq ss (ssget '((0 . "INSERT")))) (setq ent (ssname ss 0)), (setq pt (cdr (assoc 10 (entget ent)))) (command "point" pt))
wich this code you select one block and insert one point at insert point´s block.
which this other code yo select all block and insert all point.... but in one block
(vl-load-com) (defun c:pmb11 ( / sele cod bloque nbloque lista pt ) (prompt "
block: ") (setq sele (ssget ( List'(0 . "INSERT"))) Cod 0 )cod (1+ cod) (repeat (sslength sele) (setq bloque (ssname sele cod)) (setq pt (cdr (assoc 10 ( entget bloque)))) (command "punto" pt) );repeat )
View 4 Replies
View Related
Jul 19, 2012
When I want to insert a Block it disapear from the screen, same thing if I do copy with base point it disappear when I paste it. It's an existing DWG, some one worked on it few month ago, in a new file I don't have any problem.
I use AutoCAD MEP 2011.
View 2 Replies
View Related
Aug 13, 2012
I was wable to write some code that makes some already drawn objects on autocad into a selection set. What I need to do next is copy the selected objects and move them over like a distance of 50 to the right.
View 7 Replies
View Related
Sep 8, 2011
I'm trying to develop one tool with that objective:
View 9 Replies
View Related
Oct 12, 2012
I have AutoCAD 2013. I am trying to paste a block from another drawing to the one I am working on but when I paste the block, the color is different than what it should be. The drawing that I am trying to paste it on was already created for me.
View 3 Replies
View Related
Jul 13, 2011
I have a generic title block that I made in a template. When I start a new drawing its there and i can click it and edit some of the fields, alls good. However, I have a few drawings that I want to have the same fields in so I try to copy and paste the title block in the one drawing into the other but when I do this is pastes the title block from the template and not the one that I edited in the other drawings and copy/pasted.
View 4 Replies
View Related