Client Application
Tha main client application is the API core interface
from here you can manage all the functionality of the api solution.
Admin Commands
Login Command
The login command let you connect to the API server
Enter the server name
The port
user name and password in order to connect with the system
Cad Server manager
This windows gives you an overview of the available cad on the api server
On the context menu of this windows you can control also the log file of the cad application in order to check the real status of the technical configuration
Recovery Table Manager
This command give you access to all the configuration present in the system.
you can also modify a configuration, create a new configuration from scratch or deleting an existing one
Manage Configurations (Favourites)
This Interface allows you to manage your prefered configuration, in order to activate one.
User Commands
New Node Engine
This command allows you to create a new node engine object.
The node engine is the most important entity in the system as it allows you to create and run the configurations
New Node
The new node command allows you to create new node object
This entity are leaf entity of the system node tree structure allowing you to define:
-
Attribute
-
Parameter
-
Function
-
Document relation
-
Checkers
-
New Function
This command allows you to create a new function Object
The Function object allows you to create powerful relation with parameters and using the library can be connected with a python fucntion
New Parameter
This command allows you to create a new parameter Object
Parameter object are the input value used for creating the configurations
New Editor Integration Object
This command allows you to create a new Editor integration Object
Editor integration object allows you to connect with the cad application and manage drawings and files
New Checker Object
This command allows you to create a new checker Object
Checker object are object used to control the data and pop up messages related to the data checked
New Library
This command allows you to create a new library Object
The library object allows you to create custom python code to be used inside the API application