POST
|
Hi Luiz The language displayed in CEWebViewer is defined by the language that's chosen in the browser the viewer runs in. This way the user should always get the viewer translated in it's preferred language. See screenshots below (Firefox): * change the language to pt-br, * restarted Firefox * CEWebViewer is localized in pt-br will that work for you? Or do you have a different need for changing the displayed language?
... View more
10-24-2014
06:31 AM
|
0
|
3
|
1005
|
POST
|
Hi can you be more specific which part you need to translate (please add a screenshot), and why? Is a translation missing, or bad? best Andreas
... View more
10-24-2014
05:04 AM
|
0
|
5
|
1005
|
POST
|
Hi Lukasz Unfortunately the error log does not say enough to answer this. Can you share the problematic model with us (ideally in a small CityEngine scene), so we can track down the problem? PM for privacy. best Andreas
... View more
06-25-2014
05:11 AM
|
0
|
0
|
420
|
POST
|
CE Python is actually Jython. You can use awt in a limited form to create simple UI elements. See here: http://forums.arcgis.com/threads/63836-GUI-in-City-Engine-using-Python
... View more
06-09-2014
11:36 PM
|
0
|
0
|
377
|
POST
|
hi sivamurugan Hit f1 in CityEngine to start the help. this is the CityEngine learning resources start page: http://resources.arcgis.com/en/communities/city-engine/ search for tutorials here: http://resources.arcgis.com/en/communities/city-engine/01w90000000r000000.htm Other collection of help resources: http://forums.arcgis.com/threads/64843-CityEngine-Collection-RESOURCES-FAQ-HELP have fun learning CityEngine Andreas
... View more
06-02-2014
11:36 PM
|
0
|
0
|
415
|
POST
|
FYI, today I am working at a different location. When I remote into my machine with CityEngine I now get the dreaded OpenGL version error. Wow. A remote session with Remote Desktop does not support OpenGL in hardware, but will fallback on a software-emulated OpenGL rendering. This is below CityEngine minimum system requirements, and causes the error message. see also here (post 5 by Benny): http://social.technet.microsoft.com/Forums/windowsserver/en-US/c8295ef8-3711-4576-9293-2c4965280165/opengl-and-remote-desktop
... View more
05-22-2014
02:41 PM
|
0
|
0
|
341
|
POST
|
Hi Lukasz I can't reproduce this. * what CE version are you using? * can you send the problematic cej file, so we can analyze the issue? best Andreas
... View more
04-17-2014
11:15 AM
|
0
|
0
|
885
|
POST
|
Hi, Is there a way to set a Layers into another layers? Not with the current version. Group layers are planned for upcoming 3D js api release.
... View more
04-17-2014
04:00 AM
|
0
|
0
|
424
|
POST
|
Can i have the section 0f the comments if i published the Web Scene in my Website? CityEngine Web Viewer comments are only available on 3ws scenes that are stored on ArcGIS Online, or on an installation of Portal for ArcGIS.
... View more
02-11-2014
10:36 AM
|
0
|
0
|
908
|
POST
|
Hi G_S_t_a_k_e_r It looks like this is an old Portal version, which includes an outdated CityEngine Web Viewer, dated before ArcScene 3ws export was released. This old Web Viewer can not load new 3ws files exported from ArcScene. Can you update Portal for ArcGIS to the latest version? best Andreas Hi I've exported a number of ArcScene projects to .3ws using 10.2's Export to 3D Web Scene tool, then loaded to my company's internal web GIS solution (hosted by Portal for ArcGIS). When attempting to launch the application, I get the attached error. This error doesn't appear if I host the files externally (ArcGIS.com). Any recommendations welcome.
... View more
01-16-2014
05:12 AM
|
0
|
0
|
370
|
POST
|
Follow these instructions in case you plan to update 3ws items on ArcGIS online. Scenario: ArcGIS Online item that contains a 3ws, created with CE 2012 update item with a new 3ws, created with CE 2013 (based off the same CityEngine scene) Steps required: open the existing 3ws with CityEngine Web Viewer on ArcGIS Online ensure you are signed in as the item owner, or sign in within the application reload the application, and look into Info pane -> Loading details... verify the entry 3ws1_DisplayOffset : appears in this list -> Item is ready to be updated with CE 2013 version of 3ws. Details: For old 3ws, CityEngine Web Viewer requires internal displayOffset to correctly place GeoComments. If displayOffset is not present or incorrect, GeoComments might be placed incorrect. The steps above store the old displayOffset on the ArcGIS Online item, and therefore ensures GeoComments created on an old 3ws transferred correctly to a new 3ws.
... View more
12-16-2013
02:50 AM
|
0
|
0
|
569
|
POST
|
Hi Jussi turns out the issue is the same as this one: http://forums.arcgis.com/threads/95052-Invalid-Web-Scene-(3ws)-data?p=340792#post340792 It's not related to the image, but to a faulty bounding box calculation in CityEngine 2012. Resetting the global offset in the export dialog misc options fixes it for me. best Andreas
... View more
11-18-2013
11:41 PM
|
0
|
0
|
772
|
POST
|
you can use a layer as the first argument in getObjectsFrom. layers = ce.getObjectsFrom(ce.scene, ce.isLayer, ce.withName("'Layer_Name'") # the above returns a list of layers. typically there's only one with this name, so get first entry of list layer = layers[0] allObjectsInLayer = ce.getObjectsFrom(layer) # you can use filters as well when getting objects from layer instead of scene shapesInLayer = ce.getObjectsFrom(layer, ce.isShape)
... View more
11-14-2013
12:12 AM
|
0
|
0
|
591
|
POST
|
yes, max texture res is limited by the graphics hardware. what's your images resolution? recent dedicated graphics cards often limit at 8k x 8k, less powerful cards might limit earlier. however the parse error you sent does not imply a problem with the graphics hardware, parser error kicks in before the data is pushed to the graphics card. Is there a chance to send us the problematic data so we can track the problem down? ideally we'd get the 3ws and the source data (image only?). PM me if you can't share publicly. thnx Andreas
... View more
11-07-2013
11:20 PM
|
0
|
0
|
772
|
POST
|
Hi Jussi is your image in a non-supported format (only png and jpg are)? http://cehelp.esri.com/help/index.jsp?topic=/com.procedural.cityengine.help/html/manual/export/export_formats_3ws.html best Andreas
... View more
11-04-2013
05:12 AM
|
0
|
0
|
772
|
Title | Kudos | Posted |
---|---|---|
1 | 08-14-2024 06:55 AM | |
2 | 08-08-2024 04:29 AM | |
1 | 04-19-2024 07:31 AM | |
1 | 03-21-2024 11:41 AM | |
1 | 10-31-2023 07:49 AM |
Online Status |
Offline
|
Date Last Visited |
3 weeks ago
|