@dan rathbun said:
def get_shadow_time > model = Sketchup.active_model > shadowinfo = model.shadow_info > shadtime = shadowinfo['ShadowTime'] > # shadtime is a Time class object > end >@pvbuero said:
Where to find the variable with the time ?
Ruby Time class from the 'Pick-Axe' book. Time class in Ruby Core Docs.
I didn't mean in SU. I meant "variable with the time" in the javascript file ...
But I think that's to much new stuff at once.