|
Reference for maple version: Appendix B in Multibody Mechanics and Visualization by Harry Dankowicz, published by Springer Verlag UK, 2004.
Calling Sequence
DeclareTriads[a1, ..., an]
Parameters
a1, ..., an: names
Description
The function DeclareTriads establishes the names a1, ..., an as triad labels. A name may only be declared once as a triad label.
The function DeclareTriads results in permanent changes to the global variable GlobalTriadDeclarations.
Examples
Restart;
DeclareTriads[a,b,c];
GlobalTriadDeclarations
See Also
|
|