Message 1 of 4
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
I was playing recently with text notes and was rotating them a little bit. One thing I need some help with/clarification.
BaseDirection - Revit Lookup shows values between -1 and 1. I was hoping to use it to make sure that text notes are horizontal or vertical. The thing is that it didn't worked.
So please find below the printscreent:
To achieve it I manually rotated the textNote 90 degree with its handle - Lookup is showing correctly 0, 1, 0 - but when I collected it and check it with my code I end up with this weird number which is visible on the form.
TaskDialog.Show("TEST", $"TEXT NOTE ID: {textNote.Id} \n BASE DIRECTION X : {textNote.BaseDirection.X} \n, BASE DIRECTION Y : {textNote.BaseDirection.Y} \n BASE DIRECTION Z : {textNote.BaseDirection.Z} \n ");
Solved! Go to Solution.
Developer Advocacy and Support +