I know that if i make something up in illustrator in mm and export eps.
Then i have to scale it later with 0.70844 to keep the size correct.

Would it be hard to program a property window in softimage that shows the
width/height/depth?


2013/4/23 Alok <[email protected]>

>  This simple script will also work for finding width, height and depth,
> of the bounding box of course:
>
> ret = Application.GetBBox(Application.Selection(0))
> print 'Width: %s' % (ret('UpperBoundX') - ret('LowerBoundX'))
> print 'Height: %s' % (ret('UpperBoundY') - ret('LowerBoundY'))
> print 'Depth: %s' % (ret('UpperBoundZ') - ret('LowerBoundZ'))
>
>  ALOK
>
> GANDHI
>
> / chef directeur technique - lead technical director
>
> [email protected]
>
> T:
> *450 430-0010 x225
>
> F:
> 450 430-0009
> www.modusfx.com
>
>
> ---------------------------------------------------------------------------------------------
>
> MODUS
>
> FX
>
> 120 Rue Turgeon,
>
> Sainte-Therese (Quebec) CANADA J7E 3J1
>
> Follow us on
> Facebook <http://www.facebook.com/ModusFX>
>
> &
> Twitter <https://twitter.com/Modusfx>
> *
> On 22/04/2013 4:46 PM, Doeke Wartena wrote:
>
> Is there any FREE plugin to export to stl format?
> And is there any plugin to see the size of objects in softimage.
> By that i mean the width, height and depth of an object.
>
>  I know the story of softimage units is whatever unit you want it to be,
> but this isn't really helping if you can't see it. And counting the grid is
> kinda time consuming.
>
>  hope service pack 1 will bring this :)
>
>
>  No virus found in this message.
> Checked by AVG - www.avg.com
> Version: 2012.0.2241 / Virus Database: 3162/5757 - Release Date: 04/19/13
>
>
>

Reply via email to