| 漏洞 ID 编号 | 
                        BUG-000143086 | 
                         | 已提交 | September 22, 2021 | 
 
                        | 上次修改时间 | June 5, 2024 | 
 
                        | 适用范围 | ArcGIS Online | 
 
                        | 找到的版本 | 9.2 | 
 
                        
                        | 操作系统 | Windows OS | 
 
                        | 操作系统版本 | 10.0 | 
 
                        
                        
                        
                        | 状态 | Known Limit
                            
                        
                        
                            经开发团队审核,已确定此问题与不受 Esri 控制的软件的已知限制有关。 问题的“其他信息”部分可能包含进一步说明。
                        
                         | 
 
                        
                    
                    
                    
                        
                         
                         
                
                
                
                    
                    
                
                    
                        
                            
                        
                            附加信息
                            On a point layer, the 3D Object style is used to symbolize the real-world sized objects in a scene. An attribute can be set to provide the real-world size of those objects. Although ArcGIS Pro supports creating and publishing the 3D web styles leveraging the Height, Width, and Depth properties individually, the Scene Viewer's user interface is currently limited to one property, which in this case is Height.
                        
                        
                            解决办法
                            There are two possible workarounds for this case:
- Apply the symbolization to the point layer in ArcGIS Pro first and then publish the web scene from within ArcGIS Pro to ArcGIS Online or ArcGIS Enterprise.
 - Change the point layer symbolization by editing the web scene's JavaScript Object Notation (JSON) directly. This can be done using ArcGIS Online Assistant: https://ago-assistant.esri.com. In this case, the symbolLayers definition looks like this example: 
 
symbolLayers: [
{
  type: "Object",
  material: {
  color: [0,115,76]
},
resource: {
  primitive: "cylinder"
},
width: 0.9,
height: 4,
depth: 0.9
}
...
                        
                    
                    重现步骤