Export To 3D Web Scene (3D Analyst)

License Level:BasicStandardAdvanced

Summary

Exports ArcScene documents (.sxd) to Esri CityEngine Web Scene (.3ws) format to display them in the CityEngine Web Viewer.

The CityEngine Web Viewer uses HTML5 and WebGL technology to draw 3D content in a web browser. There is no need for a plug-in or a Esri CityEngine license to view 3D scenes in browsers that support WebGL.

Usage

Syntax

ExportTo3DWebScene_3d (in_scene_document, out_3d_web_scene)
ParameterExplanationData Type
in_scene_document

The input ArcScene document (.sxd) to be exported to a CityEngine Web Scene.

File
out_3d_web_scene

The output 3D Web Scene (.3ws) that will be created from the ArcScene document.

File

Code Sample

ExportTo3DWebScene example(Python window)

The following Python window script demonstrates how to use the ExportTo3DWebScene tool in immediate mode:

import arcpy
from arcpy import env
arcpy.CheckOutExtension("3D")
env.workspace = "C:/data"
arcpy.ExportTo3DWebScene_3d("in_scene_document", "out_3d_web_scene")

Environments

Related Topics

Licensing Information

ArcGIS for Desktop Basic: Requires 3D Analyst
ArcGIS for Desktop Standard: Requires 3D Analyst
ArcGIS for Desktop Advanced: Requires 3D Analyst
3/7/2014