aleuly / ifcplusplus

Automatically exported from code.google.com/p/ifcplusplus
Other
0 stars 0 forks source link

API Reference #11

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Where is the API Reference? I can't find the documentation about how to use 
ifcplusplus library.

Original issue reported on code.google.com by demelier...@gmail.com on 23 May 2014 at 7:19

GoogleCodeExporter commented 9 years ago
This is an open source project. You can't expect a documentation as if you had 
paid thousands of dollars for it.

There is an example viewer application called "SimpleViewer".
I recommend to put a breakpoint in the command 

bool CmdLoadIfcFile::doCmd()

then load a file and step through the code to see how it works.

Original comment by fabian.g...@gmail.com on 27 May 2014 at 4:33

GoogleCodeExporter commented 9 years ago
Hi,

Irccd [1] and Lua-SDL2 [2] are open source projects, nobody paid me to develop 
them but I completely documented their API and I still don't ask money :-).

[1] https://redmine.malikania.fr/projects/irccd/wiki
[2] https://redmine.malikania.fr/projects/luasdl2/wiki

Anyway, I have found what I wanted by guessing and grep'ing the source.

Original comment by demelier...@gmail.com on 27 May 2014 at 6:58