Obizzz
02-13-2007, 01:47 PM
Is there an easy way to select all hard edges within a mesh? I need to separate them for export and it's a bit tedious to do manually.
I have a feeling it would be quite easy to do with a script but my knowledge in scripting is rather limited. I did find this in the sdk docs
bool GetIsHard ( ) const
Returns whether the edge is hard or not.
Returns:
True if the edge is hard, false if not.
I guess one could set up a loop based on that which selects the edge if the value returned is true.. unfortunately I haven't done any coding for years and I was pretty bad even when I did :) (just basic stuff in school)
Any help appreciated..
I have a feeling it would be quite easy to do with a script but my knowledge in scripting is rather limited. I did find this in the sdk docs
bool GetIsHard ( ) const
Returns whether the edge is hard or not.
Returns:
True if the edge is hard, false if not.
I guess one could set up a loop based on that which selects the edge if the value returned is true.. unfortunately I haven't done any coding for years and I was pretty bad even when I did :) (just basic stuff in school)
Any help appreciated..
