Hard Edges Selection (maxscript)
Last Updated on 14/07/2023

(
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.
Tags : Poly
The best script ever!!)) Simple and powerful! I’ve searched it a long time ago!!))) Thx a lot)))
I need this script so much, can you help to make a .ms file??? please help
Just copy all code and save it as .ms file.
You can select hard edges by going into Selection>Hard and also assign hotkey by searching “Sharp edges” and assign your hotkey to it. Still nice script though
Not the same result. But thank you for the tip.
thank you so much that was so helpful
Thank you! workflow is more fast now
After selecting the object, I run it in the script editor but get this line
— Syntax error: at ), expected
— In line: )
I don’t know what I did wrong?Can anyone be kind enough to answer?
I added download section for this script on this page. Please download script then select object, open modify panel then drag and drop .ms file to viewport to select hard edges on object.