LinkageDesigner Package Paclet Symbol
Build Linkage
More About »
SaveLinkage
SaveLinkage[
file
,
linkage
]
saves the linkage definition in a text file.
MORE INFORMATION
SaveLinkage serialize the LinkageData object and write it into a text file.
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]=
MORE ABOUT
Build Linkage