We’re putting the final touches on our new badges platform. Badge issuance remains temporarily paused, but all completions are being recorded and will be fulfilled once the platform is live. Thank you for your patience.
General

General

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

    • FAQFAQ
      Participant

      We do not recommend using JScript macros. They are undocumented, unsupported and relatively difficult to use. We recommend using ACT. ACT 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”