Skip to main content

ScriptEditor package

Overview

  • An extension package that provides a powerful script editor with intellisense.
  • Next Design publishes "API" so that users can develop their own functions (extensions).
    In the script editor, you can write and execute scripts to operate Next Design using this API.
    • It is useful for operations that cannot be performed from the Next Design screen or for automating processes.
    • Created scripts can be easily shared with team members.
Before using this package

Your computer must meet all software prerequisites to take advantage of this package.
Make sure you have the prerequisite software installed using the information on the next page.

Package contents

File NameCategoryDescription
ScriptEditorExtensionExtensionExtension that provides a powerful script editor with intellisense.
NextDesign.InteropExtensionExtensionThis extension realizes inter-process communication of Next Design.

To use the :::info input support function

.NET 6 SDK must be installed in order to display method and property descriptions with the input assistance function.
You can download the .NET 6 SDK installer from Microsoft's site.

:::