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 TugboatEng on being selected by the Eng-Tips community for having the most helpful posts in the forums last week. Way to Go!

Accesing a specific edge using Nx Open

Status
Not open for further replies.

przemekprem

Mechanical
Joined
Apr 9, 2014
Messages
7
Location
GB
Hi everyone,

I am a beginning Nx Open user and I would like to ask for one thing. I have written a code which creates me a geometry I need for my university project. Can somebody explain me how to acces a specific edge of the created geometry? I want to blend some of the edges. I am using Nx 8.5. I would be grateful for help. Thank you
 
I should also mention that I write my code with VB .Net
 
Do you have a reference to the body or face the edge belongs to? If so, you can use the .GetEdges method and iterate through them to find the one you want.

Or do you want the user to interactively pick an edge?

www.nxjournaling.com
 
That sounds like a good idea. I have a reference to the whole body. I will try to use the .GetEdges method. Thank you!
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top