Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations cowski on being selected by the Eng-Tips community for having the most helpful posts in the forums last week. Way to Go!

how can I get vertices and faces of the Part(solid) Pro\ToolKit

  • Thread starter Thread starter Vladimir Yampoltsev
  • Start date Start date
V

Vladimir Yampoltsev

Guest
Hello! Could you please tell me how can I get vertices and faces of the part in Pro/E Wildfire 4.0/5.0 using Pro/Toolkit.
 
Did you really quadpost that question?
On topic, your question is really vague, would help if you could clarify.
 
Sorry for multiple copies. I could not recognize the notice and did not understand why my posts were not visible.
Sorry for my not realy clear question. Let me explain what I really need. I am looking for a way how to import triangulated model geometry. I do not

need any object model. I just want to obtain the current triangulation in terms of list of vertices and faces.

In other words, I would like to have the following geometry for the simple box (values obtained from my plugin for Inventor):

...
Vertices={
0, 0.0154793810844421, -0.0254450464248657;
0, 0.0154793810844421, 0.0257058310508728;
0.01, 0.0154793810844421, 0.0257058310508728;
0.01, 0.0154793810844421, -0.0254450464248657;
0, -0.0168205547332764, -0.0254450464248657;
0, 0.0154793810844421, -0.0254450464248657;
0.01, 0.0154793810844421, -0.0254450464248657;
0.01, -0.0168205547332764, -0.0254450464248657;
0, -0.0168205547332764, 0.0257058310508728;
0, -0.0168205547332764, -0.0254450464248657;
0.01, -0.0168205547332764, -0.0254450464248657;
0.01, -0.0168205547332764, 0.0257058310508728;
0, 0.0154793810844421, 0.0257058310508728;
0, -0.0168205547332764, 0.0257058310508728;
0.01, -0.0168205547332764, 0.0257058310508728;
0.01, 0.0154793810844421, 0.0257058310508728;
0.01, 0.0154793810844421, 0.0257058310508728;
0.01, -0.0168205547332764, 0.0257058310508728;
0.01, -0.0168205547332764, -0.0254450464248657;
0.01, 0.0154793810844421, -0.0254450464248657;
0, -0.0168205547332764, 0.0257058310508728;
0, 0.0154793810844421, 0.0257058310508728;
0, 0.0154793810844421, -0.0254450464248657;
0, -0.0168205547332764, -0.0254450464248657;
};
Faces={
1,2,4;
4,2,3;
5,6,8;
8,6,7;
9,10,12;
12,10,11;
13,14,16;
16,14,15;
18,19,17;
17,19,20;
22,23,21;
21,23,24;
};

Project images:
View attachment 6751
View attachment 6752
 

Attachments

  • Image1.png
    Image1.png
    3.8 KB · Views: 2
  • Image2.jpg
    Image2.jpg
    7.5 KB · Views: 2

Part and Inventory Search

Sponsor

Back
Top