What do you suggest I not uderstand?
That is useful info. Thanks. So to return to the isRealGeometry topic. You told me that is “:“search in geometry is too long… there is a better way” T…
Can you tell me why: > this works b0 = box pos:[40,0,0] wirecolor:orange b1 = box pos:[80,0,0] wirecolor:orange in (g0 = group #(b0,b1)) (box pos…
Can I use this to find out isRealGeomtry?(I add only two classes for check) for o in geometry where canConvertTo o editable_mesh and canConvertTo o…
denisT: THESE ARE MY FUNCTIONS!!! ha-ha… you have to write your own. that what i was asking you Now you could have fooled me I already wrote my…
Wow Denis. I never doupted that your solution will not be the best. First time I see theses two methods getRootGroupHead and getGeometryGroupMembers…
From schematic view I run this getGrandParentGroup $Box004 –$Box:Box005 @ [0.000000,0.000000,40.000000] Why function ignore opened groups?
denisT: the third mistake in the way how you collect geometry objects I agree about that.
denisT: no. i was wrong… there are three mistakes :argh: I give up. Please show me what you have How my solution not works when throws correct …
Example that I mentioned for i = 1 to 2 do Sphere pos:(random [0,0,0] [100,100,100]) radius:5 group $Sphere* name:”GroupSpheres” for i = 1 to 2 do …
You think of this function? fn getGrandParentGroup obj = ( while (obj.parent != undefined) do obj = obj.parent if not isGroupHead obj do (…
You think of this function? fn getGrandParentGroup obj = ( while (obj.parent != undefined) do obj = obj.parent if not isGroupHead obj do (for …
With this you can collect all geometries inside top-most group. Use pick button and select one of the group member then look in the listener for the r…
ok let me try
No this is a mess Can you explain what exactly want to achive here.