Skip to content

Commit 96db2df

Browse files
committed
re
1 parent 9afce3f commit 96db2df

File tree

4 files changed

+15
-6
lines changed

4 files changed

+15
-6
lines changed

Readme.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,15 @@
33
Jupyter Forge is a library that allows you can explore 3d viewer from Autodesk Platform Services bring into interactive
44
of Jupyter Notebook.
55

6-
![](./docs/demo.gif)
6+
![](./docs/quick-demo.gif)
7+
8+
# Features
9+
10+
- [x] Show 3d viewer from Autodesk Platform Services
11+
- [x] Show 3d viewer from Autodesk Platform Services with object id
12+
- [x] Show 3d viewer from Autodesk Platform Services with object id and ajust width and height
13+
- [x] Zoom In, Zoom Out, Pan, Isolate,
14+
715

816
## Installation
917

58.9 MB
Loading

src/template/index.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -94,6 +94,7 @@
9494
viewer.loadExtension('Autodesk.Measure').then(function () {
9595
console.log('Autodesk.Measure loaded');
9696
});
97+
viewer.loadExtension('Autodesk.VisualClusters', { attribName: '_RFN', searchAncestors: true } )
9798
//https://aps.autodesk.com/en/docs/viewer/v7/reference/Extensions/PropertiesManagerExtension/
9899
// viewer.loadExtension('Autodesk.NPR');
99100
// viewer.loadExtension('Autodesk.Viewing.Popout');

src/test-lib.ipynb

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"cells": [
33
{
44
"cell_type": "code",
5-
"execution_count": 10,
5+
"execution_count": 15,
66
"id": "initial_id",
77
"metadata": {
88
"collapsed": true,
@@ -18,7 +18,7 @@
1818
},
1919
{
2020
"cell_type": "code",
21-
"execution_count": 11,
21+
"execution_count": 22,
2222
"id": "ef968bc9afae7ded",
2323
"metadata": {
2424
"ExecuteTime": {
@@ -36,7 +36,7 @@
3636
},
3737
{
3838
"cell_type": "code",
39-
"execution_count": 12,
39+
"execution_count": 25,
4040
"id": "b3f8b04d",
4141
"metadata": {
4242
"ExecuteTime": {
@@ -50,7 +50,7 @@
5050
"text/html": [
5151
"\n",
5252
" <iframe\n",
53-
" width=\"800\"\n",
53+
" width=\"700\"\n",
5454
" height=\"450\"\n",
5555
" src=\"http://localhost:54364/rendered.html\"\n",
5656
" frameborder=\"0\"\n",
@@ -68,7 +68,7 @@
6868
}
6969
],
7070
"source": [
71-
"forge_viewer.show(object_ids=None,width=800,height=450)"
71+
"forge_viewer.show(object_ids=None,width=700,height=450)"
7272
]
7373
},
7474
{

0 commit comments

Comments
 (0)