yiskang / forge-props-demo

This sample is demonstrating how to show built-in properties and custom properties on the property panel together

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Node.js npm Platforms License

Forge Viewer Custom Property Panel Samples

Overview

This sample is demonstrating how to show built-in properties and custom properties on the property panel together

Requirements

  • node.js v8.9.4 or later

Setup

  1. Download and install Node.js (that will install npm as well)
  2. Download this repo anywhere you want (the server will need to write files, so make sure you install in a location where you have write permission, at least the 'mock-server' folder)
  3. Execute 'npm install', this command will download and install the required node modules automatically for you.
    npm install

Use of the sample

  1. Run the mock server

    npm run server
  2. Open browser and navigate to http://127.0.0.1:3000

License

This sample is licensed under the terms of the MIT License. Please see the LICENSE file for full details.

Written by

Eason Kang
Forge Partner Development
https://developer.autodesk.com/
https://forge.autodesk.com/blog

About

This sample is demonstrating how to show built-in properties and custom properties on the property panel together

License:MIT License


Languages

Language:JavaScript 92.6%Language:HTML 5.8%Language:CSS 1.6%