Maple Professionel
Maple Académique
Maple Edition Étudiant
Maple Personal Edition
Maple Player
Maple Player for iPad
MapleSim Professionel
MapleSim Académique
Maple T.A. - Suite d'examens de classement
Maple T.A. MAA Placement Test Suite
Möbius - Didacticiels de mathématiques en ligne
Machine Design / Industrial Automation
Aéronautique
Ingénierie des véhicules
Robotics
Energie
System Simulation and Analysis
Model development for HIL
Modélisation du procédé pour la conception de systèmes de contrôle
Robotics/Motion Control/Mechatronics
Other Application Areas
Enseignement des mathématiques
Enseignement de l’ingénierie
Enseignement secondaire et supérieur (CPGE, BTS)
Tests et évaluations
Etudiants
Modélisation financière
Recherche opérationnelle
Calcul haute performance
Physique
Webinaires en direct
Webinaires enregistrés
Agenda des évènements
Forum MaplePrimes
Blog Maplesoft
Membres Maplesoft
Maple Ambassador Program
MapleCloud
Livres blancs techniques
Bulletin électronique
Livres Maple
Math Matters
Portail des applications
Galerie de modèles MapleSim
Cas d'Etudes Utilisateur
Exploring Engineering Fundamentals
Concepts d’enseignement avec Maple
Centre d’accueil utilisateur Maplesoft
Centre de ressources pour enseignants
Centre d’assistance aux étudiants
plottools[project] - projecting PLOT and PLOT3D data structures
Calling Sequence
project(p, [pt_2d, pt_2d])
project(q, [pt_3d, pt_3d])
project(q, [pt_3d, pt_3d, pt_3d])
Parameters
p
-
PLOT data structure or a 2-D object
q
PLOT3D data structure or a 3-D object
pt_2d
(optional) list of two real numbers specifying a point in 2-D
pt_3d
(optional) list of three real numbers specifying a point in 3-D
Description
The project command takes a plot structure or object and produces a new plot structure or object.
In two dimensional case, an object can be projected on a given line.
In three dimensional case, an object can be projected on a given a line, or a given plane.
Representation:
A point is represented as a list of either two real numbers (2-D) or three real numbers (3-D).
A line is represented as a list of two distinct points.
A plane is represented as a list of three distinct points.
The result of a call to project is a 2-D or 3-D plot structure or object, which may be displayed with the plots[display] command. You can assign the data structure to a variable, save it in a file, then read it back in for redisplay. For more information about plot data structures, see plot/structure or plot3d/structure.
Several commands in the plottools package can transform plots. For a list, see the plottools help page. The plots[changecoords] and plots[display] commands can also be used to transform plots.
Examples
Note: The following example also uses the plottools[reflect] command.
See Also
plot/structure, plot3d, plot3d/structure, plots[changecoords], plots[display], plottools[reflect]
Download Help Document