Jump to content

Documentation for the gom libary


---
 Share

Recommended Posts

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

  • 3 weeks later...

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

  • 2 years later...
 Share

×
×
  • Create New...