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.
構造全般

構造全般

スクリプティング機能で経路プロットの作成を記録すると、記録されたスクリプトで経路プロットが正しく作成されません

    • FAQFAQ
      Participant

      経路プロットの作成を記録した場合、正しく記録されないことがあります。 対象の位置を指定する部分でプロパティをSurfaceからLocation に変更してご利用ください。 正: path_33 = DataModel.GetObjectById(33) total_deformation_77.Location = path_33 誤: path_33 = DataModel.GetObjectById(33) total_deformation_77.Surface= path_33