Jump to content

Frank Schnater

Member
  • Posts

    22
  • Joined

  • Last visited

Reputation

2 Neutral

Personal Information

  • Occupation
    architect
  • Homepage
    www.rsw-architecten.nl/
  • Location
    Rotterdam Holland

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

  1. Hello Pat, Thank you for your reply: that works perfectly! (I had inserted: BEGIN {forceer ReDraw} OudeKlas:= GetClass(maatlijn); SetClass( maatlijn, OudeKlas ); END; but your solution is how it should be.) Frank
  2. Hello all, See script below: I wanted to use an old script; changed it a bit and found that 'redrawall' still does not work (ever since 1999!). Is that correct or is there something wrong with my script? The script switches 'Show Dim Value' on again; this works, but I have to force the lines to redraw 'manually'. (by cut/paste or save/re-open the file etc) Regards, Frank Schnater {© Frank Schnater, 13-05-1999, 24-07-2023} procedure maataanpasser; {deze procedure maakt bij maatlijnen van 70 de tekst zichtbaar} procedure wijzig_maatlijn(maatlijn:handle); VAR maat_tekst: STRING; begin maat_tekst:= GetDimText(maatlijn); if maat_tekst='70' then begin SetObjectVariableBoolean(maatlijn,6,TRUE); end; end; {main routine, laat procedure wijzig_maatlijn op alle maatlijnen los} begin ForEachObject(wijzig_maatlijn,(T=dimension)and(Sel=true)); ReDrawAll; end; RUN(maataanpasser);
  3. Hello all, We have to produce a lot of ifc files with the same ifc options. Does anybody know how/if I can script the export options such as 'Project Data', Author Data' etc? I looked in the VS library procedures list and in the VS function reference but didn't find anything useful. Tia, Frank Schnater (See my question 'export or copy IFC project data')
  4. Ai, that is an unexpected shortcoming. I wouldn't expect a networking/automation oriented aspect as IFC handling lacking such a basic feature. Who has not worked on a project where say, the project name or client changes halfway? Maybe I can get a script to do this; maybe even applescript. Thanks for your reply anyway!
  5. Hello all, I am working on a project that consists of multiple files (housing blocks). We have to produce IFC models of these blocks and for each of these blocks the project data (author, project name, organization name, etc) is more or less the same. Does anybody know a way to copy this information from file to file? It is a pain to have to type this information in 10 tabbed windows for about 100 files... Tia, Frank Schnater
  6. Dear all, With record formats it is possible to rename the format and/or the datafields and the used instances in the document will retain the attached information. Doing the same with a 'ifc property set' just deletes the old 'property set' and attaches the new one. Not nice. Am I overlooking something or is this correct: is it not possible to rename 'property sets' without loosing attached information? Regards, Frank Schnater (Vectorworks architect 2021)
  7. Hello Larry, Thanks for your reply. Nice trick, that certainly helps. Regards, Frank
  8. Hello all, I'd like to copy viewport settings (rendermodes, lighting settings etc) to other viewports in different files. The eyedropper tool does most of what I want within one file put I don't know how to get the eyedropper info into a script. It seems this should be easy; like using custom-tool/attribute to get the info to copy into a script... Tia, Frank Schnater
  9. Hello Mat, me again, I just installed sp 2 and unfortunately the problem remains unsolved, see screenshots. We still use VW2018 because of this bug although we have been paying our contract for VW2019 and 2020. Is there any chance this will be solved? Regards, Frank Schnater test 1820 blok 186 18.vwx test 1820 blok 186 20.vwx
  10. Hello Matt, Good to hear that. It would really help us! Regards, Frank
  11. Hello Matt, The VW2018 incompatability issue appears to be worse than we thought. When working with 2 or more drawings open frequently 1 becomes 'invisible' in 3d (OpenGL issue?). Restarting VW solves this. This is now happening about every half hour or so. This really needs to be solved. I reported this problem a year ago and we have been expecting it to be solved in VW2020. The past year we continued with VW2018, but now fixing is crucial as VW 2018 doesn't work properly anymore on our newer computers. Design Express told me this issue is scheduled for fixing in the 2021 version which would mean we have to restart VW every half hour for the next 12 months! Not acceptable. Regards, Frank Schnater
  12. Hello Matt, Thank you for the effort. I also got response from Design Express with more or less the same information. A serious disappointment: we have set up a lot of drawings in VW2017/2018 with this method so now we can not move away from VW2018. This means we miss out on improvements. We will also get more computer issues, as VW2018 seems not to be 100% compatible with OS X Catalina (standard install on our new workstations). I already noticed that when I open multiple VW2018 files at once some of the windows remain empty; I have to close the window and open it again to continue. This should not happen with professional software. Regards, Frank
  13. Hello Matt (and others), attached a test with a 'clean' VW2020 file: same results: 2d elements don't display properly in section-viewports. I also include the VW2020 file; maybe I'm just doing something very obvious wrong. (I hope...) Frank test 2020.vwx
  14. Hello Matt, Thanks for the tip; I didn't know these functions yet. Unfortunately the result is exactly the same. Or maybe I should say 'luckily' as it would even confuse me more if two methods that I would expect to do the same would give different results! I'm using a drawing that was set up in VW2018 as a test file (as we have drawings for 900 dwellings set up in VW2018 that we would like to keep using), but I'll set-up a test- file in VW2020 to see if I get the same results tomorrow. Frank
  15. Hello David, Thank you for your reply. Strange. Attached 2 snippets of a drawing: one with a viewport (top-plan view) and the other with a section-viewport ('Display planar Objects', 'Display 2D Components' and 'Display 2D' Fills all 'on'). The '2591' dimension-lines are in Plane 'layer'. The missing arrowheads are an 'known bug' they told me. The doors are missing their swing because the section-viewport only displays the 3d porion of hybrid symbols (so I could solve this by adding a swing in the 3d portion of all symbols, but I'd rather have the option to display either the 2d or 3d portion, and I certainly don't like it that Nemetschek decides to change this behaviour from one version to the other. This is not a fatal problem though.). The difference in dimension appearance and dashed line appaearance: I don't know! The third screenshot is the same drawing with both viewports exported back to VW2018. Regards, Frank
×
×
  • Create New...