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[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