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
convert/POLYGONS - convert GRID and MESH structures into POLYGONS
Calling Sequence
convert( p, POLYGONS )
Parameters
p
-
PLOT3D structure; or GRID/MESH structure; or a list of GRID/MESH structures
Description
This routine converts MESH and GRID structures into POLYGONS structures. If the first argument is a GRID or MESH structure, then the result is a equivalent POLYGONS structure; if p is a list of GRID and MESH structures, then the result is a list of corresponding POLYGONS structures; if p is a PLOT3D structure, then the result is a list of POLYGONS structures corresponding to GRID and MESH structures in p.
Examples
See Also
plot3d, plot3d[structure]
Download Help Document