We value your input! Please participate in Archicad 28 Home Screen and Tooltips/Quick Tutorials survey
2008-12-02 07:09 PM
2008-12-02 07:25 PM
fabricfo wrote:It requires some script - but a very small bit.
no scripts or parametric, just the drawings.
2008-12-02 07:35 PM
GDL wrote:Then, the simple 2D script would be something like this:
GLOB_CONTEXT context of appearance
1-library part editor, 2-floor plan, 3-3D view, 4-section/elevation, 5-settings dialog, 6-list, 7 - detail drawing, 8 - layout, 22 - editing feedback mode from the floor plan, 23 - editing
feedback mode from a 3Dview, 24 - editing feedback mode from a section/elevation, 28 - editing feedback mode from a layout, 43 - generating as an operator from a 3D view, 44 -
generating as an operator from a section/elevation, 46 - generating as an operator from a list
if GLOB_CONTEXT=4 then ! show elev view in section or elevation fragment2 1, 1 else ! show plan symbol for all other views fragment2, 2, 1 endifKarl
2008-12-02 07:41 PM
2008-12-02 07:43 PM
2008-12-03 12:55 PM
2008-12-03 07:38 PM
Karl wrote:Juha is right, and sorry for the 'senior moment' with the comment above where I forgot that the original drawing was a dwg and not a hand sketch. Duh.
You're welcome... but I just noticed that you wanted to see the sketch in a 3D view also. To do that, you'll need a jpeg (etc) of it and use the parapicture object that Dwight talks about in various threads. He has uploaded it to the GDL Depository.
2008-12-03 10:11 PM
2008-12-04 12:07 AM
if GLOB_CONTEXT=4 then ! show elev view in section or elevation !---> paste the 3D-view code here else ! show plan symbol for all other views !---> paste the other view code here endif
2008-12-04 12:10 AM
Karl wrote:--
sorry for the 'senior moment'