Feb 9, 2024 #1 mj345 Mechanical Joined Jan 9, 2019 Messages 82 Location US Hello All, Thanks for your time and help. Is there any command/script to select angled faces in Abaqus using python?
Hello All, Thanks for your time and help. Is there any command/script to select angled faces in Abaqus using python?
Feb 9, 2024 #2 FEA way Mechanical Joined Nov 13, 2018 Messages 5,194 Location PL Abaqus/CAE has selection propagation by angle but if you just want to select all inclined faces in a model, you would have to find a way to distinguish them programmatically. Maybe using face normals. Upvote 0 Downvote
Abaqus/CAE has selection propagation by angle but if you just want to select all inclined faces in a model, you would have to find a way to distinguish them programmatically. Maybe using face normals.