Continue to Site

Welcome to MCAD Central

Join our MCAD Central community forums, the largest resource for MCAD (Mechanical Computer-Aided Design) professionals, including files, forums, jobs, articles, calendar, and more.

how can I get vertices and faces of the Part(solid) 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:
Image1.png
Image2.jpg
 

Sponsor

Articles From 3DCAD World

Back
Top