Make 2D 4 view
All  1-4  5-7

Previous
Next
 From:  Michael Gibson
10551.5 In reply to 10551.3 
Hi BlackBird,

re:
> Yes, but it uses the "Projection method 3".
> In Europe we use the "Projection method 1".
> So the views are swapped.

You can modify the script to do this by finding line number 33 in make2D4Views.js which has this:

code:
var views = [ 'Top', '3D', 'Front', 'Right' ];


and change it to this instead:

code:
var views = [ 'Right', 'Front', '3D', 'Top' ];


- Michael
  Reply Reply More Options
Post Options
Reply as PM Reply as PM
Print Print
Mark as unread Mark as unread
Relationship Relationship
IP Logged

Previous
Next
 From:  christian (CHRI)
10551.6 In reply to 10551.5 
hi
something i discovered by accident

the 3D view is the current view when calling the script
( and not a parallel or isometric view )

Chri
Image Attachments:
Size: 83.8 KB, Downloaded: 90 times, Dimensions: 1180x690px
  Reply Reply More Options
Post Options
Reply as PM Reply as PM
Print Print
Mark as unread Mark as unread
Relationship Relationship
IP Logged

Previous
 From:  Michael Gibson
10551.7 In reply to 10551.6 
Hi Chri,

re:
> the 3D view is the current view when calling the script
> ( and not a parallel or isometric view )

Yes that's how it is set up to work, same as the regular Make2D command and also same as the Make2D command in Rhino as well.

If you want it to generate a parallel view you need to set the 3D view to be a parallel projection before running this command.

- Michael
  Reply Reply More Options
Post Options
Reply as PM Reply as PM
Print Print
Mark as unread Mark as unread
Relationship Relationship
IP Logged
 

Reply to All Reply to All

 

 
 
Show messages: All  1-4  5-7