[Mi...] Posted May 17, 2023 Share Posted May 17, 2023 Does anyone have an idea how to get the filter settings of a feature element? Something like getNominal("feature").filter.type doesn't work. Thanks in advance Link to comment Share on other sites More sharing options...
[Mi...] Posted June 6, 2023 Author Share Posted June 6, 2023 I've figured it out: Filter: getNominal(elementName).measElement.evaluation.modes.filter.filter getNominal(elementName).measElement.evaluation.modes.filter.method getNominal(elementName).measElement.evaluation.modes.filter.type getNominal(elementName).measElement.evaluation.modes.filter.nbOfWaves getNominal(elementName).measElement.evaluation.modes.filter.waveLength getNominal(elementName).measElement.evaluation.modes.filter.kindOfPass Outlier: getNominal(elementName).measElement.evaluation.modes.outlier.nbOfIterations getNominal(elementName).measElement.evaluation.modes.outlier.method getNominal(elementName).measElement.evaluation.modes.outlier.mode getNominal(elementName).measElement.evaluation.modes.outlier.maskMode getNominal(elementName).measElement.evaluation.modes.outlier.nbOfNeighbours getNominal(elementName).measElement.evaluation.modes.outlier.factorInside getNominal(elementName).measElement.evaluation.modes.outlier.factorOutside Link to comment Share on other sites More sharing options...
Recommended Posts
Please sign in to comment
You will be able to leave a comment after signing in