STL
(Mathematica Import/Export Format) MIME type: application/sla STL computer-aided design and manufacturing format. 3D geometry format. Commonly used for representing solid models in rapid prototyping systems. ...
Golden Software Surfer geospatial file format. Terrain data format used by Golden Software products. Used for archiving and exchanging terrain data. Binary or ASCII format. ...
USGSDEM
(Mathematica Import/Export Format) USGS ASCII DEM files. Standard format for the distribution of terrain elevation data for the United States. United States Geological Survey (USGS) standard. DEM is an acronym ...
AtomQ
(Built-in Mathematica Symbol) AtomQ[expr] yields True if expr is an expression which cannot be divided into subexpressions, and yields False otherwise.
Cylinder[{{x_1, y_1, z_1}, {x_2, y_2, z_2}}, r] represents a cylinder of radius r around the line from (x_1, y_1, z_1) to (x_2, y_2, z_2). Cylinder[{{x_1, y_1, z_1}, {x_2, ...
EdgeQ
(Built-in Mathematica Symbol) EdgeQ[g, e] yields True if e is an edge in the graph g and False otherwise.
FixedPointList[f, expr] generates a list giving the results of applying f repeatedly, starting with expr, until the results no longer change.
PadLeft
(Built-in Mathematica Symbol) PadLeft[list, n] makes a list of length n by padding list with zeros on the left. PadLeft[list, n, x] pads by repeating the element x. PadLeft[list, n, {x_1, x_2, ...}] pads ...
Property[item, name -> value] associates the property name -> value with item.
SetProperty[{obj, item}, name -> value] sets the property name -> value for item in obj.