Jump to content

billtheia

Member
  • Posts

    1,352
  • Joined

  • Last visited

Posts posted by billtheia

  1. Well I just tried it: (intersecting lines turned on)

    with a VW2012 file; interior of a house: 13 seconds

    The same file opened in '13 took less than 4 seconds

    So I'd be calling that 3 times faster -on a mac. So presumably on widows it would be faster again.........

    Hmmm...

    The sheet that I used was full of hidden-line-rendered interior elevations. They were all made from section viewports. I wonder if that is why they weren't any faster.

  2. Also noticed that multithreading for hidden line renders is windows only?

    I saw that too. What a drag.

    Just did a quick comparison with a file I created in VW2012. Updating an interior elevation sheet with 11 hidden line viewports took the same amount of time in VW2012 & VW2013. Updating an interior perspective with custom renderworks & hidden line rendering was 14% faster in VW2013.

    Embarrassingly, I hoped for greater performance increase.

  3. Is this what you're looking for?

    'Door'.'HWDesc'

    'Door'.'HWSetID'

    'Door'.'HWQty'

    'Door'.'HWType'

    'Door'.'HWLockType'

    'Door'.'HWCloserType'

    'Door'.'HWStopType'

    'Door'.'HWKeyCode'

    'Door'.'HWNotes'

    'Door'.'HWSymName'

    'Door'.'HWSymIDx'

    If all of the doors are using the same hardware set, you should be able to just modify the hardware set and that should be reflected on all of the doors.

  4. I'm new to vectorsript and am trying to create a script that will change the attributes of selected windows in walls. I've tried using FSActLayer but it only seems to work on windows NOT inserted into walls.

    I have cobbled together the following script based on a previous message board post but, without the ability to grab the handles of selected windows, it changes ALL of the windows in the file.

    PROCEDURE WdwSill5_5;

    PROCEDURE ChangeSill(h :HANDLE);

    BEGIN

    SetRField(h, 'Window', 'IncludeSill', 'TRUE');

    SetRField(h, 'Window', 'TrimUnderSill', 'TRUE');

    SetRField(h, 'Window', 'TrimUnderStool', 'TRUE');

    SetRField(h, 'Window', 'SillLip', '1');

    SetRField(h, 'Window', 'SillKeep', '6.25');

    SetRField(h, 'Window', 'SillHeight', '1.5');

    SetRField(h, 'Window', 'SillDepth', '7.25');

    SetRField(h, 'Window', 'SillExt', '3.5');

    SetRField(h, 'Window', 'StoolLip', '1');

    SetRField(h, 'Window', 'StoolNose', '1.75');

    ResetObject(h);

    END;

    BEGIN

    ForEachObject(ChangeSill, (INSYMBOL & INVIEWPORT & (PON='Window')));

    END;

    Run(WdwSill5_5);

    Can someone out there please help me make this work on selected windows?

    Thanks.

  5. No. That doesn't fix it.

    This is really getting on my nerves. The problem didn't exist in previous versions of VW so VW effectively, broke door and windows. There have been 2 or 3 service packs released since this bug was identified and it's still not fixed. There isn't even a work-around.

    There are lots of things that I like about VW. Bug fixing and software consistency aren't among them.

    NVW, please fix this!

×
×
  • Create New...