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

Community Tip - Did you get an answer that solved your problem? Please mark it as an Accepted Solution so others with the same problem can find the answer easily. X

Can I adjust the assembly state of the simplified representation?(derived > master)

CHASEONHO
18-Opal

Can I adjust the assembly state of the simplified representation?(derived > master)

ProSimprepdataitemsVisit () is for visiting all data items modified by the user. If all component representations are set to the default (derived), no entry is detected.

 

We informed our customers that in order to use the correct program, they need to modify the derived expression of the simplified item to the master expression.

 

This is a bit uncomfortable.

 

Is there a way to use the toolkit to replace all derived states with master representations for some simplified representations?
This part only needs to be applied to the assembly. Even if a component is derived, it does not matter in our case.

 

If you know any good ideas or APIs, please share them.

2 REPLIES 2
FV
17-Peridot
17-Peridot
(To:CHASEONHO)


@CHASEONHO wrote:

ProSimprepdataitemsVisit () is for visiting all data items modified by the user. If all component representations are set to the default (derived), no entry is detected.

 

 


Hello all,

@CHASEONHO you had answered your own question already - if 'no entry is detected' it means all components are members.

ProSolidFeatVisit(...)  to build a ProArray of ProAsmcomppaths, there is an example in protoolkit install directory.

HIH.

FV.

CHASEONHO
18-Opal
(To:FV)

Your opinion is right.
My idea was short.

 

Warm Regards,

SeonHo Cha

Top Tags