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

Community Tip - Did you know you can set a signature that will be added to all your posts? Set it here! X

Get Material

Aravind98
12-Amethyst

Get Material

how to get materials from the part(all component part)  here i use 'ProMaterialCurrentGet' (Part is input). for finding the Materials Which API call i should Add?.

 

1 ACCEPTED SOLUTION

Accepted Solutions
msteffke
13-Aquamarine
(To:Aravind98)

You will need to get the current model using   ProMdlCurrentGet  and pass that handle.   You question is quite vague, you dont specify what you want to do with material. 

View solution in original post

2 REPLIES 2
msteffke
13-Aquamarine
(To:Aravind98)

You will need to get the current model using   ProMdlCurrentGet  and pass that handle.   You question is quite vague, you dont specify what you want to do with material. 

Aravind98
12-Amethyst
(To:msteffke)

Hi Sir Thanks For Your Reply.

 

I need Part material details.

1st i get current model.(ProMdlCurrentGet  )

2nd i visit model components so i use (ProSolidDispCompVisit).

3rd i get asm component path (ProAsmcomppathMdlGet).

4th i get model name.

 

So now I need Material details, in the main model I Assigned Material for Each Component parts. Now i want to read what material i have Assigned. 

 

PFA

                                                                      

Top Tags