Skip to main content
Solved

Execute workspace in two blocks

  • March 31, 2021
  • 2 replies
  • 20 views

dxirgu
Contributor
Forum|alt.badge.img+4

Hello everyone,

 

We need to validate CAD file, in order to load into database.

 

We want that the workspace runs by blocks. First of all, it needs to check geometry and, when this block returns zero errors, then (and only then) we'll check the labels.

 

We'd thought to use "Total count" of StatisticCalculator and Tester to check "Total count", in order to check if we can pass to the second block, but it doesn't work, because when no errors returned, there isn't flux of data.

Best answer by nielsgerrits

Sounds you can use the NoFeaturesTester.

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.

2 replies

nielsgerrits
VIP
Forum|alt.badge.img+62
  • Best Answer
  • March 31, 2021

Sounds you can use the NoFeaturesTester.


dxirgu
Contributor
Forum|alt.badge.img+4
  • Author
  • Contributor
  • April 1, 2021

It works! Thanks so much!!