在线时间:8:00-16:00
迪恩网络APP
随时随地掌握行业动态
扫描二维码
关注迪恩网络微信公众号
开源软件名称(OpenSource Name):Autodesk-Forge/library-javascript-viewer-extensions开源软件地址(OpenSource Url):https://github.com/Autodesk-Forge/library-javascript-viewer-extensions开源编程语言(OpenSource Language):JavaScript 96.3%开源软件介绍(OpenSource Introduction):library-javascript-viewer-extensionsDeprecation WarningThis repo is no longer maintained, most of the extensions are still valid however use them at your own risk. For a more up-to-date set of Forge Viewer extensions take a look there: Viewer.Extensions.Dynamic from the Forge RCDB project. DescriptionA collection of various JavaScript extensions for the viewer, showing what is doable with the client-side JavaScript API. DependenciesSome extensions are dependent on specific files which are placed in the same directory. Dependencies need to be loaded before loading the extension, using a simple script tag in your html or dynamically using require or equivalent. The path of dependencies needs to be modified accordingly to your setup. SetupThe extensions on this sample were written with ES6 sytanx, so it needs transpiling before it can be used. Install NodeJS. Clone this project or download it. It's recommended to install GitHub desktop. To clone it via command line, use the following (Terminal on MacOSX/Linux, Git Shell on Windows):
Navigate to the folder and run install to download all the required dependencies:
By default, right after install, the build script should will run automatically, which will build the minified JavaScript files. If not (or to run in manually later), use the following:
This will create a folder /App/dynamic/extensions/ with one folder for each extension, inside will be a minified version, for instance Viewing.Extension.Markup3D.min.js (note the suffix .min.js). Once build, the extension file can be copied to your project, regardless the backend programming language used. NodeJS is not required to run them. For instance, it's safe to copy to a ASP.NET project and use the .min.js extension file. Some extensions may require a backend implementation, see comments for each extension. Usage InstructionsThere are two ways to load an extension with viewer API:
Please refer to this blog post for detail. Depending on the extension, some additional parameters may be required to properly load it. In these cases, the loadExtension method is prefered. See comments below for each extension. DescriptionHere is a quick description of what each extension is doing:
A basic Hello World extension that displays an alert dialog upon loading and unloading.
A Hello World extension but written using ES6/ES2015 syntax. Needs transpiling with a tool like Babel or Traceur before being used with the viewer.
Displays a bounding box around the selected component.
Displays a PieChart and a dropdown menu listing all available model properties. When a pie is selected in the chart, isolates the specific components.
Illustrates how to customize the viewer context menu for zero-selection menu or item specific menu.
A basic viewer tool that just dumps events in the console, useful for testing and debugging or using as a tool boilerplate.
A basic docking panel demo.
Creates a panel which lets user activates any event available in the API. Output event arguments to a section.
Creates a camera animation using a custom tool, rotating eye position around the model.
Illustrates how to snap geometry: vertices, edges, faces and how to create selection commands to let user pick geometry on the model.
Creates hotkeys to switch viewer to fullscreen.
Creates a simple docking panel containing an iframe.
Iterates through layers. Valid only for 2D drawings.
Add 3D markups on a 3D model. Uses StateManager extension to save & restore markups.
Changes material of selected component. Supports color and textures.
Access mesh data of selected component, vertices and edges to represent them graphically.
Imports custom json into the viewer and creates three.js meshes from it.
Adds some extra hardcoded properties to viewer property panel.
Dumps model structure to browser console.
Custom model structure panel behavior.
Dumps properties for selected component in browser console.
Custom panel derived from property list panel
Inserts custom data into viewer property panel.
Uses microsoft translation API to translate property panel values on the fly.
Save and restore states of the viewer (position, markups, rotation, zoom, etc). This extension requires a backend implementation to store the states. To load it on viewer, use the loadExtension method with the following parameters: apiUrl that specifies the endpoints to call to save & restore states; and model._id that is passed to identify the model.
Creates a panel that lets you manage screenshots taken with the API.
Various toolbar controls customization example.
Illustrates on to create a docking panel more advanced than the basic docking panel extension.
A demo extension which illustrates several concepts of the API. See the complete tutorial for more details. LicenseThis sample is licensed under the terms of the MIT License. Please see the LICENSE file for full details. Written byWritten by Philippe Leefsma |
2023-10-27
2022-08-15
2022-08-17
2022-09-23
2022-08-13
请发表评论