em3
@em3
New Member
Joined: Feb 14, 2024
Topics: 70 / Replies: 148
Reply
RE: simple quistion

arrays are your friend multi-dimensional arrays are your girlfriend ( varr = for a = 1 to 5 collect #(a,a*(random 4 10)) for v = 1 to varr.count do…

12 years ago
Forum
Reply
RE: RayMeshGridIntersect returning weird values

It looks like the problem was caused by not clearing the array returned by the function. I did two things and there is no more issue. I declared the …

12 years ago
Forum
Reply
RE: RayMeshGridIntersect returning weird values

I take that back. raymeshgridintersect is blowing my memory out. I am sending it about 700 splines to check against a target and my memory usage skyro…

12 years ago
Forum
Reply
RE: RayMeshGridIntersect returning weird values

YEP! Thank you Eric and Klunk! It’s working great now. I am aware of the redundantly redundant placement of the dummy. for h in objects where super…

12 years ago
Forum
Reply
RE: RayMeshGridIntersect returning weird values

Looks like I have a fundamental misunderstanding of raymesh intersect. I am trying to find the intersection of a spline to a mesh, i think raymeshinte…

12 years ago
Forum
Topic
Forum
Replies: 7
Views: 19
Reply
RE: GetAltitudeAzimuth

for anyone who might be doing this the azimuth and altitude are returned in radians which need to be converted to degrees. az = ((180*azimuth)/pi)

12 years ago
Forum
Reply
RE: GetAltitudeAzimuth

DOH! Thank you Denis!

12 years ago
Forum
Reply
RE: GetAltitudeAzimuth

Thank you Denis. I did that but it just returns “OK” theInt = DaylightSystemFactory2.Create sunClass:mr_Sun skyClass:mr_Sky –> <MixinInterface…

12 years ago
Forum
Reply
RE: GetAltitudeAzimuth

Max 2012 Help <void>GetAltitudeAzimuth <time>time <&float>altitude <&float>azimuth altitude is In and Out parameter …

12 years ago
Forum
Topic
Forum
Replies: 7
Views: 19
Reply
RE: Scripting a Planet and Star

This is awesome. Thank you Denis!

12 years ago
Forum
Reply
RE: Scripting a Planet and Star

haha thanks Michael! It was fun to try. Though I make a conscious effort not to do it now, I have not replied to a few posts I initiated in my day. I …

12 years ago
Forum
Reply
RE: Scripting a Planet and Star

Reply to original poster with functional script written specifically for poster Expect nothing in return Get nothing in return …well played k…

12 years ago
Forum
Reply
RE: Scripting a Planet and Star

Sounded like fun so I whipped this up. You can change the values around to suit your needs. Someone can surely make this way better but I got tired an…

12 years ago
Forum
Page 3 / 15