Jump to content

VW12 WALLS : change class


blimey

Recommended Posts

Has anyone tried this? In my computer it looks like another bug :

If I select more then 1 wall and try to change their class. It just doesn't work? I can change their class one by one but not many walls at the same time...

If someone has experimented this and found a workaround, any help is welcome.

Thanks.

Link to comment

I've tried to solve the problem by using the old script which would set the selected object to the active layer :

PROCEDURE SetObjectClass;

VAR

h : HANDLE;

BEGIN

{ get a handle to the first selected object on the active layer}

h:= FSActLayer;

{ set the class of the object to the active class }

SetClass(h,ActiveClass);

END;

Run(SetObjectClass);

IT JUST DO NOT WORK ANYMORE !!!!

Link to comment

quote:

Originally posted by lmt:

Has anyone tried this? In my computer it looks like another bug :

If I select more then 1 wall and try to change their class. It just doesn't work? I can change their class one by one but not many walls at the same time...

If someone has experimented this and found a workaround, any help is welcome.

Thanks.

Not only that...

1. Also, attempting to change parameters in more than one window at the same time (or door, or viewport)...

2. Killing the redraw or the rendering with Command-Period (as was perfectly OK in 11.5)...

...sometimes crashes VW 12.0.

[ 11-26-2005, 09:37 AM: Message edited by: Ramon PG ]

Link to comment

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...