[Request] Line from Center point :)

 From:  Michael Gibson
2782.60 In reply to 2782.59 
Hi Will,

> I'm not thirsty for having this now

But you can actually have it now - did you see the part of my previous message showing how you can actually set this up right now on your current version by setting up some keyboard shortcuts?

There are some scripts for this on Petr's page here:
http://kyticka.webzdarma.cz/3d/moi/#KeepCLine

If you set up a keyboard shortcut with this script on it:
script:moi.geometryDatabase.getObjects().getConstructionLines().setProperty( "isTemporary", false );

then when you push a key, the clines that you created will stick instead of being cleared at the end of the command...

Also if you set this one on a different shortcut key:
script:var gd = moi.geometryDatabase; gd.removeObjects( gd.getObjects().getConstructionLines() );

Then when you push that it will remove all of the persistent clines.

You can also assign them styles or names I think and that should work to control them using the browser even though some things do not work visually such as the color display. The actual property assignment does work though.

That stuff seems to be what you are asking about here, or am I not understanding you correctly? In the future this will probably be extended by using that menu or something but right now you can set up those keyboard scripts to do it...

Sorry if I was not clear before.

- Michael