Wir schätzen Ihren Input! Bitte nehmen Sie an der Umfrage zu Archicad 28 Startbildschirm und Lerninhalte/Schnell-Tutorials teil
am 2014-09-24 10:12 AM
Dear Bimcomponents!
You wrote me:
You recently uploaded an object, N/A, to the BIMcomponents.com portal that failed to pass the automatic checking process because of errors in the object's content.
Attached please find the log file with detailed information about the errors. This will help you find and solve the issues preventing the upload of your object. Please fix the problems and upload the corrected object again to make it available for the BIM Components community.
Should your upload problems persist, please visit our troubleshooting page for further advice.
Thank you!
The BIM Components Team
It seems that Your automatic error checking does not allow marginal problems in the code now – even it it is functional in Archicad at all.
maybe it this code-part:
dx = x2 - x1 !!!x+y Distanz der Punkte des Segmentes
dy = y2 - y1
if dx < 0 then dx = -dx
if dx = 0 then dx=RND (0.0001)
if dx < RND (0.0001) and dx < -RND (0.0001) then
Winkelsegment = 90
else
WinkelSegment = atn(dy/dx)
endif
RewinSeg = WinkelSegment - 90
Diagonale1 = sqr (dx^2+dy^2) !!!!Distanz der Punkte des Segmentes
The problem seems to be the easy way, that i used for solving mathematical preventing of tan(90). I made it nearly 90°, not exact. Obvously Archicad takes this without problem, Your chicking progress does not – am i right here? Please reply.
I often used this code in the past – and it was never a problem to upload – like it is now.
And by the way – there is no attached log file in Your mail.
Thank You for Your concerns
greetings from Salzburg
Heimo Mooslechner
am 2014-09-24 03:33 PM
am 2014-09-24 06:17 PM
am 2014-09-24 06:35 PM
am 2014-09-27 02:25 PM
am 2014-09-29 02:19 PM
am 2014-09-29 03:43 PM