Hi!crdueck!
>where should I look for examples of opennurbs API functions being used in
librt?
Now the development platform for opennurbs is rhino,So you can find some API
examples in rhino's wiki:
http://wiki.mcneel.com/developer/opennurbs/home
http://wiki.mcneel.com/tag/developer?do=showtag&tag=developer
Secondly rhinosdk may be useful which introduces the opennurbs API in details
the download link:http://download.rhino3d.com/rhino-sdk/4.0/release/download/
However,Some functions in opennurbs API just support the interface and don't
have implement actually.
For example:
int CreateMesh(const ON_MeshParameters& mp, ON_SimpleArray<ON_Mesh*>&
mesh_list) const
{
return 0;
}
So,before using the opennurbs API,I recommand to read the sourcecode which
BRLCAD contains to ensure that they are available.
Hope to be useful to you.
Cheers!
Laijiren
------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and
threat landscape has changed and how IT managers can respond. Discussions
will include endpoint security, mobile security and the latest in malware
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
_______________________________________________
BRL-CAD Developer mailing list
brlcad-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/brlcad-devel