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

No documentation available. More...

Inheritance diagram for Rebar.TerminatorEndOp:
Rebar.EndOperation

Methods defined here:

def GetDescription
def GetDimension
def GetTerminatorType
def GetThickness
def GetType
def SetDimension
def SetTerminatorType
def SetThickness
def __getinitargs__
def __getstate__
def __init__
def __reduce__
def __setstate__

Data and other attributes defined here:

int __instance_size__ = 40
 __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__

Additional Inherited Members

- Public Member Functions inherited from Rebar.EndOperation

Detailed Description

No documentation available.

Method resolution order

TerminatorEndOp
EndOperation
Boost.Python.instance
builtin.object

Constructor & Destructor Documentation

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

Reimplemented from Rebar.EndOperation.

Member Function Documentation

def Rebar.TerminatorEndOp.__dict__ (   args)

Reimplemented from Rebar.EndOperation.

def Rebar.TerminatorEndOp.__getinitargs__ (   arg1)
Returns
Instance of type tuple
     C++ signature :
         boost::python::tuple __getinitargs__(Rebar::TerminatorEndOp)

Reimplemented from Rebar.EndOperation.

def Rebar.TerminatorEndOp.__getstate__ (   arg1)
Returns
Instance of type tuple
     C++ signature :
         boost::python::tuple __getstate__(Rebar::TerminatorEndOp)

Reimplemented from Rebar.EndOperation.

def Rebar.TerminatorEndOp.__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>

Reimplemented from Rebar.EndOperation.

def Rebar.TerminatorEndOp.__reduce__ (   args)
 __reduce__ = <unnamed Boost.Python function>(args)

Reimplemented from Rebar.EndOperation.

def Rebar.TerminatorEndOp.__setstate__ (   arg1,
  arg2 
)
Returns
Instance of type None
     C++ signature :
         void __setstate__(Rebar::TerminatorEndOp {lvalue},boost::python::tuple)

Reimplemented from Rebar.EndOperation.

def Rebar.TerminatorEndOp.__weakref__ (   args)

Reimplemented from Rebar.EndOperation.

def Rebar.TerminatorEndOp.GetDescription (   arg1)
Returns
Instance of type str
     Get the end operation description.
 
     C++ signature :
         std::string GetDescription(Rebar::TerminatorEndOp {lvalue})

Reimplemented from Rebar.EndOperation.

def Rebar.TerminatorEndOp.GetDimension (   arg1)
Returns
Instance of type float
     Gets the dimension of the terminator plate.
 
     C++ signature :
         double GetDimension(Rebar::TerminatorEndOp {lvalue})
def Rebar.TerminatorEndOp.GetTerminatorType (   arg1)
Returns
Instance of type TerminatorType
     Gets the terminator type.
 
     C++ signature :
         Rebar::TerminatorEndOp::Type GetTerminatorType(Rebar::TerminatorEndOp {lvalue})
def Rebar.TerminatorEndOp.GetThickness (   arg1)
Returns
Instance of type float
     Gets the thickness of the terminator plate.
 
     C++ signature :
         double GetThickness(Rebar::TerminatorEndOp {lvalue})
def Rebar.TerminatorEndOp.GetType (   arg1)
Returns
Instance of type EndOperationType
     Get the end operation type.
 
     C++ signature :
         Rebar::EndOperationType GetType(Rebar::TerminatorEndOp {lvalue})

Reimplemented from Rebar.EndOperation.

def Rebar.TerminatorEndOp.SetDimension (   arg1,
  dimension 
)
Returns
Instance of type None
     Sets the dimension of the terminator plate.
 
     C++ signature :
         void SetDimension(Rebar::TerminatorEndOp {lvalue},double)
def Rebar.TerminatorEndOp.SetTerminatorType (   arg1,
  term_type 
)
Returns
Instance of type None
     Sets the terminator type.
 
     C++ signature :
         void SetTerminatorType(Rebar::TerminatorEndOp {lvalue},Rebar::TerminatorEndOp::Type)
def Rebar.TerminatorEndOp.SetThickness (   arg1,
  thickness 
)
Returns
Instance of type None
     Sets the thickness of the terminator plate.
 
     C++ signature :
         void SetThickness(Rebar::TerminatorEndOp {lvalue},double)

Member Data Documentation

int Rebar.TerminatorEndOp.__instance_size__ = 40
staticprivate
Rebar.TerminatorEndOp.__safe_for_unpickling__ = True
staticprivate