DIM TOOL(s) increase or decrease fonts
All  1-7  8-9

Previous
Next
 From:  Michael Gibson
11538.8 In reply to 11538.5 
Hi Marky,

re:
> Is there a way to make an Arrow to be screen aligned too?

There is a setting for it which isn't exposed in the UI but can be set through a script.

If you put in this for the command part of a shortcut key it should switch the property for making the arrowhead plane rotate to face the viewer on selected dims:

script:
var objs = moi.geometryDatabase.getSelectedObjects().getAnnotations();
if ( objs.length > 0 )
{
objs.setProperty( 'rotateArrowheadPlaneTowardsViewer', !objs.item(0).rotateArrowheadPlaneTowardsViewer );
}


- 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:  mk (MARKY)
11538.9 In reply to 11538.8 
Hi Michael,

It works great.

Thanks a million,
Marek
  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-9