<PlotMacro>
セクション:
Options (Task Agent)
必須:
値のタイプ:
文字列
初期設定値:
なし
製品:
Creo Elements/Direct Model Manager、Creo Elements/Direct Drawing Manager
説明
このタグは、プロット タスクを定義する際にカラー オプション選択リストに表示されるプロット マクロを定義します。デフォルト値を最初の <ChoiceValue> にしない場合は、<PlotMacro> 開始タグでデフォルト値を定義します。複数の <ChoiceValue> エントリを使用できます。
プロット タスクでは、以下のマクロをサポートしています。
標準 (Plot_default_transformation)
このデフォルトのプロット変換は、任意の幅のあらゆる線種に特定の色をマップします。デフォルト設定の詳細については、『Creo Elements/Direct Drafting / Creo Elements/Direct 2D Access プログラム参照ガイド』を参照してください。
白黒 (Plot_black_and_white)
白黒のデバイスへの出力に適しています。すべての線色は黒にマップされ、色に基づいて異なる幅が適用されます。
トゥルーカラー (Plot_true_color)
カラー プリンタへの出力に適しています。変換は行われず、TRUE_COLOR_PLOTTING が有効になります。
ペンカラー (Plot_pen_color)
ペン プロッタへの出力に適しています。すべての色は、8 色のペン カラーのいずれかにマップされます。白の要素は、黒にマップされます。
カスタム (Js_plot_custom_transformation)
ここにカスタム マクロを登録できます。カスタムはデフォルトでは標準になっています。
デフォルト値を指定すると、Creo Elements/Direct Model Manager/Creo Elements/Direct Drawing Manager は <ChoiceValue> 設定の <DisplayName> (存在する場合) を使用します。
この例では、セクションの設定を示します。
<PlotMacro>Plot_default_transformation
<ChoiceValue>Plot_default_transformation
<DisplayName catalog="automation" msg_num="212">Standard</DisplayName>
</ChoiceValue>
<ChoiceValue>Plot_black_and_white
<DisplayName catalog="automation" msg_num="186">Black and White</DisplayName>
</ChoiceValue>
<ChoiceValue>Plot_true_color
<DisplayName catalog="automation" msg_num="187">True Color</DisplayName>
</ChoiceValue>
<ChoiceValue>Plot_pen_color
<DisplayName catalog="automation" msg_num="188">Pen Color</DisplayName>
</ChoiceValue>
<ChoiceValue>Js_plot_custom_transformation
<DisplayName catalog="automation" msg_num="220">Custom</DisplayName>
</ChoiceValue>
</PlotMacro>
これは役に立ちましたか?