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

No documentation available. More...

Methods defined here:

def __getinitargs__
def __getstate__
def __init__
def __reduce__
def __setstate__

Data descriptors defined here:

def STIRRUP_TAG

Data and other attributes defined here:

int __instance_size__ = 200
 __safe_for_unpickling__ = True

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

RebarShapeTemplate
Boost.Python.instance
builtin.object

Constructor & Destructor Documentation

def Rebar.RebarShapeTemplate.__init__ (   arg1)
Returns
Instance of type None
     C++ signature :
         void __init__(_object*)

Member Function Documentation

def Rebar.RebarShapeTemplate.__dict__ (   args)
def Rebar.RebarShapeTemplate.__getinitargs__ (   arg1)
Returns
Instance of type tuple
     C++ signature :
         boost::python::tuple __getinitargs__(Rebar::RebarShapeTemplate)
def Rebar.RebarShapeTemplate.__getstate__ (   arg1)
Returns
Instance of type tuple
     C++ signature :
         boost::python::tuple __getstate__(Rebar::RebarShapeTemplate)
def Rebar.RebarShapeTemplate.__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 Rebar.RebarShapeTemplate.__reduce__ (   args)
 __reduce__ = <unnamed Boost.Python function>(args)
def Rebar.RebarShapeTemplate.__setstate__ (   arg1,
  arg2 
)
Returns
Instance of type None
     C++ signature :
         void __setstate__(Rebar::RebarShapeTemplate {lvalue},boost::python::tuple)
def Rebar.RebarShapeTemplate.__weakref__ (   args)
def Rebar.RebarShapeTemplate.STIRRUP_TAG (   args)

Member Data Documentation

int Rebar.RebarShapeTemplate.__instance_size__ = 200
staticprivate
Rebar.RebarShapeTemplate.__safe_for_unpickling__ = True
staticprivate