Hub
[Desktop Automation]
A hub is a collection of projects, either on Autodesk Forge or in the Netfabb Application Server.
Properties
| Property | Read/write | Type | Description |
|---|---|---|---|
| id | Read | String | ID of this hub |
| name | Read | String | Name of this hub |
Methods
| Name | Syntax | Description |
|---|---|---|
| createproject | Project = Hub:createproject(name:String); | Create a new project with "name" on the hub |
| getprojectlist | Projectlist = hub:getprojectlist(); | Returns the list of projects in this hub. |
