Maple Professional
Maple Academic
Maple Student Edition
Maple Personal Edition
Maple Player
Maple Player for iPad
MapleSim Professional
MapleSim Academic
Maple T.A. - Testing & Assessment
Maple T.A. MAA Placement Test Suite
Möbius - Online Courseware
Machine Design / Industrial Automation
Aerospace
Vehicle Engineering
Robotics
Power Industries
System Simulation and Analysis
Model development for HIL
Plant Modeling for Control Design
Robotics/Motion Control/Mechatronics
Other Application Areas
Mathematics Education
Engineering Education
High Schools & Two-Year Colleges
Testing & Assessment
Students
Financial Modeling
Operations Research
High Performance Computing
Physics
Live Webinars
Recorded Webinars
Upcoming Events
MaplePrimes
Maplesoft Blog
Maplesoft Membership
Maple Ambassador Program
MapleCloud
Technical Whitepapers
E-Mail Newsletters
Maple Books
Math Matters
Application Center
MapleSim Model Gallery
User Case Studies
Exploring Engineering Fundamentals
Teaching Concepts with Maple
Maplesoft Welcome Center
Teacher Resource Center
Student Help Center
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