We have an exciting announcement about badges coming in May 2025. Until then, we will temporarily stop issuing new badges for course completions and certifications. However, all completions will be recorded and fulfilled after May 2025.
構造全般

構造全般

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

    • 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