LinkageDesigner Package Paclet Symbol
SaveLinkage
CompileLinkageData
See Also »
|
Build Linkage
More About »
LoadLinkage
LoadLinkage[
file
]
loads the linkage definition from text file.
MORE INFORMATION
LoadLinkage loads the serialized linkage definition and builds a LinkageData object out of it. The function calls the
CompileLinkageData
to create a LinkageData object
EXAMPLES
CLOSE ALL
Basic Examples
(1)
Load LinkageDesigner package
In[1]:=
Load the pre-defined crank slider mechanism
In[2]:=
Out[2]=
Save the linkage into a text file
In[3]:=
Out[3]=
Print out the textual contents of the file
In[4]:=
Load linkage from the text file and assign it to linkage1
In[5]:=
Out[5]=
SEE ALSO
SaveLinkage
CompileLinkageData
MORE ABOUT
Build Linkage