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
plots[setoptions3d] - set default options for 3-D plots
Calling Sequence
setoptions3d(options)
Parameters
options
-
(optional) standard options accompanying PLOT3D structures
Description
This function sets options for 3-D plot, which become default for all subsequent 3-D plots in the same Maple session. See plot3d/options for a list of options.
Typically the user puts a call to this function with customized options in the init file. See the mapleinit help page for details.
The following options cannot be set with the setoptions3d command: coords, filled and filledregions.
The setoptions3d command allows a single value to be set for each option; lists of option values are not accepted.
Examples
See Also
plot/option, plot3d/option, plots[setoptions]
Download Help Document