Announcements
Autodesk Community will be read-only between April 26 and April 27 as we complete essential maintenance. We will remove this banner once completed. Thanks for your understanding

Hide Geometry Behavior Should be Changed

bento.2610
Participant

Hide Geometry Behavior Should be Changed

bento.2610
Participant
Participant

"Hide" (V by default) should hide selected body, but not when the body selected is the only one in a component, ini that case, it should hide the whole component instead. This change would prevent us from having to open all drop-downs until we get to 'bodies' to unhide geometry (at least when working on a project with single body components).

Basically what i'm saying is:

input Hide_Geometry {
        if Selected_Body's_Father_Component's Number_of_Bodies = 1 {
                hide( Selected_Body's_Father_Component );

        } else {
                hide( Selected_Body );
        }
}

0 Likes
Reply
180 Views
0 Replies
Replies (0)