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…
Yep. Already reported to AD.
Maybe I am doing something wrong, but this not convert the selected edges to polygons the same way as $.EditablePoly.ConvertSelectionToBorder #Edge #…
Works properly only when each face is selected with single mouse click. ( ( global rol_getFacesSelectionOrder try(destroyDialog rol_getFa…
( selObj = selection[1] selObj.name = “Window_Object” convertToPoly selObj max modify mode subobjectLevel = 4 max select all …
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.
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 …
Serejah : this is the case when point of intersection is behind both vectors dot vec1 (intersectionPoint – p1) < 0 and dot vec2 (intersectionPoin…
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…
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…
In any plane. The 3 points that I use are in one plane, so its orientation is not important(i think).
Here is the image:
aaandres: Two previous questions: 1- Are you talking about segment intersection or line (‘infinite segment’) intersection? 2- Are you talking about …