Uses of Class
gov.nist.microanalysis.NISTMonte.MultiPlaneShape

Packages that use MultiPlaneShape
gov.nist.microanalysis.NISTMonte   
 

Uses of MultiPlaneShape in gov.nist.microanalysis.NISTMonte
 

Methods in gov.nist.microanalysis.NISTMonte that return MultiPlaneShape
static MultiPlaneShape MultiPlaneShape.createBlock(double[] dims, double[] point, double phi, double theta, double psi)
          createBlock - Create a block of dimensions specified in dims, centered at point then rotated by the euler angles phi, theta, psi.
static MultiPlaneShape MultiPlaneShape.createFilm(double[] normal, double[] pt1, double thickness)
          createFilm - Construct a MCSS_MultiPlane object corresponding to a film.
static MultiPlaneShape MultiPlaneShape.createNamid(double[] center, int n, double height, double base)
          Create a Tetrahedron (n=3), Pyramid (n=4), ..., etc with the specified center, number of sides, height and base dimension.
static MultiPlaneShape MultiPlaneShape.createSubstrate(double[] normal, double[] pt)
          createSubstrate - Construct a MCSS_MultiPlane object corresponding to an infinitely thick layer.