Skip to main content
1-Visitor
March 8, 2019
Question

Create an assembly simprep from user defined part simpreps?

  • March 8, 2019
  • 1 reply
  • 3161 views

We have common hardware and parts that have a custom simprep named NHA_SIMPLE. This simprep is in most of our hardware. When that hardware is included in an assembly, we would like to make an assembly level NHA_SIMPLE rep that includes the parts, but uses the user defined simprep. It looks like this should be possible with ProSimprepActionInit, however, there is no action for a user defined simprep. During creation of an assembly simprep, is there a way to include the user defined rep of a component?

1 reply

kdirth
21-Topaz I
21-Topaz I
March 12, 2019

Yes.  If I understand what you want it is fairly easy.  When defining the simplified rep, select User Defined in the simplified rep definition box.  From the popup box select the desired rep to use in the assembly simplified rep.

 

rep1.jpgrep2.JPG

 

 

 

There is always more to learn.
mcrist1-VisitorAuthor
1-Visitor
March 12, 2019

I see how to do it manually, but how do you select these user defined reps with Toolkit when making an assembly rep?

mcrist1-VisitorAuthor
1-Visitor
March 12, 2019

Rereading my original post, I was not clear in my request. I apologize for the confusion. We would like to automate the process of creating an assembly simprep. The components in the assembly all have a user defined simprep (for example, called NHA_SIMPLE) that would be included in an assembly simprep of the same name. Using Toolkit, I think the function to call is ProSimprepAction, but when filling in the ProSimprepActionInit function, it doesn't appear that there is a way to select the user defined representation. Is it possible to create an assembly rep from other user defined component reps?