PointLabel 2D/3D• PointLabel[bnum, {lpnt1, lpnt2, ... , lpntn}] labels several points on body bnum with their body numbers and local coordinates. • PointLabel[bnum, All] labels all of the points on body bnum that were defined with a body object. • PointLabel[{point1, ... , pointn}] labels several points on different bodies. • PointLabel returns a list of Mathematica graphics primitives that are functions of mechanism location variables. • The point label generated is of the form "<bnum,lpnt". • See also: Arrow, LocalAxes. 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 PointLabel to label several points on the model.
Out[4]= | |
See HelpModel2D.
|