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

How to read (in an expression) the point coordonates

Status
Not open for further replies.

Pjone kenobi

Mechanical
Joined
Sep 19, 2018
Messages
44
Location
FR
Dear All,

I try to find the coordonate in vector Y of my point.
Is it possible? I tried the function nx_y but it didn't work...
Thanks for your help.

Best regards

PJ
 
What format is your point information in?

I did an associative measure point and it created an expression such as:
name: p1
formula: (measure)
value: Point(1,2,3)

I then created my own expression
name: test
formula: nx_y(p2)
and the returned value was: 2

www.nxjournaling.com
 
Hello cowski!

Sorry I don't understand what format you mean...
I took the function point, the type d"educted point" and i selected another point in associative way.
So I created the "Toto" point. Now I want to use the nx_y function but how to do?
 
Finally, I used your tip and it runs well, thanks a lot!

Best regards
PJ
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top