LocalAxes 2D/3D• LocalAxes[bnum, size] returns a graphics object placing local xy or xyz axes of specified size at the origin of body bnum. • LocalAxes[{bnum1, bnum2, ... }, size] places axes on several bodies. • LocalAxes[All, size] places axes on all bodies in the current model. • LocalAxes returns a list of Mathematica graphics primitives that are functions of mechanism location variables. • See also: Arrow, PointLabel. Further Examples Load the Modeler2D package and define a simple model. Here we add a new group of graphics to the help model that uses LocalAxes to draw an X-Y axis on each body.
Out[4]= | |
See HelpModel2D.
|