General Mechanical

General Mechanical

Topics related to Mechanical Enterprise, Motion, Additive Print and more.

Changing the name of reaction probes created with a jscript macro?

    • Nikita
      Ansys Employee

      How can you change the name of reaction probes created with a jscript macro?


       

    • vganore
      Ansys Employee

      We do not recommend using JScript macros. They are undocumented, unsupported and relatively difficult to use. We recommend using ACT. It is documented, supported and relatively simple to use. You can change the name of reaction probes using the following commands. newProbe = ExtAPI.DataModel.Project.Model.Analyses[0].Solution.AddForceReaction() newProbe.Name = "MyProbe"

Viewing 1 reply thread
  • The topic ‘Changing the name of reaction probes created with a jscript macro?’ is closed to new replies.