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
geom3d[xname] - find the name of the x-axis used to define an object
geom3d[yname] - find the name of the y-axis used to define an object
geom3d[zname] - find the name of the z-axis used to define an object
Calling Sequence
xname(obj)
yname(obj)
zname(obj)
Parameters
obj
-
a plane, a sphere
Description
The routine xname returns the name of the x-axis used to define obj. It returns either a name or FAIL.
The routine yname returns the name of the y-axis used to define obj. It returns either a name or FAIL.
The routine zname returns the name of the z-axis used to define obj. It returns either a name or FAIL.
The command with(geom3d,xname) allows the use of the abbreviated form of this command.
Examples
Define the plane from three given points A, B, C
Warning, assuming that the names of the axes are _x, _y and _z
As you might notice, the axes do not have names yet. The command Equation provides you with a chance to name the axes.
When you execute this command, a dialog box appears. Enter a, b, and c for the names of the axes.
Ask the same question again:
See Also
geom3d[Equation], geom3d[tname]
Download Help Document