hiediafumio Posted September 8, 2019 Share Posted September 8, 2019 i want to do this in pop,but the return value is always (0,0,0). code:vector pdir=point(0,"@P",7); (i want to get the position of point 7). How can i do it with function point()? Quote Link to comment Share on other sites More sharing options...
bunker Posted September 8, 2019 Share Posted September 8, 2019 you need to remove the '@' symbol vector pdir=point(0,"P",7); 1 Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.