filter cityengine graph/shape by attribute

1272
2
09-07-2017 04:49 AM
noamfarhi
New Contributor

hello everyone

is there any way i can filter or select objects by their attribute as similar to arc-map?

the search path is good for a simple selection like one attribute but can't handle selection by multiple attributes...

any answer will be helpful!

2 Replies
LR
by
Occasional Contributor III

You'll have to use Python, AFAIK. Look for ce.getObjectsFrom. Here's the command reference: Help - 

0 Kudos
CherylLau
Esri Regular Contributor

You might be able to search for two attribute values by using separating the values with a space, but I don't think this is a reliable way of getting the desired search results.  Python is probably the way to go.  Check out this post:

https://community.esri.com/message/689542-re-layer-search 

0 Kudos