Advertisement
yskang

adsk-forge-SelectionMonitor-step9

Apr 29th, 2019
191
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. onBuildingContextMenuItem( menu, status ) {
  2.     if( !status.hasSelected ) {
  3.          menu.push({
  4.               title: 'Clear overridden colors',
  5.               target: () => {
  6.                   this.viewer.clearThemingColors();
  7.               }
  8.          })
  9.     }
  10. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement