#942 Nonconforming information on Intersections not sufficient.
Metadata
Property | Value |
---|---|
Reported by | Robert K (robertk@posteo.org) |
Reported at | Jul 21, 2011 15:21 |
Type | Feature Request |
Version | Git (pre2.4) [autotools] |
Operating System | Unspecified / All |
Last edited by | Christian Engwer (christi@conan.iwr.uni-heidelberg.de) |
Last edited at | Jun 7, 2012 09:39 |
Description
The method conforming on intersections does not deliver enough information. One would also like to know whether the inside or the outside entity has a non-conforming face. Currently this cannot or only in an expensive way be determined.
I suggest to add a new method nonConforming that returns the level of non-conformity, conforming = 0,
insideConforming > 0
outsideConforming < 0
By using nonConforming () == 0 one can implement the old method conforming().