Table of Contents
openNURBS
openNURBS Initiative
The openNURBS Initiative provides CAD, CAM, CAE, and computer graphics software developers the tools to accurately transfer 3-D geometry between applications.
The tools provided by openNURBS include:
- A file format specification and documentation.
- C++ source code libraries to read and write the file format. Windows, Mac, and Linux are supported.
- Quality assurance and revision control.
- Various supporting libraries and utilities.
- Technical support.
openNURBS is an open source toolkit for reading and writing models in the 3DM format. Our full-featured development platform is Rhino.
Links
Downloads
openNURBS Specific Articles (sorted by last modified)
namespace.TopicsWith(“Developer”,”openNURBS”).SortBy{each| DateTime.Now.SpanBetween(each.LastModified)}.Collect
{
aTopic |
[
"|",
aTopic.HasProperty("Title").IfTrue
{
Presentations.Link( aTopic.Name, aTopic.GetProperty("Title"))
}
IfFalse
{
aTopic.Name
},
" |",
aTopic.GetProperty("Summary"),
"|",
Newline
]
}