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