What unit should I use?

Hi everyone,
I’m new to AnyBody Modeling.
I’m trying to create an ASCII STL file for AnyDrawSTL using SolidWorks. In the SolidWorks model, I use ‘meter(m)’ as the unit before I converted it into ASCII STL.
But when I include it in the AnyDrawSTL filename, the object is too big compared to the human model. So, which unit should I use in creating part for AnyDrawSTL filename?

Hi,

you can use a member of AnyDrawSurf/AnyDrawSTL classes to scale it:

ScaleXYZ={1,1,1}*0.001;

AnyBody generic models operate in meters.

Regards,
Pavel