Home Toolbox functions Sample projects Tutorials Downloads |
|
Reference: Appendix B in Multibody Mechanics and Visualization by Harry Dankowicz, published by Springer Verlag UK, 2004.
DeclarePoints(A1, ..., An)
A1, ..., An: names
The function DeclarePoints establishes the names A1, ..., An as point labels. A name may only be declared once as a point label.
The function DeclarePoints results in permanent changes to the global variable GlobalPointDeclarations.
>Restart(): >DeclarePoints(A,B,C): >print(GlobalPointDeclarations);
|
©2004-2017 Harry Dankowicz Mechanical Science and Engineering University of Illinois at Urbana-Champaign | Home Toolbox functions Sample projects Tutorials Downloads |