Learn to manage BIM workflows and create professional Archicad templates with the BIM Manager Program.
2006-07-04 01:18 PM
2006-07-04 01:27 PM
2006-07-04 04:50 PM
2006-07-04 09:23 PM
2006-07-05 08:45 AM
lang=INT(B/0.001)*0.001 IF B>=0.008 then lang = 0.008 + INT((B-0.008)/0.002)*0.002 IF B>=0.022 then lang = 0.022 + INT((B-0.022)/0.003)*0.003 IF B>=0.028 then lang = 0.028 + INT((B-0.028)/0.002)*0.002 IF B>=0.032 then lang = 0.032 + INT((B-0.032)/0.003)*0.003 IF B>=0.040 then lang = 0.040 + INT((B-0.040)/0.005)*0.005 IF B>=0.130 then lang = 0.130 + INT((B-0.130)/0.010)*0.010 IF B>=0.200 then lang = 0.200 + INT((B-0.200)/0.020)*0.020I haven't tested, so be aware of bugs.
2006-07-05 12:33 PM
If you are successful, remember that the deeper sense of openGDL is to return improvements to the communityI adapt an element for the standard of GOST (Russia). And it will be freely distributed. Whether it will be interesting in Europe or in other countries?
2006-07-05 01:20 PM
2006-07-05 09:54 PM
2006-07-06 12:25 AM
Actually I think a more flexible solution will be using an array and a subroutine which will search the range and do the calc finally.This idea was the first in my head. But absence of knowledge, has led to to search of other method.
What is "the standard of GOST"?GOST are standards used in Russia. As DIN in Germany.