LinkageDesigner Package Paclet SymbolMore About »

JointIcon

JointIcon[type, size, style]
utility function that defines the joint icon based on the type, size and style information.
  • type argument defines the joint type. Possible values: {"Rotational","Translational","Spherical","Cylindrical","Universal","Planar","Fixed"}
  • size argument defines the overall size of the bounding box of the icon
  • style argument can hold a sequence of graphics directives
Load the LinkageDesigner package
In[1]:=
Click for copyable input
This draw a rotational joint icon
In[2]:=
Click for copyable input
Out[2]=
This draw a translational joint icon
In[3]:=
Click for copyable input
Out[3]=
This draw a spherical joint icon
In[4]:=
Click for copyable input
Out[4]=
This draw a universal joint icon
In[5]:=
Click for copyable input
Out[5]=
This draw a planar joint icon
In[6]:=
Click for copyable input
Out[6]=
This draw a Cylindrical joint icon
In[7]:=
Click for copyable input
Out[7]=
This draw a Fixed joint icon
In[8]:=
Click for copyable input
Out[8]=