I’ve set my model EarthAnchorPoint. I then change location in sun settings to look at different shadows. When I query the document EarthAnchorPoint via RhinoCommon, the location has changed. However when I type in command to set EarthAnchorPoint again, it doesn’t change back. Seems the sun setting location takes precedent over the EarthAnchorPoint command. Can it be that whichever happens last sets the location?
Hi Will - as far as I can tell that is how it works here. How are you checking, exactly? I am using
scriptcontext.doc.EarthAnchorPoint
-Pascal