Continue to Site

Eng-Tips is the largest engineering community on the Internet

Intelligent Work Forums for Engineering Professionals

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

NXOpen Finding U and V Direction Edges of a Face

Status
Not open for further replies.

EngProgrammer

Aerospace
Jan 14, 2015
150
Dear Forum,

I've developed some NXOpen code to Enlarge a face using the CreateEnlargeBuilder. However, that is not my issue. Sometimes, I need to enlarge along the V-direction and sometimes along the U-direction. The face that I am enlarging has multiple saddles and valleys therefore I can't just look at the centroid's U and V direction. I need someway of looking at the edges of the face and get some sense which edges are associative with the U and V directions.

Any Ideas??

Thanks,
 
Replies continue below

Recommended for you

Calculate a couple of points on the edge you're interested in. Then, calculate the (u,v) parameters of these points. Compare the (u,v) values to determine whether u or v is constant along the edge.

To get the (u.v) values of a given point, P, I would use Snap.NX.Face.Parameters(P). I think there's a similar function in NX/Open, but I can't remember what it's called.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor