Revit.ini 中的 Selection 設定

在 Revit.ini 檔案中,[Selection] 區段中的設定控制可供選取的元素,以及選取行為。

AllowFaceSelection

對應於狀態列上「依面選取元素」的設定。

類型 = 整數

有效值:0 = 關閉,1 = 打開

AllowLinkSelection

對應於狀態列上「選取連結」的設定。

類型 = 整數

有效值:0 = 關閉,1 = 打開

AllowPinnedSelection

對應於狀態列上「選取固定的元素」的設定。

類型 = 整數

有效值:0 = 關閉,1 = 打開

AllowPressAndDrag

對應於狀態列上「拖曳選取的元素」的設定。

類型 = 整數

有效值:0 = 關閉,1 = 打開

AllowUnderlaySelection

對應於狀態列上「選取參考底圖元素」的設定。

類型 = 整數

有效值:0 = 關閉,1 = 打開

範例

[Selection]
AllowFaceSelection=1
AllowLinkSelection=0
AllowPinnedSelection=1
AllowPressAndDrag=0
AllowUnderlaySelection=0