|
Reference for maple version: Appendix B in Multibody Mechanics and Visualization by Harry Dankowicz, published by Springer Verlag UK, 2004.
Calling Sequence
DeclarePoints(A1, ..., An)
Parameters
A1, ..., An: names
Description
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.
Examples
Restart():
DeclarePoints(A,B,C):
print(GlobalPointDeclarations);
See Also
|
|