Store orientation inside geometry

UserData is viable way to store this information. Assuming your plugin is in C# then your UserData class needs to override the UserData.Transform function. Then when that is called you simply transform your saved vector.

4 Likes