Mar 12, 2025 #1 mj345 Mechanical Joined Jan 9, 2019 Messages 82 Location US Hello All, I would like to create a python script for selecting edges attached to the selected cell. Any help is greatly appreciated. Thanks,
Hello All, I would like to create a python script for selecting edges attached to the selected cell. Any help is greatly appreciated. Thanks,
Mar 12, 2025 #2 FEA way Mechanical Joined Nov 13, 2018 Messages 5,194 Location PL All edges ? You could use the getEdges() method on a cell object. Upvote 0 Downvote