ask the gods, I want to use autodesk forge to browse and view the BIM model on the web, but put the original BIM model file in the private cloud.
there are articles about this or Daniel who has done to help!
ask the gods, I want to use autodesk forge to browse and view the BIM model on the web, but put the original BIM model file in the private cloud.
there are articles about this or Daniel who has done to help!
recommend the article by Liang Xiaodong, the great god in the forum.
introduction: https://codeshelper.com/a/11.
is followed by four sections of formal content
1, https://codeshelper.com/a/11.
2, https://codeshelper.com/a/11.
3, https://codeshelper.com/a/11.
4, https://codeshelper.com/a/11.
are very suitable for beginners
for model localization export, please refer to this project, forge-rcdb.nodejs
. this is a complete front and back end project. What you need is that https://github.com/Autodesk-F.
starts with the download method on this page. The general principle is to get all the resource lists according to urn and then parse each resource type, download all dependent files, understand this part, and integrate it into your own code
@ the first process the previous two friends have already answered it, so I won't repeat it. To clarify here, Forge is a public cloud service. If it is a solution to build a web BIM model, the original model must be uploaded to the Forge cloud, and the converted data can be downloaded to your own server, as mentioned by the previous friend. In short, Forge currently does not have a private cloud solution.
load the model, the container turns black. at first thought it was my program s problem. But try it with the code of the example, too. is there something wrong with the server? the following is the source code of the example. It used to be possible....
how does autodesk forge get accessToken (JS or c-sharp automatically? In other words, how to automatically obtain the accesstoken below? ...
when using three.js, use raycaster to select objects. If there is div occlusion on the upper layer of the canvas, the mouse can still select the model in the canvas. If you want to select a model that is not available when there is div occlusion, how to ...
how do I remove some controls from the default toolbar in forge viewer, such as removing the controls in the red line in the screenshot? The methods I ve tried before are var group = viewer.toolbar.getControl ( navTools ); group.removeControl ( to...
after using viewer = new Autodesk.Viewing.Viewer3D (myViewerDiv, config3d), there are no tools on the entire interface, not even viewcube. Now I want to make a layout on this quick interface, such as adding some div, and the location is on the right, so...
1. How to get the currently selected artifact or the currently selected build set 2 3 ...
as far as I understand it, this new first view tool is a roaming tool with gravity. The default view of this tool is a little high. How to set this height? ...
when I roam with the new version of bimwork, as shown in the following figure I manually downloaded version 4.2 offline viewer, and all the JS related to version 4.2 including extensions. I hope God will reply, is it because I downloaded less stuff?...
the default rendering style of viewer and the rendering style in the settings are not very suitable for my needs. Is there any way to set the default rendering effect of viewer? For example, the following two pictures, the first is the default rendering ...
after my bucket is found on my model, the model will disappear after a while. How should I modify it so that it can be permanently stored in bucket? bucket ...
how to allow the camera to rotate only left and right during mouse operation, and forbid the camera to rotate up and down. ...
the doors in the model are like the right side, and there are two modes of opening and closing at the same time. through the setting of the revit property, you can display open (left door), close and simultaneously open (right door) , but after importe...
because of the requirements of the project, I just came into contact with forge. currently I have converted the rvt model to svf format and exported it offline to my local, then load the model through viewer.loadModel ( static model xxx Resource _ ...
JS implementation shortens the distance (AUtoDesk-forge) ...
Autodesk-forge model slightly how to load this model in IE browsers? at present, only advanced browsers such as Crome Google are supported ...
as mentioned above, the requirement requires obtaining 4D information, that is, reading the plan progress in the model. We don t know much about this. At present, we only know that the plan information created by the model designer through MS project i...
I have multiple models, and after converting the models through the forge server, I download these converted svf file formats respectively. So how do I aggregate these models locally? ...
Today, I encountered an IE browser compatibility problem when I was working on a project, saying that I need an iewebGl plug-in < _ ...
as shown in the figure, the rotation and movement of the model will be displayed. How can I hide it? ...
how can I call the measurement tool in Autodesk.Viewing.Private.GuiViewer3D through the Autodesk.Viewing.Viewer3D object of Autodesk-forge? ...