Home
last modified time | relevance | path

Searched refs:wallSideIntersectionSurface (Results 1 – 1 of 1) sorted by relevance

/dports/cad/sweethome3d/SweetHome3D-6.6.4-src/src/com/eteks/sweethome3d/viewcontroller/
H A DRoomController.java667 float wallSideIntersectionSurface = getSurface(wallSideTestArea); in isRoomItersectingWallSide() local
669 if (wallSideIntersectionSurface > wallSideTestAreaSurface * 0.02f) { in isRoomItersectingWallSide()