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

No documentation available. More...

Methods defined here:

def GetDowelPattern
def GetDowels
def GetHoopZone
def GetHoops
def GetLayoutDowels
def GetLayoutHoops
def GetSpiralZone
def NumDowelPatterns
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

RebarCageTemplate
Boost.Python.instance
builtin.object

Constructor & Destructor Documentation

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

Member Function Documentation

def RCE.RebarCageTemplate.__dict__ (   args)
def RCE.RebarCageTemplate.__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 RCE.RebarCageTemplate.__reduce__ (   args)
 __reduce__ = <unnamed Boost.Python function>(args)
def RCE.RebarCageTemplate.__weakref__ (   args)
def RCE.RebarCageTemplate.GetDowelPattern (   arg1,
  arg2 
)
Returns
Instance of type DowelPattern
     C++ signature :
         Alloy::Pointer::Pointer<Concrete::DowelPattern> GetDowelPattern(Concrete::RebarCageTemplate {lvalue},int)
def RCE.RebarCageTemplate.GetDowels (   arg1,
  arg2,
  arg3,
  arg4,
  arg5,
  arg6,
  arg7,
  arg8 
)
Returns
Instance of type object
     C++ signature :
         std::vector<Alloy::Pointer::Pointer<ShapedRebarMaterial>, std::allocator<Alloy::Pointer::Pointer<ShapedRebarMaterial> > > GetDowels(Concrete::RebarCageTemplate {lvalue},double,double [,double [,double [,double [,double [,double]]]]])
def RCE.RebarCageTemplate.GetHoops (   arg1,
  arg2 
)
Returns
Instance of type object
     C++ signature :
         std::vector<Alloy::Pointer::Pointer<ShapedRebarMaterial>, std::allocator<Alloy::Pointer::Pointer<ShapedRebarMaterial> > > GetHoops(Concrete::RebarCageTemplate {lvalue},double)
def RCE.RebarCageTemplate.GetHoopZone (   arg1,
  arg2,
  arg3,
  arg4,
  arg5,
  arg6,
  arg7 
)
Returns
Instance of type object
     C++ signature :
         std::vector<Alloy::Pointer::Pointer<ShapedRebarMaterial>, std::allocator<Alloy::Pointer::Pointer<ShapedRebarMaterial> > > GetHoopZone(Concrete::RebarCageTemplate {lvalue},double,bool,double,double,bool,bool)
def RCE.RebarCageTemplate.GetLayoutDowels (   arg1,
  arg2,
  arg3 
)
Returns
Instance of type ContBarPlacement
     C++ signature :
         Concrete::ContBarPlacement GetLayoutDowels(Concrete::RebarCageTemplate {lvalue},Layout3D {lvalue},boost::python::dict)
def RCE.RebarCageTemplate.GetLayoutHoops (   arg1,
  arg2,
  arg3,
  arg4,
  arg5,
  arg6,
  arg7 
)
Returns
Instance of type object
     C++ signature :
         std::vector<Alloy::Pointer::Pointer<ShapedRebarMaterial>, std::allocator<Alloy::Pointer::Pointer<ShapedRebarMaterial> > > GetLayoutHoops(Concrete::RebarCageTemplate {lvalue},Layout3D {lvalue},double,double,double,bool,bool)
def RCE.RebarCageTemplate.GetSpiralZone (   arg1,
  arg2,
  arg3 
)
Returns
Instance of type object
     C++ signature :
         std::vector<Alloy::Pointer::Pointer<ShapedRebarMaterial>, std::allocator<Alloy::Pointer::Pointer<ShapedRebarMaterial> > > GetSpiralZone(Concrete::RebarCageTemplate {lvalue},double,double)
def RCE.RebarCageTemplate.NumDowelPatterns (   arg1)
Returns
Instance of type int
     C++ signature :
         int NumDowelPatterns(Concrete::RebarCageTemplate {lvalue})