DynamoVisualProgramming.ZeroTouchLibrary by Autodesk

<PackageReference Include="DynamoVisualProgramming.ZeroTouchLibrary" Version="0.9.0" />

 IPersistenceManager

public interface IPersistenceManager

Get's Geometry factory that design script system is using. This property will be set by the system, once GeometryFactory is instanciated.

Allows capture of geometry data interactively from host application and get an array of IDesignScriptEntity based on selection.

Create a DesignScript host entity based on the persisted object in the application

Gets a persistent object using object's handle.

Makes the given entity persistent.

Checks if the host application supports geometry selection or capture to import geometry from host application to designscript

Updates the view to show the most up-to-date geometries.