SDS2 Parametric API
 All Classes Namespaces Functions Variables Pages
Classes | Functions | Variables
CMU Namespace Reference

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

Function Documentation

def CMU.GetCMUTemplate (   name)
Returns
Instance of type CMUTemplate
     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 
)
Returns
Instance of type bool
     C++ signature :
         bool IsPointInPoly(boost::python::tuple,boost::python::list)
def CMU.ListCMUTemplates (   args)
Returns
Instance of type list
     Lists the names of the CMU templates available in the job.
 
     C++ signature :
         boost::python::list ListCMUTemplates()

Variable Documentation

CMU.XY_PLANE = CMU.AxisParallelPlane.XY_PLANE
CMU.XZ_PLANE = CMU.AxisParallelPlane.XZ_PLANE
CMU.YZ_PLANE = CMU.AxisParallelPlane.YZ_PLANE