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

Community Tip - Learn all about the Community Ranking System, a fun gamification element of the PTC Community. X

How to get the coordinates of vertices of a surface?

K_V
6-Contributor
6-Contributor

How to get the coordinates of vertices of a surface?

Hello, sorry to ask this nooby question since I got no helps to figure out my problem,

Here is the point, I want to know where every vertex on a surface exactly is(their coordinates),

I've already got the handle of edges on the surface that I want,

then I used ProEdgeDataGet() to look for the data about the assigned edge. But I'm not sure what to do next,

Sorry to bother you guys, but really, please help me out with this.

 

Thanks in advanced!!!!!! 

3 REPLIES 3
FV
17-Peridot
17-Peridot
(To:K_V)

TestGeom.c in <COMMON_FILES>\protoolkit\protk_appls\pt_examples\pt_geom\TestGeom.c

tt.png

K_V
6-Contributor
6-Contributor
(To:FV)

@FV

Hey thanks for helping,

but the thing is I got a part in assembly, and I've got all handles of surfaces of the part. And now I want to look for vertices of each surface. Just like the pic right below

 

擷取.PNG

FV
17-Peridot
17-Peridot
(To:K_V)

you probably would want to post some code, otherwise it is quite difficult to figure out what you are having problem with...

 

Top Tags