stl export and plugin to see size of object

441 views
Skip to first unread message

Doeke Wartena

unread,
Apr 22, 2013, 4:46:52 PM4/22/13
to soft...@listproc.autodesk.com
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 :)


Vladimir Jankijevic

unread,
Apr 22, 2013, 4:56:14 PM4/22/13
to soft...@listproc.autodesk.com
here is a plugin I wrote that you can use. It's all in python so there should not be any problems with it. You'll find it under File->Export->Export STL. Exporting through the menu allows only for binary STLs but the command itself has a switch to export in ascii format too. 

hope this helps

cheers
vladimir
--
---------------------------------------
Vladimir Jankijevic
Technical Direction

Elefant Studios AG
Lessingstrasse 15
CH-8002 Zürich

+41 44 500 48 20

www.elefantstudios.ch
---------------------------------------
STL_ExportPlugin.py

Alan Fregtman

unread,
Apr 22, 2013, 4:57:39 PM4/22/13
to XSI Mailing List
Just download MeshLab, (it's free and opensource) http://meshlab.sourceforge.net/
It can import OBJs.

Here's a tutorial about using MeshLab to figure out and adjust scaling for a 3D print:

When you figure out how much a 1x1x1 Softimage cube is in real units according to MeshLab, let us know! :)



On Mon, Apr 22, 2013 at 4:46 PM, Doeke Wartena <clank...@gmail.com> wrote:

Alok

unread,
Apr 22, 2013, 6:15:30 PM4/22/13
to soft...@listproc.autodesk.com
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


alok....@modusfx.com

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

&

Twitter

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


Doeke Wartena

unread,
Apr 23, 2013, 5:39:11 AM4/23/13
to soft...@listproc.autodesk.com
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 <alok....@modusfx.com>

Martin

unread,
Apr 23, 2013, 10:05:24 AM4/23/13
to soft...@listproc.autodesk.com
I wrote this tool a few months ago, it will give you the bounding box and some scaling options

https://vimeo.com/47172295

M.Yara

Doeke Wartena

unread,
May 1, 2013, 7:49:01 AM5/1/13
to soft...@listproc.autodesk.com
thanks, i will try it soon.


2013/4/23 Martin <furi...@gmail.com>
Reply all
Reply to author
Forward
0 new messages