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[stellate] - 星型の多角形( POLYGONS )を作ります
使い方
stellate( p, h)
パラメータ
p - POLYGONS 構造またはそれらのリスト
h - 星型の高さ (オプション、規定値は 2 )
説明
このルーチンは、与えられた POLYGONS 構造の 各多角形に対して、星型を作ります。パラメータ h は星型の高さをコントロールします。h が 1 より大きい場合、外に向かって星型が作られます。それ以外は、内側に向かって星型が作られます。
このルーチンは、PLOT3D データ構造で使われるか、関数 plots[display] で表示できる、POLYGONS オブジェクトを作ります。
コマンド with(plottools,stellate) を使うと、このコマンドだけを定義できます。
例
with(plottools): plots[display](stellate(dodecahedron()), scaling=constrained, style=patch); plots[display](stellate(hemisphere(capped=false), 1/2), scaling=constrained, style=patch, lightmodel=light2);
参照
plottools[cutin], plot3d, plot3d[structure], plots[display], convert[POLYGONS]
Download Help Document