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[dodecahedron] - 正 12 面体の 3D オブジェクトを作ります
使い方
dodecahedron([x,y,z], s, ...)
パラメータ
[x, y, z] - 正 12 面体の位置
s - 正 12 面体の大きさ (オプション、規定値は 1 )
説明
ルーチン dodecahedron は、表示すると 位置が 点 [x,y,z] で、スケーリングされた正12面体となる、3次元プロットオブジェクトを作ります。このルーチンは plots[polyhedraplot] ルーチンへのインターフェイスです。
dodecahedron をコールすると、PLOT3D データ構造で使える または 関数 plots[display] を使って表示される、プロットデータオブジェクトを作ります。
その他の引数はオプションで、option = value の形の等式で指定します。これらのオプションは plot3d コマンドのものと同じです。詳しくは ?plot3d[options] をご覧ください。
コマンド with(plottools,dodecahedron) を使うと、このコマンドだけを定義できます。
例
with(plottools): f := dodecahedron([0,0,0],0.8), dodecahedron([1,1,1],0.5): plots[display](f,style=patch);
参照
plot3d[structure], plots[display], plots[polyhedraplot]
Download Help Document