-
Notifications
You must be signed in to change notification settings - Fork 392
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
CLIP odd code #4315
Comments
Again needing help from the author.... IF (NABOVE+NON == NVT) THEN ! Rename the unclipped shadow casting
ELSEIF (NABOVE == 0) THEN ! Totally submerged shadow casting surface.
ELSE ! Remove (clip) that portion of the shadow casting surface.
plane of receiving surface
plane of receiving surface
surface. so they are still counter-clockwise sequential.
END IF On 6/23/2014 6:18 PM, Stuart Mentzer wrote:
Richard Raustad Electric Vehicle Transportation Center |
EnergyPlus/src/EnergyPlus/SolarShading.cc Lines 3306 to 3325 in 0c9b8c4
|
Another odd looking bit of code from CLIP:
It just keeps going on to next N after setting the IN or OUT coords, only keeping the last ones. It also uses the IN and OUT values even if they are never set. If the usage assures that the IN and OUT cases are satisfied exactly once over all N then I guess it is OK but that should really be documented and assert-checked.
Comments?
The text was updated successfully, but these errors were encountered: