OSArch Community

A little question: I want to find the list of function in IfcOpenShell-python

  1. S

    Moult blog is so good and I study so much from his articles. But now I find I can only use the function from his example, like ifc_file.by_type. I want to find the list of function in IfcOpenShell-python.

  2. J

    You can use dir() with an object in the parenthesis to see a list of the properties/function of the object

  3. S

    <p>You can use dir() with an object in the parenthesis to see a list of the properties/function of the object</p>I want to know whether has the function list or not. If IfcOpenShell has the list, I mean, it will improve our study efficiency so sharply

  4. M

    It's a bit messy (needs better docstring documentation) but you can find some generated documentation here. There is a related Github issue.

    It's missing some information, such as the geom class methods, but it'll come. Hope it helps a bit. The source isn't that large though so it's quite simple to read through.

  5. S

    <p>It&#039;s a bit messy (needs better docstring documentation) but you can find some generated documentation <a href="https://blenderbim.org/docs/ifcopenshell-python/api-documentation.html" rel="nofollow">here</a>. There is a related <a href="https://github.com/IfcOpenShell/IfcOpenShell/issues/755" rel="nofollow">Github issue</a>.</p><p>It&#039;s missing some information, such as the geom class methods, but it&#039;ll come. Hope it helps a bit. The source isn&#039;t that large though so it&#039;s quite simple to read through.</p>OK I see. Maybe it really has not function list. I will open all the files in src~

    Thank you!

  6. M
  7. S

Login or Register to reply.