You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I would like to define a property facet to check the minimum length of walls
I expect to be able to do this using a facet parameter of "bounds" type and specifying a min value
The check always fails
I belive the evalRequirement method in the IDSFacet class has the comparisons reversed:
Check that there isn't already an issue that reports the same bug to avoid creating a duplicate.
Make sure this is a repository issue and not a framework-specific issue. For example, if it's a THREE.js related bug, it should likely be reported to mrdoob/threejs instead.
Check that this is a concrete bug. For Q&A join our Community.
Describe the bug 📝
I would like to define a property facet to check the minimum length of walls
I expect to be able to do this using a facet parameter of "bounds" type and specifying a min value
The check always fails
I belive the evalRequirement method in the IDSFacet class has the comparisons reversed:
Current code is:
I belive it should be:
I created the property facet with this code:
Here is the console log of the result from the IDS specification test method:
You can see:
Reproduction▶️
No response
Steps to reproduce 🔢
No response
System Info 💻
Used Package Manager 📦
yarn
Error Trace/Logs 📃
No response
Validations ✅
The text was updated successfully, but these errors were encountered: