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[hemisphere] - 半球の 3-D オブジェクトの生成
使い方
hemisphere(c, r, options)
パラメータ
c - (オプションl) リスト (実根); 半球の基礎円の中心
r - (オプション) 実根; 半球の半径
options - (オプション) option に capped や plot3d/options ヘルプページにリストされているオプションを option=value の形の式で指定
説明
The hemisphere コマンドは 3 次元のプロットデータオブジェクトを作成します。hemisphere を表示する際、c は中心、r は半径を指定し、デフォルトでは c と r はそれぞれ [0,0,0] と 1 になります。
capped=t オプションの t には true または false, を指定し、半球にふたを描画するかを指定します。このオプションのデフォルトの値は true です。
hemisphere コマンドのプロットデータオブジェクトには PLOT3D データ構造を使用します。また表示をするには plots[display] コマンドを使用します。
option = value の形で指定された残った引数はオプションとして解釈されます。これらのオプションには plot3d コマンドと同じものが使用できます。詳細は plot3d/options をご参照ください。
例
with(plottools): with(plots):
display(hemisphere([1,1,1]), scaling=constrained, axes=boxed, orientation=[45,75], color=green);
参照
plot3d/options, plot3d/structure, plots[display]
Download Help Document