Classes | |
class | AxisParallelPlane |
No documentation available. More... | |
class | CMUTemplate |
No documentation available. More... | |
class | VoidDef |
No documentation available. More... |
Functions | |
def | GetCMUTemplate |
def | IsPointInPoly |
def | ListCMUTemplates |
Variables | |
XY_PLANE = CMU.AxisParallelPlane.XY_PLANE | |
XZ_PLANE = CMU.AxisParallelPlane.XZ_PLANE | |
YZ_PLANE = CMU.AxisParallelPlane.YZ_PLANE |
def CMU.GetCMUTemplate | ( | name | ) |
Gets the specified CMUTemplate. Args: name: the name of the template to retrieve. C++ signature : Alloy::Pointer::Pointer<Concrete::CMUTemplate> GetCMUTemplate(std::string)
def CMU.IsPointInPoly | ( | arg1, | |
arg2 | |||
) |
C++ signature : bool IsPointInPoly(boost::python::tuple,boost::python::list)
def CMU.ListCMUTemplates | ( | args | ) |
Lists the names of the CMU templates available in the job. C++ signature : boost::python::list ListCMUTemplates()
CMU.XY_PLANE = CMU.AxisParallelPlane.XY_PLANE |
CMU.XZ_PLANE = CMU.AxisParallelPlane.XZ_PLANE |
CMU.YZ_PLANE = CMU.AxisParallelPlane.YZ_PLANE |