- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
So I have a probelm, My command prompts the user to place three points on a view to place an annotation symbol, but I need to find the distance between my points and the relationship between them in all views and sections,
(See image) I need to know if P2 is placed higher or lower of P1, and P3 is it to the right or left of P2 and then calculate the distance between them,
I've tried this method from Jeremy The Building Coder: Planes, Projections and Picking Points (typepad.com)
but the U&V can flip between views, (For example in the north, south elevations the distance between P1&P2 is The U value, and in east, west it's the V value)
For now my command works only on plans. but i want to make it unviersal. Is there such a way ?
Solved! Go to Solution.