Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- load() {
- this.onBuildingContextMenuItem = this.onBuildingContextMenuItem.bind( this );
- //...
- this.onBuildingContextMenuItem = this.onBuildingContextMenuItem.bind( this );
- this.viewer.registerContextMenuCallback(
- 'Autodesk.ADN.ColorMenu',
- this.onBuildingContextMenuItem
- );
- return true;
- }
Advertisement
Add Comment
Please, Sign In to add comment