cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
Showing results for 
Search instead for 
Did you mean: 

Community Tip - Your Friends List is a way to easily have access to the community members that you interact with the most! X

Simplified representation in parts using Pro/TOOLKIT

LarsZiegler
5-Regular Member

Simplified representation in parts using Pro/TOOLKIT

Hello,

there ist a note in the tkuse.pdf for Wildfire 4.0 that
Pro/TOOLKIT supports simplified representations of assemblies only, not parts?


Really???


Is there no way to create and define a simplified representation for parts?



Thanks,


greetings Lars

4 REPLIES 4

According to the documentation that is correct. Through Pro/TOOLKIT you cannot define a simprep for a part.

Function ProSimprepCreate

Description


Creates a simplified representation based on the supplied data.
NOTE:
Operates on assemblies only, not parts.

Synopsis

#include <prosimprep.h<prosimprep_h.html>>

ProError<protoolkiterrors_h.html#proerror>

ProSimprepCreate

(


ProSolid<proobjects_h.html#prosolid> p_solid


/* (In)


The solid in which to create the simplified representation


*/


ProSimprepdata<prosimprepdata_h.html#prosimprepdata>* p_data


/* (In)


The data for the simplified representation


*/


ProSimprep<proobjects_h.html#prosimprep>* p_new_rep


/* (Out)


The handle to the new simplified representation


*/

)



Patrick Williams | Engineering Systems | c: 616.947.2110
[cid:image001.jpg@01CE0B5B.E2199560]
VALERIOFIORINI
5-Regular Member
(To:pwilliams-3)

I need the same functionality.

How can we increase the relevance of this issue?

LarsZiegler
5-Regular Member
(To:LarsZiegler)

Hello Patrick,

yes, I read the note.
But ProSimnrepCreate works on parts. 🙂


So I thought it might work...


Thanks Lars

Hi, I think it is not supported but it may work. Actually  it could have the consequence that something / for example sections and x-hatching of the simplified parts  in the drawing view could not work or will lead to the wrong results. I could remember that there are some kind  of such side effects.

One alternative way for the simplified representation of parts is to  use substitute simplified representation of  components where the simplification is done via part family table. 

Top Tags