TetGenGetFaceMarkers[expr] returns the face markers for a TetGen expression.
TetGenImport["file.ext", expr] imports data from a file into a TetGen expression. TetGenImport["file", expr, "format"] imports data in the specified format.
A Platonic solid is a convex polyhedron whose faces and vertices are all of the same type. There are five such solids. There are also a few nonconvex polyhedra known that ...
Column
(Built-in Mathematica Symbol) Column[{expr_1, expr_2, ...}] is an object that formats with the expr_i arranged in a column, with expr_1 above expr_2, etc. Column[list, alignment] aligns each element ...
Frame
(Built-in Mathematica Symbol) Frame is an option for Graphics, Grid, and other constructs that specifies whether to include a frame.
This tutorial covers advanced features of the Manipulate command. It assumes that you have read "Introduction to Manipulate" and thus have a good idea what the command is for ...
Mathematica provides a number of tools for configuring and monitoring parallel computations. Some of these are accessed using menus from the Mathematica notebook front end. ...
Mathematica comes with all the tools and configuration so you can immediately carry out parallel computing. Note that, to take advantage of parallel computing it is often ...
GraphDistance[g, i, j] gives the distance from vertex i to vertex j in the graph g.
Customization is an important part of Mathematica 's extensive data visualization capabilities. While the default settings for displaying points in a plot are suitable in ...