BIM-Lisp: stories and buildings
BIM example drawing "campus_complex.dwg"
(Prolog: it is not that easy to paste strings from comamnd-line to this forum)
I get this result:
: (bim:get-all-story-entities "Bldg2-East" "Roof")
Entity name: 3a0cec0 Entity name: 3a0d000 Entity name: 3a0c380 Entity name: 3a0ccc0...
Fine. This tells me that story "Roof" in building "Bldg2-East" has a lot of entities. Now I want to know:
: (bim:has-story "Bldg2-East" "Roof") nil
Not fine. It tells me that building "Bldg2-East" has no story "Roof"???
What's wrong?
Comments
-
Dear Peter,
thanks for the hints ... such defects should also be reported as SupportRequest :-)
Nevertheless, just fixed ... was a stupid typo in Lisp engine : if you switch "building" and "story" name, then it works;
but only for testing, please.Because the fixed implementation will match the docs then ...
many greetings & Merry X-Mas !0 -
Thanks Torsten.
So it will be released in the next V18-build?
0 -
Likely with some chances ... but as usually, no guarantee;
I will post here, when it is included.0 -
Dear Peter,
the fix is included in V18.1.09 :-)
many greetings !0 -
Thanks - I will check it.
0