Maple für Professional
Maple für Akademiker
Maple für Studenten
Maple Personal Edition
Maple Player
Maple Player für iPad
MapleSim für Professional
MapleSim für Akademiker
Maple T.A. - Testen & beurteilen
Maple T.A. MAA Placement Test Suite
Möbius - Online-Courseware
Machine Design / Industrial Automation
Luft- und Raumfahrt
Fahrzeugtechnik
Robotics
Energiebranche
System Simulation and Analysis
Model development for HIL
Anlagenmodelle für den Regelungsentwurf
Robotics/Motion Control/Mechatronics
Other Application Areas
Mathematikausbildung
Technik
Allgemein- und berufsbildende Schulen
Testen und beurteilen
Studierende
Finanzmodelle
Betriebsforschung
Hochleistungsrechnen
Physik
Live-Webinare
Aufgezeichnete Webinare
Geplante Veranstaltungen
MaplePrimes
Maplesoft-Blog
Maplesoft-Mitgliedschaft
Maple Ambassador Program
MapleCloud
Technische Whitepapers
E-Mail Newsletters
Maple-Bücher
Math Matters
Anwendungs-Center
MapleSim Modell-Galerie
Anwenderberichte
Exploring Engineering Fundamentals
Lehrkonzepte mit Maple
Maplesoft Welcome-Center
Resource-Center für Lehrer
Help-Center für Studierende
geom3d[draw] - create a three-dimensional plot of objects supported in the geom3d package
Calling Sequence
draw(obj,...)
draw([obj_1,...,obj_n],...)
Parameters
obj
-
object to be plotted
[obj_1, ..., obj_n]
list of object(s) to be plotted
Description
The routine draw provides the graphical visualization of all objects supported in the geom3d package.
A typical call to the draw function is draw([ obj_1(localopts_1),...,obj_n(localopts_n) ], globalopts) where obj_1, ..., obj_n are geometric objects, localopts_1, ..., localopts_n are local options for a particular object, and globalopts are options which apply to all of the objects.
localopts_i is a sequence of type equation. The set of options allowed for localopts_i is color, contours, grid, gridstyle, linestyle, numpoints, style, symbol, symbolsize, thickness, cutout, cutin, transparency. The contours, grid, numpoints, cutout and cutin options can only be provided as local options.
For detailed descriptions of the options, see plot3d/option.
globalopts: the set of options allowed for globalopts is the same as that for plot3d. Besides these options, two options cutin, cutout are added. See plottools[cutin] and plottools[cutout]. Also see plot/options for detailed descriptions of other options.
Note that the localopts_i that are defined for an object have precedence over globalopts when obj_i is drawn.
The command with(geom3d) allows the use of the short form of this command.
Examples
Define small stellated dodecahedron p with center o, radius r:
Find the reciprocal polyhedron dp of p with respect to the sphere s
The commands to create the plot from the Plotting Guide are
See Also
geom3d, geom3d[objects], geom3d[transformation]
Download Help Document