<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>AutoCAD - 日本語フォーラムのトピックRe: 外部参照のファイル名が変わったときの効率的な対処法が知りたい</title>
    <link>https://forums.autodesk.com/t5/autocad-ri-ben-yuforamu/wai-bu-can-zhaonofairu-mingga-bianwattatokino-xiao-lu-dena-dui-chu-faga-zhiritai/m-p/13302785#M246</link>
    <description>&lt;P&gt;&lt;SPAN&gt;手順はそれでいいですが、1点気を付けてほしいのが、&lt;/SPAN&gt;&lt;SPAN&gt;fixpath5.lspを使用するには、ロードが必要な点です。&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;&lt;A href="https://www.autodesk.com/jp/support/technical/article/caas/sfdcarticles/sfdcarticles/JPN/Automatically-load-AutoLISP-routines.html" target="_blank"&gt;https://www.autodesk.com/jp/support/technical/article/caas/sfdcarticles/sfdcarticles/JPN/Automatically-load-AutoLISP-routines.html&lt;/A&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;&lt;A href="https://help.autodesk.com/view/ACD/2023/JPN/?guid=GUID-FDB4038D-1620-4A56-8824-D37729D42520" target="_blank"&gt;https://help.autodesk.com/view/ACD/2023/JPN/?guid=GUID-FDB4038D-1620-4A56-8824-D37729D42520&lt;/A&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;上記を参考に、ファイルオープン時、あるいはコマンド実行時どれかのタイミングで、fixpath5.lspをロードしてfixpath5を使えるようにしなければなりません。&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;もしくはスクリプト内で&lt;/P&gt;
&lt;LI-CODE lang="lisp"&gt;(load "fixpath5") ;LISPファイルはサポートパスに登録されたフォルダにある前提&lt;/LI-CODE&gt;
&lt;P&gt;としてロードするかです。&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Thu, 06 Feb 2025 05:24:01 GMT</pubDate>
    <dc:creator>N.H1971</dc:creator>
    <dc:date>2025-02-06T05:24:01Z</dc:date>
    <item>
      <title>外部参照のファイル名が変わったときの効率的な対処法が知りたい</title>
      <link>https://forums.autodesk.com/t5/autocad-ri-ben-yuforamu/wai-bu-can-zhaonofairu-mingga-bianwattatokino-xiao-lu-dena-dui-chu-faga-zhiritai/m-p/13274596#M239</link>
      <description>&lt;P&gt;50ファイルの図面に対して「図枠.dwg」というが外部参照されています。&lt;/P&gt;&lt;P&gt;この時、事情によりファイル名が「図枠_変更用.dwg」に代わってしまい、外部参照が外れてしまいました。&lt;/P&gt;&lt;P&gt;50ファイルの図面を一つ一つ修正するのは大変なので、&lt;/P&gt;&lt;P&gt;どうにかして効率化したいです。どうすればよいでしょうか。&lt;/P&gt;&lt;P&gt;よろしくお願いいたします。&lt;/P&gt;</description>
      <pubDate>Tue, 21 Jan 2025 21:58:27 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-ri-ben-yuforamu/wai-bu-can-zhaonofairu-mingga-bianwattatokino-xiao-lu-dena-dui-chu-faga-zhiritai/m-p/13274596#M239</guid>
      <dc:creator>y-inagaki98YM8</dc:creator>
      <dc:date>2025-01-21T21:58:27Z</dc:date>
    </item>
    <item>
      <title>Re: 外部参照のファイル名が変わったときの効率的な対処法が知りたい</title>
      <link>https://forums.autodesk.com/t5/autocad-ri-ben-yuforamu/wai-bu-can-zhaonofairu-mingga-bianwattatokino-xiao-lu-dena-dui-chu-faga-zhiritai/m-p/13274843#M240</link>
      <description>&lt;P&gt;&lt;A href="https://www.cadtutor.net/forum/topic/41545-xref-saved-path-find-and-replace-drawing-name/" target="_blank"&gt;https://www.cadtutor.net/forum/topic/41545-xref-saved-path-find-and-replace-drawing-name/&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;こちらにある、Lee Mac氏の&lt;SPAN&gt;Posted&amp;nbsp;&lt;/SPAN&gt;&lt;TIME title="09/21/2012 07:32  PM" datetime="2012-09-21T10:32:01Z" data-short="12 yr"&gt;September 21, 2012のコメントにある、fixpath5というLISPが使えると思います。&lt;/TIME&gt;&lt;/P&gt;
&lt;P&gt;こちらのLISPではコマンド中に検索語（old）と置換語（new）を指定していますが、&lt;SPAN&gt;「図枠.dwg」を「図枠_変更用.dwg」に変更なので、oldを図枠、newを図枠_変更用にLISPを変更してコード内で指定すればいいかと。&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 22 Jan 2025 01:23:40 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-ri-ben-yuforamu/wai-bu-can-zhaonofairu-mingga-bianwattatokino-xiao-lu-dena-dui-chu-faga-zhiritai/m-p/13274843#M240</guid>
      <dc:creator>N.H1971</dc:creator>
      <dc:date>2025-01-22T01:23:40Z</dc:date>
    </item>
    <item>
      <title>Re: 外部参照のファイル名が変わったときの効率的な対処法が知りたい</title>
      <link>https://forums.autodesk.com/t5/autocad-ri-ben-yuforamu/wai-bu-can-zhaonofairu-mingga-bianwattatokino-xiao-lu-dena-dui-chu-faga-zhiritai/m-p/13282275#M241</link>
      <description>&lt;P&gt;ありがとうございます！大変助かります。&lt;/P&gt;</description>
      <pubDate>Sun, 26 Jan 2025 08:19:28 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-ri-ben-yuforamu/wai-bu-can-zhaonofairu-mingga-bianwattatokino-xiao-lu-dena-dui-chu-faga-zhiritai/m-p/13282275#M241</guid>
      <dc:creator>y-inagaki98YM8</dc:creator>
      <dc:date>2025-01-26T08:19:28Z</dc:date>
    </item>
    <item>
      <title>Re: 外部参照のファイル名が変わったときの効率的な対処法が知りたい</title>
      <link>https://forums.autodesk.com/t5/autocad-ri-ben-yuforamu/wai-bu-can-zhaonofairu-mingga-bianwattatokino-xiao-lu-dena-dui-chu-faga-zhiritai/m-p/13302642#M242</link>
      <description>&lt;P&gt;こちら試してみたところ、&lt;/P&gt;&lt;P&gt;コマンドラインに「specify string to find」と出てきたのですが、どうしたらよいのでしょうか。&lt;/P&gt;&lt;P&gt;ご回答いただけると幸いです。&lt;/P&gt;&lt;P&gt;よろしくお願いいたします。&lt;/P&gt;</description>
      <pubDate>Thu, 06 Feb 2025 02:14:52 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-ri-ben-yuforamu/wai-bu-can-zhaonofairu-mingga-bianwattatokino-xiao-lu-dena-dui-chu-faga-zhiritai/m-p/13302642#M242</guid>
      <dc:creator>y-inagaki98YM8</dc:creator>
      <dc:date>2025-02-06T02:14:52Z</dc:date>
    </item>
    <item>
      <title>Re: 外部参照のファイル名が変わったときの効率的な対処法が知りたい</title>
      <link>https://forums.autodesk.com/t5/autocad-ri-ben-yuforamu/wai-bu-can-zhaonofairu-mingga-bianwattatokino-xiao-lu-dena-dui-chu-faga-zhiritai/m-p/13302643#M243</link>
      <description>&lt;P&gt;こちらです&lt;/P&gt;</description>
      <pubDate>Thu, 06 Feb 2025 02:15:31 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-ri-ben-yuforamu/wai-bu-can-zhaonofairu-mingga-bianwattatokino-xiao-lu-dena-dui-chu-faga-zhiritai/m-p/13302643#M243</guid>
      <dc:creator>y-inagaki98YM8</dc:creator>
      <dc:date>2025-02-06T02:15:31Z</dc:date>
    </item>
    <item>
      <title>Re: 外部参照のファイル名が変わったときの効率的な対処法が知りたい</title>
      <link>https://forums.autodesk.com/t5/autocad-ri-ben-yuforamu/wai-bu-can-zhaonofairu-mingga-bianwattatokino-xiao-lu-dena-dui-chu-faga-zhiritai/m-p/13302657#M244</link>
      <description>&lt;P&gt;&lt;SPAN&gt;specify string to find → 変更したい外部参照ファイル名内の文字列&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Specify string to replace　→ 変更後の文字列&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;です。&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;トピックにあるファイル名変更の場合&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;specify string to find → 図枠&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Specify string to replace　→ 図枠_変更用&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;としてください。&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 06 Feb 2025 02:32:12 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-ri-ben-yuforamu/wai-bu-can-zhaonofairu-mingga-bianwattatokino-xiao-lu-dena-dui-chu-faga-zhiritai/m-p/13302657#M244</guid>
      <dc:creator>N.H1971</dc:creator>
      <dc:date>2025-02-06T02:32:12Z</dc:date>
    </item>
    <item>
      <title>Re: 外部参照のファイル名が変わったときの効率的な対処法が知りたい</title>
      <link>https://forums.autodesk.com/t5/autocad-ri-ben-yuforamu/wai-bu-can-zhaonofairu-mingga-bianwattatokino-xiao-lu-dena-dui-chu-faga-zhiritai/m-p/13302746#M245</link>
      <description>&lt;P&gt;成功しました。&lt;/P&gt;&lt;P&gt;ありがとうございます。&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;手順の確認なのですが、このトピックを例にすると、&lt;/P&gt;&lt;P&gt;『参照先ファイルを開く→コマンドラインにfixpath5と入力→&lt;/P&gt;&lt;P&gt;specify string to find → 図枠、Specify string to replace　→ 図枠_変更用』&lt;/P&gt;&lt;P&gt;で正しいでしょうか？&lt;/P&gt;&lt;P&gt;こちらのlispを複数図面に対して一度に働かせることは可能なのでしょうか。&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;お時間ありましたらご回答いただけると幸いです。&lt;/P&gt;&lt;P&gt;よろしくお願いいたします。&lt;/P&gt;</description>
      <pubDate>Thu, 06 Feb 2025 04:53:31 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-ri-ben-yuforamu/wai-bu-can-zhaonofairu-mingga-bianwattatokino-xiao-lu-dena-dui-chu-faga-zhiritai/m-p/13302746#M245</guid>
      <dc:creator>y-inagaki98YM8</dc:creator>
      <dc:date>2025-02-06T04:53:31Z</dc:date>
    </item>
    <item>
      <title>Re: 外部参照のファイル名が変わったときの効率的な対処法が知りたい</title>
      <link>https://forums.autodesk.com/t5/autocad-ri-ben-yuforamu/wai-bu-can-zhaonofairu-mingga-bianwattatokino-xiao-lu-dena-dui-chu-faga-zhiritai/m-p/13302785#M246</link>
      <description>&lt;P&gt;&lt;SPAN&gt;手順はそれでいいですが、1点気を付けてほしいのが、&lt;/SPAN&gt;&lt;SPAN&gt;fixpath5.lspを使用するには、ロードが必要な点です。&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;&lt;A href="https://www.autodesk.com/jp/support/technical/article/caas/sfdcarticles/sfdcarticles/JPN/Automatically-load-AutoLISP-routines.html" target="_blank"&gt;https://www.autodesk.com/jp/support/technical/article/caas/sfdcarticles/sfdcarticles/JPN/Automatically-load-AutoLISP-routines.html&lt;/A&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;&lt;A href="https://help.autodesk.com/view/ACD/2023/JPN/?guid=GUID-FDB4038D-1620-4A56-8824-D37729D42520" target="_blank"&gt;https://help.autodesk.com/view/ACD/2023/JPN/?guid=GUID-FDB4038D-1620-4A56-8824-D37729D42520&lt;/A&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;上記を参考に、ファイルオープン時、あるいはコマンド実行時どれかのタイミングで、fixpath5.lspをロードしてfixpath5を使えるようにしなければなりません。&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;もしくはスクリプト内で&lt;/P&gt;
&lt;LI-CODE lang="lisp"&gt;(load "fixpath5") ;LISPファイルはサポートパスに登録されたフォルダにある前提&lt;/LI-CODE&gt;
&lt;P&gt;としてロードするかです。&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 06 Feb 2025 05:24:01 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-ri-ben-yuforamu/wai-bu-can-zhaonofairu-mingga-bianwattatokino-xiao-lu-dena-dui-chu-faga-zhiritai/m-p/13302785#M246</guid>
      <dc:creator>N.H1971</dc:creator>
      <dc:date>2025-02-06T05:24:01Z</dc:date>
    </item>
    <item>
      <title>Re: 外部参照のファイル名が変わったときの効率的な対処法が知りたい</title>
      <link>https://forums.autodesk.com/t5/autocad-ri-ben-yuforamu/wai-bu-can-zhaonofairu-mingga-bianwattatokino-xiao-lu-dena-dui-chu-faga-zhiritai/m-p/13302817#M247</link>
      <description>&lt;P&gt;ご回答ありがとうございます。&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;こちらのlispを複数図面に対して一度に働かせることは可能なのでしょうか？&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;よろしくお願いいたします。&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 06 Feb 2025 05:54:58 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-ri-ben-yuforamu/wai-bu-can-zhaonofairu-mingga-bianwattatokino-xiao-lu-dena-dui-chu-faga-zhiritai/m-p/13302817#M247</guid>
      <dc:creator>y-inagaki98YM8</dc:creator>
      <dc:date>2025-02-06T05:54:58Z</dc:date>
    </item>
    <item>
      <title>Re: 外部参照のファイル名が変わったときの効率的な対処法が知りたい</title>
      <link>https://forums.autodesk.com/t5/autocad-ri-ben-yuforamu/wai-bu-can-zhaonofairu-mingga-bianwattatokino-xiao-lu-dena-dui-chu-faga-zhiritai/m-p/13302893#M248</link>
      <description>&lt;P&gt;変更前後の文字列を固定できるなら、一括処理は可能です。&lt;/P&gt;
&lt;P&gt;&lt;A href="https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/how-to-execute-lisp-over-multiple-drawings/td-p/8659490?fbclid=IwZXh0bgNhZW0CMTEAAR2OfydQaB5Z3nVQprrFhQjz0aIO7xYpfBwqvJRKTMfUrVBDg8uM-UaPGU4_aem_1nI3SUyaJEH6OBHX3zSH9Q" target="_blank" rel="noopener"&gt;https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/how-to-execute-lisp-over-multiple-drawings/td-p/8659490?fbclid=IwZXh0bgNhZW0CMTEAAR2OfydQaB5Z3nVQprrFhQjz0aIO7xYpfBwqvJRKTMfUrVBDg8uM-UaPGU4_aem_1nI3SUyaJEH6OBHX3zSH9Q&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;こちらで紹介されているものです。&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;まず、使用するLispを少し変更します。コマンド名もchengexrefpathとしました。Lisp内で変更前後の文字列を指定します。&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;LI-CODE lang="general"&gt;(defun c:chengexrefpath ( / new nme old pth )
  (setq old "変更する文字列") ;適宜変更
  (setq new "変更後の文字列") ;適宜変更
       (vlax-for blk (vla-get-blocks (vla-get-activedocument (vlax-get-acad-object)))
           (if (and
                   (= :vlax-true (vla-get-isxref blk)) 
                   (vl-string-search old (vl-filename-base (setq pth (vla-get-path blk))))
               )
               (progn
                   (setq nme (vl-string-subst new old (vl-filename-base pth)))
                   (vla-put-path blk (strcat (vl-filename-directory pth) "\\" nme ".dwg"))
                   (vla-put-name blk nme)
                   (vla-reload blk)
               )
           )
       )

	 (vl-cmdf "._qsave") ;ファイルを保存
   (princ)
)
(vl-load-com) (princ)
(c:chengexrefpath) ;コマンド実行&lt;/LI-CODE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;そして、chengexrefpath.lspとして、サポートパスに登録されているフォルダに保存します。&lt;/P&gt;
&lt;P&gt;次に、AutoCADで管理タブ→アプリロード→スタートアップ登録→内容→追加→chengexrefpath.lspを選択→開く→閉じる→閉じるで、スタートアップにLispを登録します。&lt;/P&gt;
&lt;P&gt;Publishコマンドを実行します。パブリッシュ先はDWFかPDFにします。PDFにして、プリセットAutoCAD PDF(smallest file)がいいかも？&lt;/P&gt;
&lt;P&gt;シートを追加から、処理対象の図面を追加します。検索対象はモデルにして、図面を選択してください。&lt;/P&gt;
&lt;P&gt;バックグラウンドでパブリッシュにチェックを入れておきます。&lt;/P&gt;
&lt;P&gt;パブリッシュをクリックして、PDFの保存先を指定してください。&lt;/P&gt;
&lt;P&gt;バックグラウンドで処理されるので、右下のプリンタアイコンの動きが止まれば処理終了です。&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;最後に、AutoCADで管理タブ→アプリロード→スタートアップ登録→内容→chengexrefpath.lspを選択→除去→閉じる→閉じるで、スタートアップからLisp登録を解除します。※重要　&lt;/STRONG&gt;これをしないと、次にパブリッシュしたときにもLispが実行されてしまいます。&lt;/P&gt;
&lt;P&gt;できたPDFは削除してください。&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;変更後に保存するLispなので、対象のファイルが他で開かれていないことを確認して処理してください。&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;この方法なら、コマンド中にユーザー入力がないLispを一括処理することができます。&lt;/P&gt;</description>
      <pubDate>Thu, 06 Feb 2025 07:26:54 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-ri-ben-yuforamu/wai-bu-can-zhaonofairu-mingga-bianwattatokino-xiao-lu-dena-dui-chu-faga-zhiritai/m-p/13302893#M248</guid>
      <dc:creator>N.H1971</dc:creator>
      <dc:date>2025-02-06T07:26:54Z</dc:date>
    </item>
    <item>
      <title>Re: 外部参照のファイル名が変わったときの効率的な対処法が知りたい</title>
      <link>https://forums.autodesk.com/t5/autocad-ri-ben-yuforamu/wai-bu-can-zhaonofairu-mingga-bianwattatokino-xiao-lu-dena-dui-chu-faga-zhiritai/m-p/13302975#M249</link>
      <description>&lt;P&gt;ありがとうございます。&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&amp;nbsp;"変更する文字列"と"変更後の文字列"のダブルクオーテーション内を、実際の文字列に変えればよいのですよね？&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;また、私の画面だと、lspをどこで改行すればよいかわからず、もし可能でしたら教えて頂けないでしょうか。&lt;/P&gt;&lt;P&gt;よろしくお願いいたします&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 06 Feb 2025 08:15:45 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-ri-ben-yuforamu/wai-bu-can-zhaonofairu-mingga-bianwattatokino-xiao-lu-dena-dui-chu-faga-zhiritai/m-p/13302975#M249</guid>
      <dc:creator>y-inagaki98YM8</dc:creator>
      <dc:date>2025-02-06T08:15:45Z</dc:date>
    </item>
    <item>
      <title>Re: 外部参照のファイル名が変わったときの効率的な対処法が知りたい</title>
      <link>https://forums.autodesk.com/t5/autocad-ri-ben-yuforamu/wai-bu-can-zhaonofairu-mingga-bianwattatokino-xiao-lu-dena-dui-chu-faga-zhiritai/m-p/13302997#M250</link>
      <description>&lt;P&gt;改行が表示されないのは、&lt;SPAN class="UserName lia-user-name lia-user-rank-Advocate lia-component-message-view-widget-author-username"&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;A id="link_3a7a33dac3b825" class="lia-link-navigation lia-page-link lia-user-name-link" href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/14549095" target="_self" aria-label="y-inagaki98YM8のプロフィールを見る" data-wat-link="true" data-wat-loc="user name" data-wat-val="y-inagaki98ym8"&gt;&lt;SPAN class=""&gt;y-inagaki98YM8&lt;/SPAN&gt;&lt;/A&gt;さんの環境設定によるものです。&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN class="UserName lia-user-name lia-user-rank-Advocate lia-component-message-view-widget-author-username"&gt;一度、下記の設定を確認してもらえますか？&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN class="UserName lia-user-name lia-user-rank-Advocate lia-component-message-view-widget-author-username"&gt;右上からサインイン→サインイン後、同じ場所に表示されるアイコンをクリック→一番下のフォーラム基本設定をクリック→環境設定オプションのHTMLを無視にチェックが入っていませんか？&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN class="UserName lia-user-name lia-user-rank-Advocate lia-component-message-view-widget-author-username"&gt;そのチェックを外してください。そうすると、改行ありで表示されるようになります。&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN class="UserName lia-user-name lia-user-rank-Advocate lia-component-message-view-widget-author-username"&gt;&amp;gt;&lt;SPAN&gt;&amp;nbsp;"変更する文字列"と"変更後の文字列"のダブルクオーテーション内を、実際の文字列に変えればよいのですよね？&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN class="UserName lia-user-name lia-user-rank-Advocate lia-component-message-view-widget-author-username"&gt;その通りです。&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 06 Feb 2025 08:30:48 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-ri-ben-yuforamu/wai-bu-can-zhaonofairu-mingga-bianwattatokino-xiao-lu-dena-dui-chu-faga-zhiritai/m-p/13302997#M250</guid>
      <dc:creator>N.H1971</dc:creator>
      <dc:date>2025-02-06T08:30:48Z</dc:date>
    </item>
    <item>
      <title>Re: 外部参照のファイル名が変わったときの効率的な対処法が知りたい</title>
      <link>https://forums.autodesk.com/t5/autocad-ri-ben-yuforamu/wai-bu-can-zhaonofairu-mingga-bianwattatokino-xiao-lu-dena-dui-chu-faga-zhiritai/m-p/13304974#M251</link>
      <description>&lt;P&gt;ご教示いただきありがとうございます。&lt;/P&gt;&lt;P&gt;改行ありで表示できました。&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 07 Feb 2025 05:27:23 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-ri-ben-yuforamu/wai-bu-can-zhaonofairu-mingga-bianwattatokino-xiao-lu-dena-dui-chu-faga-zhiritai/m-p/13304974#M251</guid>
      <dc:creator>y-inagaki98YM8</dc:creator>
      <dc:date>2025-02-07T05:27:23Z</dc:date>
    </item>
  </channel>
</rss>

