Interactions CAD functions: See operating CAD ..Interact.connect
A CAD object with an interaction. Selecting the CAD objects (Anchor object) triggers the interaction. Examples of interactions are: Load a ***chained model (as HTM-HREF; LDMOD) View position switch (view change VIEW) - Start/Run a plug-in program (DLL) (EXECM) Interaction Format: I # = anchor object "Command" Anchor Object: any object Command: Loading a model: LOAD "Symbol Directory/Model Name" Viewport change: VIEW (ViewPortData) With Insert/View port (or Alt-Shift-V) you can generate the current viewport data. Starting a Plug-in Program (DLL): EXECM (DLL-Name) Examples: I1 = M1 "VIEW ..." # Selecting Model1 activates the specified port view. I2 = N20 "LDMOD" Data/Assy_H86 "" # Selection of text 20 loads the model Assy_H86. I3 = N20 "EXECM tst3" # Selecting Note 20 starts the plug-in program tst3.so. -------------------------------------------------- ---------------------- The same interaction for another object-Example: I20 = N20 'VIEW ... " # Selection of N20 Change View I21 = N21 I20 # Even in selection of object N21, the same interaction I20.