Ansys Learning Forum › Forums › Discuss Simulation › General Mechanical › User Defined Result › Reply To: User Defined Result
August 1, 2024 at 1:08 pm
Forum Moderator
try recording the function from mechanical scripting,
You will get something like:
#region Details View Action
selection = ExtAPI.SelectionManager.CreateSelectionInfo(SelectionTypeEnum.GeometryEntities)
selection.Ids = [64]
user_defined_result_60.Location = selection
-Aniket