Added a method to create a rectangular prism to PyAPI

This commit is contained in:
Will Boyd 2017-02-03 09:46:05 -05:00
parent cd7388e447
commit 369edbbc40
2 changed files with 55 additions and 3 deletions

View file

@ -5,7 +5,6 @@ from collections import OrderedDict, Iterable
from math import sqrt, floor
from numbers import Real, Integral
from xml.etree import ElementTree as ET
import sys
from six import add_metaclass, string_types
import numpy as np