Message 1 of 5
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hi all,
I have noticed something weird (to me) with the API. While using Combine feature to cut bodies, there is nothing returned. I.e.,
combineFeature = combineFeatures.add(combineFeatureInput)
The combineFeature is null in this case.
I went to read the documentations, and it explicitly stated that "This function returns nothing in the case where the feature is non-parametric". What is the reason of this behavior? I have used some other Features as well (PatchFeatures, etc) and there is no such issue.
I actually expected to obtain the bodies after the cut, and if combineFeature was not returned, how should I determine which bodies are resulted from this operation?
Solved! Go to Solution.