Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- class LevelSectionPanel extends Autodesk.Viewing.UI.DockingPanel {
- constructor( viewer, title, options ) {
- options = options || {};
- super( viewer.container, viewer.container.id + 'LevelSectionPanel', title, options );
- }
- }
Advertisement
Add Comment
Please, Sign In to add comment