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.
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.
You can use dir() with an object in the parenthesis to see a list of the properties/function of the object
<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
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.
<p>It'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'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.</p>OK I see. Maybe it really has not function list. I will open all the files in src~
Thank you!
The documentation has now been updated! https://blenderbim.org/docs/ifcopenshell-python/api-documentation.html
<p>The documentation has now been updated! <a href="https://blenderbim.org/docs/ifcopenshell-python/api-documentation.html" rel="nofollow">https://blenderbim.org/docs/ifcopenshell-python/api-documentation.html</a></p>So warm tips!thank you!
Maybe it is the ORIGINAL documentation?We are witnessing history
Login or Register to reply.