How to print outline of objects
All  1-7  8-12

Previous
Next
 From:  Frenchy Pilou (PILOU)
9284.8 In reply to 9284.6 
Not exactly that you want but...

Camera&TargetPointToClipboard – it will copy the camera and target locations to the clipboard as a text string:

F9 script:var v = moi.ui.mainWindow.viewpanel.getViewport('3D'); moi.copyTextToClipboard( 'Camera=' + v.cameraPt.toString() + '\r\nTarget=' + v.targetPt.toString() );
Similarly you can set the .cameraPt value to something to place the camera at a certain x,y,z location:

F7 script:var v = moi.ui.mainWindow.viewpanel.getViewport('3D'); v.cameraPt = moi.vectorMath.createPoint(50.2, 30.5, 10.1);
---
Pilou
Is beautiful that please without concept!
My Moi French Site My Gallery My MagicaVoxel Gallery
  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:  Michael Gibson
9284.9 In reply to 9284.1 
Hi ed, so for a simple case with just a few pieces there would be 2 main ways to do it.

#1 is like Colin writes above - use View > CPlane to set the construction plane to the center of one of your angled planar shapes. This will relocate the Top/Front/Right views to that local frame of reference and now when you export a PDF, AI, or DXF file using the Top view projection it will be a straight-down view on that particular plane.

#2 is to dissassemble your object using Edit > Separate and then use Transform > Orient to relocate each face onto the world xy plane.

- 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:  ed (EDDYF)
9284.10 In reply to 9284.9 
Thanks everyone!

View > CPlane on my tilted plane and exported as AI from top view. Opened the AI file in Corel Draw and have a flat, actual size outline ready to print and use as a cutting template.

Ed Ferguson

EDITED: 8 Mar 2019 by EDDYF

  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:  Michael Gibson
9284.11 In reply to 9284.10 
Hi Ed, so just for future reference the other disassembly method using Transform > Orient is pretty good too, since the orientation picker can be aligned to a surface normal for the base position and the world z axis for the target position.

That looks like this:



- 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
 From:  ed (EDDYF)
9284.12 In reply to 9284.11 
Thanks Michael. Good to know.

Ed Ferguson
  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-7  8-12