|
POST
|
Hi, Ok, so 3d assets and even full projects make it crash. Hmm.. I usually import assets into the assets folder by copy-pasting them from the harddrive (e.g. from the desktop). Can you try deinstalling / reinstalling CE with the standard installer ? M. ps. interested in CityEngine training or services? contact me! Matthias Buehler Head of 3D Technologies twitter: @MattB3D --------------------------------------------------------------------------- Garsdale Design Limited +44 (0) 15396 20875 matthias.buehler@garsdaledesign.co.uk www.garsdaledesign.co.uk
... View more
03-22-2015
09:33 AM
|
0
|
0
|
1387
|
|
POST
|
Hey, What type of assets are you trying to load? Can you post one here? Matt ps. interested in CityEngine training or services? contact me! Matthias Buehler Head of 3D Technologies twitter: @MattB3D ------------------------------------- Garsdale Design Limited matthias.buehler@garsdaledesign.co.uk www.garsdaledesign.co.uk
... View more
03-22-2015
07:40 AM
|
0
|
0
|
1387
|
|
POST
|
Hi, regarding 3] I meant license of ArcPy/ArcPro. I have seen some docs where you first need to get a license to be able to run some of the tools, but that is intransparent to me for which tools I would need to do that. Can you shed some light on this? Thanks.
... View more
03-20-2015
05:52 AM
|
0
|
1
|
483
|
|
POST
|
Actually, let me revise this. It seems when I just type import arcpy, it seems to directly find something, which is cool. But. 1] The Python shell in Wing states 2.7.8 But I want to use 3.4, the newest. Also in ArcGIS Pro, I want to use the NEWEST stuff (not the old arcPy for 2.7.x. How can I make sure about this? 2] Are there other things that I should be aware of? 3] Will I have to deal with licensing stuff at any point ? 4] After I have created a script, what's the fastest way to execute that script inside ArcGIS Pro? Can I define running a specific script via a hotkey? Or do I have to call that script by using the Python shell and type it down? Any example would be most welcome! Thanks, everybody! Matt ps. a tutorial video on all this would be great ..
... View more
03-19-2015
11:10 AM
|
1
|
3
|
3404
|
|
POST
|
Hi guys, Thanks for the inputs. I installed Wing Pro to test it. But I'm not sure how to do this: In some cases you may need add to the Python Path in Wing's Project Properties, accessed from the Project menu. --> Which precise file (that contains arcpy code completion stuff) on the harddrive to I point Wing to ? --> Are there other things that I should be aware of? --> Will I have to deal with licensing stuff at any point ? m.
... View more
03-19-2015
11:03 AM
|
0
|
0
|
3404
|
|
POST
|
Hi, thanks, but: I'm running into exactly this: https://answers.yahoo.com/question/index?qid=20140409195539AAMiqxk --> Pyscripter only works with 32bit versions, but I'd like to use true 64bit. Is there possibly an other IDE you could recommend ? Please let me know.. m.
... View more
03-18-2015
03:09 PM
|
0
|
3
|
3404
|
|
POST
|
Hi, I'm on Win8.1 64 bit. I have the latest ArcGIS Pro installed and would like to start diving into Python. Which IDE would you recommend (Wing?) and how can I set up the full Python code completion in that IDE? I've seen this is discussed a few times for ArcGIS 10.x with Python 2.x, but not for ArcGIS Pro. I hope I did not miss it. Any input welcome. Thanks. m.
... View more
03-18-2015
02:16 PM
|
0
|
11
|
8776
|
|
POST
|
Hey Corey, Aligning shapes to a terrain only works based on the shape's vertices (points). Therefore if you need more resolution, you need to subdivide the shape. You do this best by splitting the shape first in CGA into tiles, then convert the model into tiles, then project that shape down onto the terrain for your tree distribution. OK? Cheers! Need CityEngine training or services? Contact me! Matthias Buehler Head of 3D Technologies twitter: @MattB3D ------------------------------------ Garsdale Design Limited matthias.buehler@garsdaledesign.co.uk www.garsdaledesign.co.uk
... View more
03-16-2015
02:21 AM
|
0
|
1
|
666
|
|
POST
|
Ok, makes sense. then I believe it could be a split problem. sometimes, in rare cases it can be that if no follow-up shapes are well-enough defined in the split, the split will fall back to the incoming shape. use the model hierarchy and edit model mode to track down precisely in which part of the code these white polygons are produced. if it is a split, then have a close look on why these polygon duplicates are created. to explain the behavior that I mean: -------------------------------------------------- If you use scatter() with 0 points, no resulting geometry can be placed. But unless you explicitly say .. scatter() ... 0, .. NIL .. CGA will fall back to the shape that comes into the scatter() operation and falls back to that one instead of continuing with a non-valid geometry ( after scattering 0 points). Adding a NIL in a specific location COULD solve this issue. Ok? Matt Matthias Buehler Head of 3D Technologies twitter: @MattB3D -------------------------------------- Garsdale Design Limited matthias.buehler@garsdaledesign.co.uk www.garsdaledesign.co.uk
... View more
03-12-2015
04:07 AM
|
0
|
1
|
1771
|
|
POST
|
Hey .. when exporting the model, which format did you use? did you use the CENTER button to center the georeferenced dataset at the cartesian origin? It could be the 'wobble' effect .. Matt Matthias Buehler Head of 3D Technologies twitter: @MattB3D ------------------------------------- Garsdale Design Limited matthias.buehler@garsdaledesign.co.uk www.garsdaledesign.co.uk
... View more
03-12-2015
02:55 AM
|
0
|
1
|
1771
|
|
POST
|
Hey, Don't let it get to you .. Can you post a screenshot? I'm pretty sure you have coplanar faces you have to deal with. Let me know .. Matt Matthias Buehler Head of 3D Technologies twitter: @MattB3D ------------------------------------ Garsdale Design Limited matthias.buehler@garsdaledesign.co.uk www.garsdaledesign.co.uk
... View more
03-12-2015
01:58 AM
|
0
|
3
|
1771
|
|
POST
|
Hi, what is the structure of your obj file ? can you post a screenshot of the asset ? let me know.. Matt Matthias Buehler Head of 3D Technologies twitter: @MattB3D ------------------------------------- Garsdale Design Limited matthias.buehler@garsdaledesign.co.uk www.garsdaledesign.co.uk
... View more
03-11-2015
03:20 AM
|
0
|
0
|
1248
|
|
POST
|
hi, yes, I referred to creating and editing network datasets and their properties in python. ok, good to see I'm not the only one that would like this. thanks! matt
... View more
03-04-2015
04:39 PM
|
0
|
3
|
1879
|
|
POST
|
Hi Melinda, thanks for the input. okay, then back to the question about the timeframe for this to be implemented. if every other step is possible, that should be too, right ? please let me know. matt
... View more
03-04-2015
11:42 AM
|
0
|
5
|
1879
|
|
POST
|
so this: ArcGIS Help (10.2, 10.2.1, and 10.2.2) is NOT what I'd need, right ? m.
... View more
03-04-2015
07:23 AM
|
0
|
7
|
2160
|
| Title | Kudos | Posted |
|---|---|---|
| 1 | 09-16-2016 10:00 AM | |
| 1 | 10-02-2014 04:38 AM | |
| 1 | 02-26-2015 03:39 AM | |
| 1 | 02-23-2015 09:07 AM | |
| 1 | 10-06-2014 07:39 AM |
| Online Status |
Offline
|
| Date Last Visited |
11-11-2020
02:23 AM
|