Community
All Communities
Products
ArcGIS Survey123
ArcGIS Pro
ArcGIS Online
ArcGIS Enterprise
Data Management
Geoprocessing
ArcGIS Web AppBuilder
ArcGIS Collector
ArcGIS CityEngine
ArcGIS Dashboards
ArcGIS Spatial Analyst
All Products Communities
Industries
Education
Water Resources
Gas and Pipeline
State & Local Government
Transportation
Water Utilities
Telecommunications
Roads and Highways
Natural Resources
Electric
Science
All Industries Communities
Developers
Python
ArcGIS API for JavaScript
ArcGIS Runtime SDKs
ArcGIS API for Python
ArcObjects SDK
ArcGIS Pro SDK
Developers - General
ArcGIS API for Silverlight (Retired)
ArcGIS API for Flex (Retired)
ArcGIS REST API
ArcGIS for Windows Mobile (Retired)
All Developers Communities
Worldwide
Comunidad Esri Colombia - Ecuador - Panamá
ArcGIS 開発者コミュニティ
Czech GIS
ArcNesia
Esri India
GeoDev Germany
Esri Italia Community
ArcGIS Content - Esri Nederland
Swiss Geo Community
GeoDev Switzerland
Comunidad GEOTEC
All Worldwide Communities
All Communities
Products
Developers
User Groups
Industries
Services
Worldwide
Community Basics
Events
Learning
ArcGIS Topics
Networks
View All Communities
ArcGIS Ideas
Community Basics
Community Help Documents
Community Blog
Community Feedback
Member Introductions
Community Ideas
Sign In
cancel
Turn on suggestions
Auto-suggest helps you quickly narrow down your search results by suggesting possible matches as you type.
Showing results for
Show
only
|
Search instead for
Did you mean:
Cancel
Home
:
All Communities
:
Products
:
ArcGIS CityEngine
:
ArcGIS CityEngine Questions
:
How do you get from a shape to a graph segment?
Options
Subscribe to RSS Feed
Mark Topic as New
Mark Topic as Read
Float this Topic for Current User
Bookmark
Subscribe
Mute
Printer Friendly Page
How do you get from a shape to a graph segment?
Subscribe
657
1
08-13-2012 02:26 PM
by
RobertHexter
New Contributor III
08-13-2012
02:26 PM
Mark as New
Bookmark
Subscribe
Mute
Subscribe to RSS Feed
Permalink
Print
Email to a Friend
Report Inappropriate Content
How do you get from a shape to a graph segment when working with roads in python?
It would appear that you can only get to graphSegments from layers? is this correct...
the reason I ask is because the seemingly obvious does not appear to work for me I select a streetShape and :
segment = ce.getObjectsFrom(ce.selection(), ce.isGraphSegment)
and I get an empty list back?
Tags
(3)
Tags:
3d
_python
cityengine
Reply
0
Kudos
All Posts
Previous Topic
Next Topic
1 Reply
by
MatthiasBuehler
1
Frequent Contributor II
08-21-2012
07:52 AM
Mark as New
Bookmark
Subscribe
Mute
Subscribe to RSS Feed
Permalink
Print
Email to a Friend
Report Inappropriate Content
hi !
I'd also try to go over the UUID. just strip off the :x at the end.
did not try this though.
what I've seen is that in the Navigator, the Information tab is missing for graph segments, that's a bug. I've forwarded it.
Reply
0
Kudos
Post Reply