yskang

adsk-forge-LevelSectionPanel-step1

Apr 29th, 2019
205
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. class LevelSectionPanel extends Autodesk.Viewing.UI.DockingPanel {
  2.   constructor( viewer, title, options ) {
  3.     options = options || {};
  4.  
  5.     super( viewer.container, viewer.container.id + 'LevelSectionPanel', title, options );
  6.   }
  7. }
Advertisement
Add Comment
Please, Sign In to add comment