AutoCAD Civil 3D :: NCopy Copy Nested Objects

Aug 2, 2012

The NCOPY command used to allow you to copy a nested object onto the current layer in the active drawing. Now, in 2012, it seems to copy the nested object, but it brings the reference layer with it.  Is there a setting that can be changed so I can still do the former?

View 2 Replies


ADVERTISEMENT

AutoCAD Civil 3D :: Copy Nested Objects - Selection Methods?

May 3, 2012

I want to copy a lot of referenced entities.  Is there any way to select more than one item at a time using Copy Nested Objects?

Windows 7 x 64
Nvidia GeForce GTS 450
8 GB Ram
Intel Core i5-2310 @ 2.90 GHz
v. F.107.0.0 AutoCAD Civil 3D 2012 SP1

View 1 Replies View Related

AutoCAD Civil 3D :: Ncopy Command Offsetting Objects?

Oct 1, 2013

I am trying to copy objects from an xref, and when I select the objects from the xref, they appear to the side of where they are actually located. So, effectively, if I want to place the objects in exactly the same spot where they are in the xref, I have to try and eyeball it, or take the additional step of moving them into place, which is becoming very time consuming.

View 8 Replies View Related

AutoCad :: Constraints Cannot Be Applied Between Nested Objects In Same Block Or Xref

Nov 23, 2011

I have two dynamic blocks. One is the plan view of a cylinder and one is the elevation view of a cylinder. When I change the parameter of the OD on the elevation, I want the plan view to change. I'd like to keep them as blocks (they're a little more complicated than just cylinders), but when I try to use parametrics to tie these two dimensions together I get: "Constraints cannot be applied between nested objects in the same block or Xref."

View 1 Replies View Related

Revit :: Visibility Of Sub-objects In Nested Family

Aug 13, 2012

I've created a family for an exterior canopy system that has many variations (see attachment).  It works for all options except the final request from the intended users.  When the canopy is very short, the interior outriggers do not need cable tiebacks to the exterior wall.
 
Currently, the outrigger family, which is nested and arrayed in the host family, is composed of multiple objects, four of which comprise the cable support that needs to be able to be turned off, and one that is the outrigger that is always visible.  I've tried several ways of getting the cable assembly to turn off while leaving the outrigger visible, but all without success.  I've tried editing the array and mapping the cable assembly components' visibility parameter to a Cable Option Yes/No parameter.  I've tried making the cable assembly its own family and nesting that first in the outrigger family and then mapping its arrayed instance to a Cable Option parameter.  I've tried various combinations of Instance versus type parameters in both the Outrigger and host Canopy families, all to no avail.
 
Given the way the family is now designed, can this be done or must the cable assembly be its own family and arrayed separately?  Note that there are parameters to control the cable assembly size.

View 7 Replies View Related

Photoshop :: Using Multiple Nested Smart Objects - File Size

Jul 22, 2013

But when using a nested smart object (meaning a smart object within a smart object) Photoshop CS5 doesn't display the correct file size (at bottom left) or seem to account for the nested smart object file size.  Is there a "setting" I’m missing to accurately display what the true file size is?
 
The Problem: Using multiple nested smart objects that I have reduced the size of my image to be 260x200 for web export. Photoshop CS5 won't let me save a file that appears to be only 3mbs claiming it's over 2 gig's. See image below.
 
Really not sure what to do about this, the company I work for makes lots of changes so using smart objects is necessary for my work flow. But also seems to be slowing me down trying to figure out issues like this and is problematic when it comes to saving all the work I have been doing.

View 6 Replies View Related

AutoCAD 2013 :: Multiple Selection For Ncopy

Jul 23, 2013

Ncopy let us to copy object from blocks without explode but I couldn't select object multiple or by window selection..

what I can do to select multiple while using NCOPY command.

View 6 Replies View Related

AutoCAD Visual LISP / AutoLISP :: Multiple Ncopy From Xrefs

Oct 14, 2013

I have been using to copy multiple objects from x-refs. The problem I'm having is that when I have the user input prompts in a macro i can screw up the command if i accidentally miss picking my selection set. I'm new to LISP and having trouble with selection sets and selection filtering.

On another note: I'm trying to rename layers copied this way to remove the "$0$" and using the rename command swapping $0$* with * works, however in the -rename command it does not.

View 1 Replies View Related

AutoCAD Civil 3D :: COPY Command Won't Multiple Copy When Executed With ACAD.PGP Shortcut In 2011

Aug 3, 2011

I recently upgraded to Civil 3D 2011 from C3D2010. I have used the same ACAD.PGP file for years that includes the shortcut C for the COPY command. Up until C3D2011 this would always allow me to copy an entity multiple times, (the default when COPYMODE is set to 0).

I am running C3D2011 64bit on WIN 7 64bit OS. It happens with other commands too that use a dialog box normally, i.e. INSERT - it only brings up the command line version of it.

View 5 Replies View Related

AutoCAD VB :: Copy Objects From One Drawing To Another

Mar 19, 2011

I'm using this function to copy blocks from one drawing to another. It works in AutoCAD 2004, 2006 but I need to know whether will it work in AutoCAD 2010. This is the code that I use and my question is if I add these lines to check version is the method will work or not.

If Left(Application.Version, 2) = "18" Then
    Set oDbx = GetInterfaceObject("ObjectDBX.AxDbDocument.18")
End If

Here is the full program:

Private Sub CopyBlock(BlockName As String)
     Dim oDbx As Object
        ' 2007 - 2009 ver.
        If Left(Application.Version, 2) = "17" Then
           Set oDbx = GetInterfaceObject("ObjectDBX.AxDbDocument.17")
        End If
[code]....

View 3 Replies View Related

AutoCad :: Copy Objects Between Drawings

Feb 4, 2012

I have a problem with acad files. Almost every time i try copying objects from one acad file to another the program becomes unresponsive. It can be just a line. I am using acad 2007LT. The files usually are edited in acad 2007 LT and newer versions like 2010 and 2011

When i try to copy files the command line displays:

"_pasteclip duplicate definition of block _archtick ignored".

After this message is displayed nothing happens. Left the pc to process more than 15 minutes and still noting. Recently i tried inserting such a file as xref, but no luck. The progress bar gets to 99% and it stops.

File size makes no difference because it happens with small files as well as large. I have to say that this problem doesn't accure to all the files, but the majority have this problem.
My colleagues using 2007 lt have the same problem.

When I need to copy something between files I make it a block and use design center to move the block between files.

View 9 Replies View Related

AutoCAD .NET :: Copy All Objects To New Drawing Template

Nov 10, 2010

I've tried this one Autodesk Developer Guide. But it hangs.

What i need to do is copy all objects into a new drawingtemplate and automaticaly run some code over this.

And close the drawing where i started the program.

View 9 Replies View Related

AutoCAD Inventor :: How To Copy Multiple Objects

Jan 23, 2013

Is there a way to allow Inventor 2013 to copy multiple objects when executing the 'copy' command ? Similar to in AutoCAD where you can continue to copy objects in multiple instances instead of it terminated after a single copy ?

Autodesk Inventor Professional 2013 SP2 64-Bit Edition
Windows 7 HP Z400, Intel Xeon W3550 3.07GHz
12.0GB RAM, ATI FirePro V4800 (FireGL)

View 5 Replies View Related

AutoCAD Map 3D :: How To Copy / Move Objects Between Layers

Jun 17, 2013

I have AutoCAD Map 3D 2013. How do I copy/move objects such as lines and arces between layers that are in the Task Pane window, not the regular layers? I can't find the Layer Manager.

View 6 Replies View Related

AutoCad :: Use Copy Command To Select New Objects

Feb 23, 2013

Is there any way to use the copy command in such a way that the new objects are selected when I'm done copying? Perhaps a LISP of some kind?

View 6 Replies View Related

AutoCad 3D :: Copy Portion Of 3D Objects For Reference

Feb 14, 2012

If it was possible to copy a portion of a 3d objects so I can show a blow-up of how the pieces come together (better view). I know i've seen them in drawings where a portion is larger in a circle and with an arrow pointing to where the actual reference is. Or is that all done in modeling or drawing also?

View 4 Replies View Related

AutoCAD 2010 :: Possible To Copy And Paste Visio Objects Into DWG?

Sep 21, 2012

I have objects in Visio that I want to place into an AutoCad DWG. They can go in as a block. How do I do that?

View 6 Replies View Related

AutoCAD .NET :: Copy And Paste Objects Fatal Error

Nov 21, 2011

 I am using Visual Studio 2010 and AutoCAD 2012 64bit on a Windows 7 64 bit machine 8GB of ram. I am trying to copy a user selection and then paste the selection in another drawing or the same drawing based upon buttons on my form.  The user will specify a base point and then select all of the objects to copy.  I store the objects in a selection set so that the user could paste the selection multiple times into various drawings.  The copy works correctly and I get a selection set from which I obtain the object Ids along with a point to transform my objects.  My problem occurs during my paste routine. The Deep Clone Objects or WblockCloneObjects seems to be working correctly and then I get into my code to transform the entities. I'm also storing some information about the blocks so that I can manipulate our proprietary database later via another function call.  It seems like everything works correctly, but when I select a large number of objects I receive a fatal error. FATAL ERROR: Unhandled Access Violation Reading oxffbc4008 Exception at ed010939h.  It seems that the number of objects that people can copy varies on each user's computer.

View 2 Replies View Related

AutoCad :: Lock / Unlock Viewports / Select Objects To Copy

Feb 20, 2012

I was trying to recover a temporary file but as i know now, it's impossible. I entered a few commands relating to grips and something else wich i don't remember, and now I'm unable to lock/unlock viewports and when I select objects to copy and then press _CO or copy button or copy with base point, it deselects the objects and asks me to select them again.

View 8 Replies View Related

AutoCad :: When Copy Objects With Dimensions - Dim Base Point Does Not Move With It

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

AutoCad :: Paste Objects Which Copy With Base Point From Another Drawing

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

AutoCad :: How To Copy Objects In Layers Across Drawings Using Design Center

Jul 8, 2012

I've tried dragging layers across drawings using the design center interface, but what I've noticed is that while the layer in question gets copied over, the layer is empty. The objects within the layer do not get copied over. How do I copy objects AND layers that I've selected across drawings using Autocad Design Center?

View 5 Replies View Related

AutoCAD 2010 :: Appended Layer Name When Copy / Past Annotative Objects

May 14, 2012

Seem like when I cut and paste objects from one file to another, particularly objects with different annotative scale, my lexisting ayers would get corrupted. Standard layer names will be appended with "@_96" at the end (i.e. "symbols" to "symbols@_96"l . The 96 would represent the annotative scale factor in the current file. If I exit out and reopen the file, all layer names will return bsck to normal. However if I cont. to work on the file for a long time, the file will get corrupted. when restore, a lot of annotative symbols that where on different "@_96" layers will merge into on new "audit" layer. Sometimes the symbols show up with a different current annotative scale

View 2 Replies View Related

AutoCAD .NET :: Invalid Object Array Exception While Calling Copy Objects

Sep 6, 2013

I am getting Invalid Object array error on following line: 

oSourceFile.CopyObjects(objCollection, m_oActiveDoc.Blocks); 

Code is given below

[URL]........

View 3 Replies View Related

AutoCAD 2013 :: Command Copy Sets Base Point To 0 / 0 / 0 And Objects Vanish

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

AutoCAD Visual LISP / AutoLISP :: Copy / Move / Scale / Rotate Objects

May 24, 2002

Any lisp routine where you can select objects and do a global rotate, scale, etc. from each object's insertion point ?

View 9 Replies View Related

AutoCAD Visual LISP / AutoLISP :: Copy Shortcut C Doesn't Copy Multiple But Typing In COPY Does

Aug 23, 2013

I have a keyboard shortcut for Copy (see directly below). This command doesn't copy multiple. But if I type "Copy" at the comment prompt (AutoCAD 2013) the copy multiple is the default. Copymode is already set to "0".

(DEFUN C:C()
(setvar "SNAPMODE" 1)(COMMAND "_COPY")
(PRIN1)
)

View 4 Replies View Related

3ds Max Animation :: Copy / Paste Keys Between Objects?

Jul 31, 2011

i'm guessing in track view/curve editor or in the parameter editor...

View 1 Replies View Related

AutoCAD Civil 3D :: Viewing Civil Objects In Regular

Aug 30, 2012

Right now, the only way I know of being able to see Civil grading objects (surface contours, spot elevations, slopes, etc) while using plain vanilla AutoCAD is to explode everything and export to a lower version.

I'm trying out a trial of AutoCAD 2013 to test things, and my Civil drawing shows up as boxes/text when xrefed into another drawing without doing the task above.

I'm looking for a more efficient way to see grading using AutoCAD (not Civil). Civil is expensive, and I'd like to downgrade the drafters who don't know how to use the Civil functions (and never will), but still need grading to show as a dynamic xref in the background of the drawings they're working on. Problem is, if I have to explode and export my drawing every time I want to update the grading xref in their drawing, it wastes more time than I'd like.

Is this the only way and I have to live with it, or am is there an easier way that I haven't dug up yet? I know I'm not an expert at Civil, so I may be going about this all wrong.

View 5 Replies View Related

Photoshop :: Unable To Copy / Paste Smart Objects

Aug 5, 2013

I can't copy, paste or paste special layers nor images.  Areas are grayed out. 

View 1 Replies View Related

Illustrator :: Copy And Paste Position And Size Of Two Different Objects?

Sep 20, 2012

I have a question, quite a tricky one. Is there any way how can I copy and paste position and size of two objects?
 
Let's say I have a circle 2 x 2 cm and it's position is y 5cm x 5cm, I have a square of size 3 x 7 cm and it's position is y 0cm x 0cm.
 
How do I copy and paste in a single command/step the circles position and size to square, so I can get square of 2 x 2 cm and it's position 5cm x 5cm?
 
Something like copy + paste in place with a different logics. I hope You understand what I want.
 
I'm doing it now manually, I'm copying size and position of one object to another [ctrl + c > ctrl + v] but it takes quiet a while,

View 3 Replies View Related







Copyrights 2005-15 www.BigResource.com, All rights reserved