I want use cyan Circle clipper Pipeline diagram?but I want to keep red section,how Ishoud do?
This post is closed to further activity.
It may be an old question, an answered question, an implemented idea, or a notification-only post.
Please check post dates before relying on any information in a question or answer.
For follow-up or related questions, please post a new question or idea.
If there is a genuine update to be made, please contact us and request that the post is reopened.
Hi @charry, if you intend to filter out only features completely contained by the cyan ellipse, consider using the SpatialFilter.
Send the cyan ellipse to the Filter port, send the red features to the Candidate port, and set "Filter Contains Candidate" to the Spatial Predicates to Test parameter in the Spatial Filter.
The SpatialFilter with the settings above would output required features from the Failed port, if I understood your requirement correctly.
Hi @charry, if you intend to filter out only features completely contained by the cyan ellipse, consider using the SpatialFilter.
Send the cyan ellipse to the Filter port, send the red features to the Candidate port, and set "Filter Contains Candidate" to the Spatial Predicates to Test parameter in the Spatial Filter.
The SpatialFilter with the settings above would output required features from the Failed port, if I understood your requirement correctly.
no,I want use clipper transformer to clip terrain or Pipeline, But I want to keep the line Adjacent section .
Hi @charry, if you intend to filter out only features completely contained by the cyan ellipse, consider using the SpatialFilter.
Send the cyan ellipse to the Filter port, send the red features to the Candidate port, and set "Filter Contains Candidate" to the Spatial Predicates to Test parameter in the Spatial Filter.
The SpatialFilter with the settings above would output required features from the Failed port, if I understood your requirement correctly.
I'm not clear why you attempt to clip. Does this fit your requirement?
Select the features which intersect the cyan circle with a SpatialFilter, then from the Failed features select ones which intersect the Passed features from the first SpatialFilter, using another SpatialFilter.
Spatial Predicates to Test: Filter Intersects Candidate
I'm not clear why you attempt to clip. Does this fit your requirement?
Select the features which intersect the cyan circle with a SpatialFilter, then from the Failed features select ones which intersect the Passed features from the first SpatialFilter, using another SpatialFilter.
Spatial Predicates to Test: Filter Intersects Candidate