gazybara
@gazybara
New Member
Joined: Feb 14, 2024
Topics: 36 / Replies: 998
Reply
RE: How to pick a group object?

What do you suggest I not uderstand?

12 years ago
Forum
Reply
RE: How to pick a group object?

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…

12 years ago
Forum
Reply
RE: How to pick a group object?

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…

12 years ago
Forum
Reply
RE: How to pick a group object?

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…

12 years ago
Forum
Reply
RE: How to pick a group object?

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…

12 years ago
Forum
Reply
RE: How to pick a group object?

Wow Denis. I never doupted that your solution will not be the best. First time I see theses two methods getRootGroupHead and getGeometryGroupMembers…

12 years ago
Forum
Reply
RE: How to pick a group object?

From schematic view I run this getGrandParentGroup $Box004 –$Box:Box005 @ [0.000000,0.000000,40.000000] Why function ignore opened groups?

12 years ago
Forum
Reply
RE: How to pick a group object?

denisT: the third mistake in the way how you collect geometry objects I agree about that.

12 years ago
Forum
Reply
RE: How to pick a group object?

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 …

12 years ago
Forum
Reply
RE: How to pick a group object?

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 …

12 years ago
Forum
Reply
RE: How to pick a group object?

You think of this function? fn getGrandParentGroup obj = ( while (obj.parent != undefined) do obj = obj.parent if not isGroupHead obj do (…

12 years ago
Forum
Reply
RE: How to pick a group object?

You think of this function? fn getGrandParentGroup obj = ( while (obj.parent != undefined) do obj = obj.parent if not isGroupHead obj do (for …

12 years ago
Forum
Reply
RE: How to pick a group object?

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…

12 years ago
Forum
Reply
12 years ago
Forum
Reply
RE: How to pick a group object?

No this is a mess Can you explain what exactly want to achive here.

12 years ago
Forum
Page 39 / 69