Hard Edges Selection (maxscript)

Last Updated on 14/07/2023

Select Hard Edges maxscript
(
    obj = modPanel.getCurrentObject()
    if obj != undefined then
    (
        case (classof obj) of
        (
        Edit_Poly:obj.setoperation #SelectHardEdges 
        Editable_Poly:obj.selectHardEdges()
        )
    )
     
)

Simple maxscript which allows select Hard Edges in Editable Poly object or in Edit Poly modifier in 3ds Max.

Download

Tags :

Comments ( 9 )

Leave a Reply