SDS2 Parametric API
 All Classes Namespaces Functions Variables Pages
List of all members
CMU.CMUTemplate Class Reference

No documentation available. More...

Methods defined here:

def GetActualDepth
def GetActualLength
def GetActualWidth
def GetCoreCenters
def GetExtrusionPlane
def GetName
def GetNominalDepth
def GetNominalLength
def GetNominalWidth
def GetProfile
def GetVoids
def __reduce__

Data and other attributes defined here:

def __init__

Data descriptors inherited from Boost.Python.instance:

def __dict__
def __weakref__

Data and other attributes inherited from Boost.Python.instance:

def __new__

Detailed Description

No documentation available.

Method resolution order

CMUTemplate
Boost.Python.instance
builtin.object

Constructor & Destructor Documentation

def CMU.CMUTemplate.__init__ (   args)
Raises an exception
This class cannot be instantiated from Python
 __init__ = <built-in function __init__>

Member Function Documentation

def CMU.CMUTemplate.__dict__ (   args)
def CMU.CMUTemplate.__new__ (   args)
T.__new__(S, ...) -> a new object with type S, a subtype of T
 __new__ = <built-in method __new__ of Boost.Python.class object>
def CMU.CMUTemplate.__reduce__ (   args)
 __reduce__ = <unnamed Boost.Python function>(args)
def CMU.CMUTemplate.__weakref__ (   args)
def CMU.CMUTemplate.GetActualDepth (   arg1)
Returns
Instance of type float
     C++ signature :
         double GetActualDepth(Concrete::CMUTemplate {lvalue})
def CMU.CMUTemplate.GetActualLength (   arg1)
Returns
Instance of type float
     C++ signature :
         double GetActualLength(Concrete::CMUTemplate {lvalue})
def CMU.CMUTemplate.GetActualWidth (   arg1)
Returns
Instance of type float
     C++ signature :
         double GetActualWidth(Concrete::CMUTemplate {lvalue})
def CMU.CMUTemplate.GetCoreCenters (   arg1)
Returns
Instance of type object
     C++ signature :
         std::vector<Point3D, std::allocator<Point3D> > GetCoreCenters(Concrete::CMUTemplate {lvalue})
def CMU.CMUTemplate.GetExtrusionPlane (   arg1)
Returns
Instance of type AxisParallelPlane
     C++ signature :
         AxisParallel::Plane GetExtrusionPlane(Concrete::CMUTemplate {lvalue})
def CMU.CMUTemplate.GetName (   arg1)
Returns
Instance of type str
     C++ signature :
         std::string GetName(Concrete::CMUTemplate {lvalue})
def CMU.CMUTemplate.GetNominalDepth (   arg1)
Returns
Instance of type float
     C++ signature :
         double GetNominalDepth(Concrete::CMUTemplate {lvalue})
def CMU.CMUTemplate.GetNominalLength (   arg1)
Returns
Instance of type float
     C++ signature :
         double GetNominalLength(Concrete::CMUTemplate {lvalue})
def CMU.CMUTemplate.GetNominalWidth (   arg1)
Returns
Instance of type float
     C++ signature :
         double GetNominalWidth(Concrete::CMUTemplate {lvalue})
def CMU.CMUTemplate.GetProfile (   arg1)
Returns
Instance of type Layout3D
     C++ signature :
         Alloy::Pointer::Pointer<Layout3D> GetProfile(Concrete::CMUTemplate {lvalue})
def CMU.CMUTemplate.GetVoids (   arg1)
Returns
Instance of type object
     C++ signature :
         std::vector<Concrete::CMUTemplate::VoidDef, std::allocator<Concrete::CMUTemplate::VoidDef> > GetVoids(Concrete::CMUTemplate {lvalue})