Skip to main content
1-Visitor
September 27, 2018
Question

Copy Part Geometry

  • September 27, 2018
  • 3 replies
  • 3204 views

Is it possible to copy a part's geometry into a new part window? I have a gusset (gusset 1) and I need to have the same gusset but with a notch  (gusset 2). I do not want to waste time recreating the gusset from scratch if I already have its geometry. 

This topic has been closed for replies.

3 replies

kdirth
21-Topaz I
21-Topaz I
September 27, 2018

If you are wanting to copy the entire part, use File / Save as / Save a Copy, then open the new part and modify.

 

If you are trying to copy a feature, it is more difficult to copy and paste.  To copy the shape (sketch), I would suggest saving the sketch (File / Save while in sketcher), then after starting sketch for new feature, use Get Data / File System to retrieve sketch and place.

There is always more to learn.
21-Topaz II
September 27, 2018

If the gusset is a single feature or a series of features, you can actually fairly easily copy it to another location in that model or to a completely different model. 

 

Select the features you want to copy and select copy from the ribbon or ctrl-C on the keyboard.

 

If you are pasting to another model, change to that window now.  Having two monitors with both models open side by side is helpful here.

 

Do not select paste, but instead select paste special from the drop down menu under the paste command.

Capture.JPG

 

 

In the pop up dialog, select "Advanced reference configuration" and deselect the other options.

Capture2.JPG

 

 

Next, Creo will bring up a dialog box (I'm still using Creo 2, the dialog is different in Creo 3 and up so no screen shot) showing all the references used to create the feature allowing you to select new references in the new part.  If you are pasting in the same part, Creo will have selected the same existing references by default. Change the ones that you need to change.

 

You'll then be prompted for directions for features and sketch planes.  Assuming the geometry works, the feature should be previewed on screen and will be created once you select OK.

14-Alexandrite
September 27, 2018

@Garrett317 wrote:

I have a gusset (gusset 1) and I need to have the same gusset but with a notch  (gusset 2). I do not want to waste time recreating the gusset from scratch if I already have its geometry.


Depends if you want an ongoing relationship between these components.  If you don't, just do a "Save as", "Save a copy", to create a new part, and modify it as you see fit.

 

Assuming you want them related, sounds like this would be a good situation for a "merge/inheritance feature".  (It's under "Get Data" on the "Model" tab of the ribbon.)  Create a new part for gusset 2, and add the merge/inheritance feature as you first step, referencing gusset 1.  Then add your notch.  You could also use the "remove" feature if you need to get rid of a hole or a notch.  Or, design your generic gusset in a skeleton model, and merge/inherit to both gusset 1 & gusset 2, adding unique features as needed.

 

You could also do this with a family table.  Say, gusset 1 is the "generic" model.  Go ahead and add gusset 2's notch to that model, but then suppress the feature.  (If multiple features, group them, and suppress the group.)  With the family table, you could create an "instance" for gusset 2, where that feature is unsuppressed.  In other cases, it may be more sensible for the generic model to represent neither, and have both gusset 1 & gusset 2 to be instances, so the model arrangement is more consistent.

 

In either of these cases, if you make a design change to gusset 1, it'll be rolled into gusset 2 automatically at next regeneration.  Just make sure you haven't defined your notch or other gusset 2 unique features in such a way that they could fail if gusset 1 changes in an expected way...

1-Visitor
September 28, 2018

I agree, family table all the way!!