Visi.Extensions
1.0.0
dotnet add package Visi.Extensions --version 1.0.0
NuGet\Install-Package Visi.Extensions -Version 1.0.0
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="Visi.Extensions" Version="1.0.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Visi.Extensions --version 1.0.0
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: Visi.Extensions, 1.0.0"
#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 Visi.Extensions as a Cake Addin #addin nuget:?package=Visi.Extensions&version=1.0.0 // Install Visi.Extensions as a Cake Tool #tool nuget:?package=Visi.Extensions&version=1.0.0
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
Visi Extensions
A collection of extension methods and helper classes to make programming with the Visi API more .NETish.
Highlights
- Several extension methods for
Body
,Face
,Geo
,List
andSolidFactory
- Helper classes like
BoundingBox
,Picker
,UserProfile
andUserTheme
Usage Instructions
When creating an external Visi application (standalone exe that interacts with Visi), make sure to
- Copy Local the Visi COM reference instead of embedding interop types:
<COMReference Include="VISICAD">
<EmbedInteropTypes>False</EmbedInteropTypes>
<Private>True</Private>
</COMReference>
- Set PlatformTarget to x64:
<PropertyGroup>
<OutputType>Exe</OutputType>
<PlatformTarget>x64</PlatformTarget>
<TargetFramework>net48</TargetFramework>
</PropertyGroup>
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.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.
-
.NETFramework 4.8
- No dependencies.
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.0 | 318 | 12/16/2022 |
1.0.0-iota | 139 | 12/15/2022 |
1.0.0-epsilon | 133 | 12/15/2022 |
1.0.0-debug | 138 | 12/15/2022 |