Continue to Site

Eng-Tips is the largest engineering community on the Internet

Intelligent Work Forums for Engineering Professionals

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

vb question: start and end point of edge 1

Status
Not open for further replies.

MANox

Mechanical
Apr 2, 2007
123
Hello for all!!

I start working with journaling.
In program I can select (manually) body and face for sketch.
After I can find all edges on selected face.
But I can't select (in program) external edges of face.
I want find coordinate of start and end point of every edge and compare its.
But I can't find its.
Mayby somebody know or have idea how I can do this??

Micha?
 
Replies continue below

Recommended for you

Look in nxopen docs for

Face.GetEdges() method returns the array of edges.

Using Edge.SolidEdgeType() determine the edge type,

You can also use Edge.GetVertices() to get the end points of edges.

Regards,
Suresh
 
Thank you very much for help.
I found "GetEdges" and "SolidEdgeType" but I can't find "GetVertices".
You use nxopen dosc from NX? Or some different documentation?

Best regards
Micha?
 
I am looking at NXOpen Docs for NX6.

It is a member of Edge Class

Public Sub GetVertices ( _
<OutAttribute> ByRef vertex1 As Point3d, _
<OutAttribute> ByRef vertex2 As Point3d _
)


Regards,
Suresh
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor