2011/10/27 Pierre JUILLARD <pierre.juill...@gmail.com>

> Hi,
>
> I would like to know where I could find more information about the
> [Python]OCC unit management tool?
>
> Is there a doxygen documentation somwhere?
>
> Also, where are these functions located in [Python]OCC?
>
> I could read in OCCT 6.1 release notes sheet that some are located in DRAW:
> http://www.opencascade.com/pub/doc/Release_Notes_6.1.pdf
> Four new DRAW commands for working with units have been created:
> - "unitparsing" - for the analysis of expression of a given unit;
> - "unitsdico" - dictionary of supported units;
> - "unitconvtoSI" - convert value from given unit to SI;
> - "unitconvtoMDTV" - convert value from given unit to MDTV system.
>
> I thank you in advance for your help.
> Have a good day.
> Bests,
>
> Pierre


Hi Pierre,

The OCC.Units python module should be what you're expecting (see
http://api.pythonocc.org/toc-OCC.Units-module.html for the API
documentation).

I've never used this module, please report any issue.

Regards,

Thomas
_______________________________________________
Pythonocc-users mailing list
Pythonocc-users@gna.org
https://mail.gna.org/listinfo/pythonocc-users

Reply via email to