Morpho.Envimet.UI 1.0.4

dotnet add package Morpho.Envimet.UI --version 1.0.4
                    
NuGet\Install-Package Morpho.Envimet.UI -Version 1.0.4
                    
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="Morpho.Envimet.UI" Version="1.0.4" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Morpho.Envimet.UI" Version="1.0.4" />
                    
Directory.Packages.props
<PackageReference Include="Morpho.Envimet.UI" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add Morpho.Envimet.UI --version 1.0.4
                    
#r "nuget: Morpho.Envimet.UI, 1.0.4"
                    
#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.
#addin nuget:?package=Morpho.Envimet.UI&version=1.0.4
                    
Install Morpho.Envimet.UI as a Cake Addin
#tool nuget:?package=Morpho.Envimet.UI&version=1.0.4
                    
Install Morpho.Envimet.UI as a Cake Tool

Logo Version

Morpho UI

UI to use for CAD plugin.

Mapping with Morpho Core

Morpho entity Morpho UI constructor
Grid new EntityForm("grid", grid.Serialize())
Building new EntityForm("building", grid.Serialize())
Plant2d new EntityForm("plant2D", plant2d.Serialize())
Plant3d new EntityForm("plant3D", plant3d.Serialize())
Receptor new EntityForm("receptor", receptor.Serialize())
Source new EntityForm("source", source.Serialize())
Soil new EntityForm("soil", soil.Serialize())
Terrain new EntityForm("terrain", terrain.Serialize())

Examples

// Create grid with Morpho
var nestingGrids = new NestingGrids(3, "000000", "000000");
var size = new Size(new MorphoGeometry.Vector(0, 0, 0), new CellDimension(3, 3, 3), 100, 100, 25);
var eqGrid = new Grid(size, nestingGrids);

// Serialize
var jsonString = eqGrid.Serialize();

// Create grid form
var form = new EntityForm("grid", jsonString);

// Show grid form
form.ShowDialog();

// Get data on submit
var data = form.Connection.Data;

// Deserialize
var newGrid = Grid.Deserialize(data);
Product Compatible and additional computed target framework versions.
.NET net6.0-windows7.0 is compatible.  net7.0-windows was computed.  net8.0-windows was computed.  net9.0-windows was computed.  net10.0-windows 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
1.0.4 270 11/19/2023
1.0.3 129 11/5/2023