zmedwael
Aerospace
- May 2, 2013
- 20
Hi every one , i have a small problem.
i'm trying to get faces to change color depending on the face type , but this in not the probleme i managed to do that but only when i'm working in modeling module.
i need to do the same for Advanced simulation (.fem parts) module.
i tried to change work to basework in this code but it still works only in the modeling module (ie .prt).
" Dim workPart As object = s.Parts.baseWork
Dim bodies As BodyCollection = workPart.Bodies
For Each b As Body In bodies
For Each f As Face In b.GetFaces "
Thank you.
i'm trying to get faces to change color depending on the face type , but this in not the probleme i managed to do that but only when i'm working in modeling module.
i need to do the same for Advanced simulation (.fem parts) module.
i tried to change work to basework in this code but it still works only in the modeling module (ie .prt).
" Dim workPart As object = s.Parts.baseWork
Dim bodies As BodyCollection = workPart.Bodies
For Each b As Body In bodies
For Each f As Face In b.GetFaces "
Thank you.