! Disable Smooth View Change - Controls the initial setting of general view
! animation playback for those functions which
! support view animation
!
! Valid options are: [on, off] - off denotes view animation is enabled
!
UG_disableViewAnimation: on//原来是off
2。取消跟踪轨迹(tracking)
查找“tracking”
! Dialog Bar Tracking: - This option allows the user to specify whether
! the system should perform tracking within the
! Dialog Bar, e.g. Updating XC, YC and ZC fields
! as the cursor moves.
!
! Valid options are: [on, off]
!
UG_dialogBarTracking: off//原来是on
3。撤消是否询问始终打开。
我经常会碰到误撤消的时候,不知道大家有没有这样的经历
查找“undo”字样
! Undo Confirmation - This option allows the user to specify whether
! a confirmation dialog should be presented prior to
! performing an Undo. The value can also be set
! under the UI Preferences dialog. Default is off.
! Valid options are: [on, off]
! on - An Undo Confirmation dialog is presented
! off - An Undo Confirmation dialog is not presented
!
UG_undoConfirmation: on原来是off
4。取消trim的重复使用边界的选项
查找trim
! Allow the user to set the default for the Reuse Bounding Objects toggle in the
! Trim Curve function. This toggle controls if the bounding objects selected will
! be retained after an apply or not.
! The valid options are:
! on -> Toggle is set on
! off -> Toggle is set off
Solids_TrimCurve_ReuseBound:off//原来是on