📄️ Model translation
The translation direction and distance of the model can be customized.
📄️ Model rotation
The rotation direction and angle of the model can be customized and controlled.
📄️ Model scaling
The zoom in and out of the model can be customized and controlled.
📄️ Model visibility settings
Realize the display and hiding functions of a single 3D model.
📄️ Remove model
Removes a loaded model from a 3D scene.
📄️ Remove models based on attributes
Remove the model built based on coordinate points based on a certain attribute of the model.
📄️ Model first rendering event monitoring
Listen to the first rendering completion event of the loaded 3D model.
📄️ Model highlight selection
Highlight the 3D model by moving the mouse.
📄️ Model attribute query
Click the floor model to display the model name and other related attributes.
📄️ 3D coordinate picking
Click the 3D model with the mouse to obtain the intersection coordinate information. This interface is currently only applicable to picking throughaddLayerThe initially loaded model,layer.addModelinterface loaded models as well asaddLines(pipetype),addPolygons、addPolygonByLineandaddPyramidConstructed model.
📄️ 3D flight positioning
Flight positioning based on three-dimensional coordinate points.
📄️ Get the model geometric center coordinates
Get the coordinates of the model geometric center.
📄️ Batch model highlight selection
Based on the mouse click model picking results, efficient picking, highlighting and attribute query of 3D models built in automated batches are realized. The model needs to be built automatically in large batches based on the prefabricated component modeling method. Please consult the research institute for the specific modeling process. Taking the Olympic seat model as an example, it supports tens of millions of seat loads, maintaining58+fpsSmooth rendering.
📄️ Batch model texture transformation
Realize batch modification and restoration of textures of 3D models constructed in automated batches based on number attributes. The model needs to be built automatically in large batches based on the prefabricated component modeling method. Please consult the research institute for the specific modeling process.
📄️ 3D model editing
A 3D model editing tool that provides support for 3D model translation, rotation and scaling operations.
📄️ 3D model export
Supports the export of 3D models. The export parameters must be corresponding to the model object.glbThe organizational structure of the file. Only a single model can be exported at a time.