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
plottools[sphere] - 球の 3D プロットオブジェクトを作ります
使い方
sphere(c, ...)
sphere(c, r, ...)
パラメータ
c - 球の中心
r - 球の半径 (オプション、規定値は 1 )
説明
ルーチン sphere は、表示すると 中心が c で、半径が r の球面となる、3次元プロットデータオブジェクトを作ります。
sphere をコールすると、PLOT3D データ構造で使えるか、関数 plots[display] で表示できる、プロットデータオブジェクトを作ります。
残りの引数はオプションで、option = value の形の等式で指定します。これらのオプションは plot3d コマンドのものと同じです。詳しくは ?plot3d[options] をご覧ください。
コマンド with(plottools,sphere) を使うと、このコマンドだけを定義できます。
例
with(plottools): c := sphere([1,1,1], 3.3): plots[display](c, scaling=constrained, style=patch, axes=boxed);
参照
plot3d[structure], plots[display]
Download Help Document