NRhinoGenerator 0.1.2

dotnet add package NRhinoGenerator --version 0.1.2
NuGet\Install-Package NRhinoGenerator -Version 0.1.2
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="NRhinoGenerator" Version="0.1.2" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add NRhinoGenerator --version 0.1.2
#r "nuget: NRhinoGenerator, 0.1.2"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// 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

  1. 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 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. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
0.1.2 976 4/9/2023
0.1.1 172 4/8/2023
0.1.0 163 4/8/2023