[Mi...] Posted July 21, 2021 Share Posted July 21, 2021 Hello everyone, is there any documentation for the gom library in Python? I would like to know about the different functions that are implemented in the library, as well as the needed input and output parameters. Thanks in advance. Link to comment Share on other sites More sharing options...
[Th...] Posted August 9, 2021 Share Posted August 9, 2021 There is no such documentation as the gom library just maps all internal command calls and parameters onto python commands. So the usual way to get a function is to record the usage of the according command. If you need some further advice about special commands or object types you can try to use the python __doc__-access. import gom print (gom.Vec3d (0.0, 0.0, 0.0).__doc__) Link to comment Share on other sites More sharing options...
[Ma...] Posted December 19, 2023 Share Posted December 19, 2023 We are starting to provide some API specification at ZEISS Industrial Quality Solutions documentation (zeissiqs.github.io) Link to comment Share on other sites More sharing options...
Recommended Posts
Please sign in to comment
You will be able to leave a comment after signing in