Method Parallelepiped
Parallelepiped(GridPoint3)
Makes a new axis aligned parallelepiped shape.
public static IExplicitShape<GridPoint3> Parallelepiped(GridPoint3 dimensions)
Parameters
dimensions
GridPoint3The size of the parallelepiped.
Returns
Remarks
A parallelepiped is the 3D analog of a parallelogram. It has 6 faces, like a box, and opposite face are parallel and parallelograms.