Create a 3D symbol
Does anyone have an example of how to use the Get Symbol From JSON activity in a 3D view? If I use the json below, all I see is a small 2D orange circle.
{
"type": "point-3d",
"symbolLayers": [
{
"type": "object",
"width": 20,
"height": 20,
"depth": 20,
"resource": { "primitive": "cube" },
"material": { "color": "blue" }
}
],
"verticalOffset": 10
}I use Create Feature, and then Add Graphics Layer Features to show the symbol. This works perfect for 2D views, but not for 3D.
0
Please sign in to leave a comment.
Comments
0 comments