NRhinoGenerator is an open source .NET library for generating Rhino geometry primitives such as points, lines, circles, arcs, curves, surfaces, meshes, and more.
$ dotnet add package NRhinoGeneratorNRhinoGenerator is an open source .NET library for generating Rhino geometry primitives such as points, lines, circles, arcs, curves, surfaces, meshes, and more. The library is designed to be consumed as a NuGet package and supports Rhino 7 and 8 (Rhino 8 only on Mac) on .NET Framework 4.8 and .NET 7.0.
Install-Package NRhinoGenerator
The NRhinoGenerator library provides various methods and classes to control the generation and testing process. For example:
NRhino.Random.Geometry.NVector3d.Any();
NRhino.Random.Geometry.NPoint3d.Positive();
NRhino.Random.Geometry.NMesh.Inside(bounds);
Contributions are welcome! If you want to add new features, fix bugs, or improve the documentation, feel free to create a pull request or an issue.
NRhinoGenerator is released under the MIT License