Edge 2D/3D• Edge[bnum, {lpnt1, lpnt2, ... , lpntn}] generates n - 1 lines passing from each local point to the next on body bnum. Each lpnti can be either a local point number or local point coordinate {x, y} (2D) or {x, y, z} (3D). • Edge[bnum, {lpnts1 ... }, {lpnts2...}, ... ] generates several sequences of lines. • Edge[{point1, ... , pointn}] generates n - 1 lines spanning several different bodies. • Edge returns a list of Mathematica graphics primitives that are functions of mechanism location variables. • The Edge function is analogous to the built-in Mathematica Line primitive. • See also: Facet, Vertex. 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 Edge to draw several lines. The absolute location of the new graphics depends on the rules passed to ShowHelpModel.
Out[4]= | |
See HelpModel2D.
|