Sophie

Sophie

distrib > Mageia > 5 > i586 > media > nonfree-release > by-pkgid > 43510343ad2ee65e191030d8705f9e45 > files > 50

gcad3d-2.01-4.mga5.nonfree.i586.rpm

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML>
<HEAD>
	<META HTTP-EQUIV="CONTENT-TYPE" CONTENT="text/html; charset=utf-8">
	<TITLE></TITLE>
	<meta name="generator" content="Bluefish 1.0.7">
	<META NAME="CREATED" CONTENT="0;0">
	<META NAME="CHANGEDBY" CONTENT="David Young">
	<META NAME="CHANGED" CONTENT="20090906;19033000">
</HEAD>
<BODY LANG="en-US" DIR="LTR">
<PRE>

<A HREF="CAD_using_en.htm#I">Interactions</A>


CAD functions:
<A HREF="CAD_Base_en.htm">See operating CAD ..</A>


<A NAME="F0"></A>
<h2>Interact.connect</h2>
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 &quot;Command&quot;
   Anchor Object: any object
   Command:
     Loading a model:
       LOAD &quot;Symbol Directory/Model Name&quot;
     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 &quot;VIEW ...&quot;
# Selecting Model1 activates the specified port view.
I2 = N20 &quot;LDMOD&quot; Data/Assy_H86 &quot;&quot;
# Selection of text 20 loads the model Assy_H86.
I3 = N20 &quot;EXECM tst3&quot;
# Selecting Note 20 starts the plug-in program tst3.so.


-------------------------------------------------- ----------------------
  The same interaction for another object-Example:
   I20 = N20 'VIEW ... &quot;
   # Selection of N20 Change View
   I21 = N21 I20
   # Even in selection of object N21, the same interaction I20.


</PRE>
</BODY>
</HTML>