harefort
@harefort
New Member
Joined: Feb 14, 2024
Topics: 23 / Replies: 42
Reply
RE: Mouse move callback 2D

Works like a charm, thanks!

16 years ago
Forum
Topic
Forum
Replies: 2
Views: 47
Reply
RE: Smallest volume box to fit a shape?

Does this help? Cannot find a 2d version of it right now, but google for “minimum area boundign rectangle” and “rotating calipers”.

16 years ago
Forum
Reply
RE: Find out if single char string is number

Nah, I need to actually split it off. I will later increment the number part if necessary to ensure unique names when adding user defined names to a l…

16 years ago
Forum
Reply
RE: Find out if single char string is number

From the doc about the trimRight function: “The following string parsing methods were first introduced in gmax 1.0 and are available in MAXScript sin…

16 years ago
Forum
Reply
RE: Find out if single char string is number

Nice idea to use the numbers as the string to search in! Anyway, I found some dotNet regExp stuff on here and use that now: local sMainPart = …

16 years ago
Forum
Topic
Forum
Replies: 6
Views: 52
Reply
RE: problem with temporary meshes

Select all vertices in the mesh/poly and rotate them… Is that what you’re looking for?

16 years ago
Forum
Reply
RE: Getting triangles of a polygon

I’m using a hacky solution for now. Creating a snapshot, connecting all vertices (hoping that it will preserve internal triangulation), then performin…

16 years ago
Forum
Topic
Forum
Replies: 1
Views: 49
Reply
RE: Matching relative topology

Unfortunately the actual script is encrypted, so not much help in there. But the interesting thing is that even this one uses a vertex, and edge AND a…

16 years ago
Forum
Reply
RE: Matching relative topology

Looks promissing … Thanks!

16 years ago
Forum
Reply
RE: Matching relative topology

I would be using it for robotic characters with a lot of repeating parts right now. You’ll have the same kind of bolt/cable/thingy in many different p…

16 years ago
Forum
Topic
Forum
Replies: 5
Views: 58
Reply
RE: Limit an edit-box to Integer/float value.

You could check it after the user entered something: on edtText entered sString do ( if classOf sString == integer or classOf sString == float …

16 years ago
Forum
Page 3 / 5