miauu
@miauu
New Member
Joined: Feb 14, 2024
Topics: 122 / Replies: 1116
Reply
RE: Viewport Drawing Methods (gw)

justml: I’m curious if is possible to draw on top of the gw.rect a bitmap (as icon) ? You have to draw the icon pixel by pixel. The gw.text can s…

7 years ago
Forum
Reply
Reply
RE: Convert Selection To Border problem in Max 2016, 2017, 2018

Maybe I am doing something wrong, but this not convert the selected edges to polygons the same way as $.EditablePoly.ConvertSelectionToBorder #Edge #…

7 years ago
Forum
Reply
RE: Is there any way to keep my original ploygn selection

Works properly only when each face is selected with single mouse click. ( ( global rol_getFacesSelectionOrder try(destroyDialog rol_getFa…

7 years ago
Forum
Reply
RE: Detach polygon

( selObj = selection[1] selObj.name = “Window_Object” convertToPoly selObj max modify mode subobjectLevel = 4 max select all …

7 years ago
Forum
Reply
RE: Intersection between vectors – proper method?

Thank you, Denis. I will do it tomorrow. Right now I have to go to bed. I am at work after 4 hours. Good night to all.

7 years ago
Forum
Reply
RE: Intersection between vectors – proper method?

This is easy. W can lay on one of the segments(1) or can be outside of both of them(-1). I have something similar. Are those functions pure maxscript …

7 years ago
Forum
Reply
RE: Intersection between vectors – proper method?

Serejah : this is the case when point of intersection is behind both vectors dot vec1 (intersectionPoint – p1) < 0 and dot vec2 (intersectionPoin…

7 years ago
Forum
Reply
RE: Intersection between vectors – proper method?

Maybe I am not using the code above properly. When I use this: fn VecVecIntersect p1 vec1 p2 vec2 = ( if (abs (dot vec1 vec2)) > (1…

7 years ago
Forum
Reply
RE: Intersection between vectors – proper method?

Thank you both of you. The Serejah’s method is much smarter and clean than mine. New question: This time the vectors are treated as vectors and lines…

7 years ago
Forum
Reply
RE: Intersection between vectors – proper method?

In any plane. The 3 points that I use are in one plane, so its orientation is not important(i think).

7 years ago
Forum
Reply
Reply
RE: Intersection between vectors – proper method?

aaandres: Two previous questions: 1- Are you talking about segment intersection or line (‘infinite segment’) intersection? 2- Are you talking about …

7 years ago
Forum
Topic
Forum
Replies: 23
Views: 63
Page 32 / 83