NRhinoGenerator 0.1.2
dotnet add package NRhinoGenerator --version 0.1.2
NuGet\Install-Package NRhinoGenerator -Version 0.1.2
<PackageReference Include="NRhinoGenerator" Version="0.1.2" />
paket add NRhinoGenerator --version 0.1.2
#r "nuget: NRhinoGenerator, 0.1.2"
// Install NRhinoGenerator as a Cake Addin #addin nuget:?package=NRhinoGenerator&version=0.1.2 // Install NRhinoGenerator as a Cake Tool #tool nuget:?package=NRhinoGenerator&version=0.1.2
NRhinoGenerator
NRhinoGenerator 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.
Features
- Generate Rhino geometry primitives with various input parameters and edge cases.
- Define custom constraints and rules for generated geometries.
- Export generated geometries to Rhino files or other formats for visualization and analysis.
- Run tests automatically and report any errors or failures.
Requirements
- Valid Rhino 7 license.
- .NET Framework 4.8 or .NET 7.0.
- NRhinoGenerator NuGet package.
Installation
- Install the NRhinoGenerator NuGet package from the NuGet Gallery or using the package manager console:
Install-Package NRhinoGenerator
Usage
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);
Contribution
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.
License
NRhinoGenerator is released under the MIT License
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net7.0 is compatible. net7.0-android was computed. net7.0-ios was computed. net7.0-maccatalyst was computed. net7.0-macos was computed. net7.0-tvos was computed. net7.0-windows was computed. net8.0 was computed. net8.0-android was computed. net8.0-browser was computed. net8.0-ios was computed. net8.0-maccatalyst was computed. net8.0-macos was computed. net8.0-tvos was computed. net8.0-windows was computed. |
.NET Framework | net48 is compatible. net481 was computed. |
-
.NETFramework 4.8
- Microsoft.NET.Test.Sdk (>= 16.5.0)
- NUnit (>= 3.12.0)
- NUnit3TestAdapter (>= 3.16.1)
- RhinoCommon (>= 7.21.22208.13001)
-
net7.0
- Microsoft.NET.Test.Sdk (>= 16.5.0)
- NUnit (>= 3.12.0)
- NUnit3TestAdapter (>= 3.16.1)
- RhinoCommon (>= 8.0.23094.11475-wip)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.