SelectEdgeFilter

導入

v1.0

カテゴリ

選択

詳細

「edge」選択フィルタを選択します(選択ツールは起動しません)。

スクリプト構文

SelectEdgeFilter();

VBScript の例

' MyFirstObject is selected
' MySecondObject is active with some points selected
' MyThirdObject is active and with some edges selected.
SelectEdgeFilter
' The filter is now "edge"
' All three objects are active, which deselects MyFirstObject and the points of MySecondObject.
' Any edges that were selected that last time the "edge" filter was active are still selected.

関連項目

SetSelFilter