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

No documentation available. More...

Inheritance diagram for Rebar.ThreadedEndOp:
Rebar.EndOperation

Methods defined here:

def GetDescription
def GetThreadLength
def GetThreadType
def GetType
def IsLeftHanded
def SetLeftHanded
def SetThreadLength
def SetThreadType
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

ThreadedEndOp
EndOperation
Boost.Python.instance
builtin.object

Constructor & Destructor Documentation

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

Reimplemented from Rebar.EndOperation.

Member Function Documentation

def Rebar.ThreadedEndOp.__dict__ (   args)

Reimplemented from Rebar.EndOperation.

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

Reimplemented from Rebar.EndOperation.

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

Reimplemented from Rebar.EndOperation.

def Rebar.ThreadedEndOp.__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.ThreadedEndOp.__reduce__ (   args)
 __reduce__ = <unnamed Boost.Python function>(args)

Reimplemented from Rebar.EndOperation.

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

Reimplemented from Rebar.EndOperation.

def Rebar.ThreadedEndOp.__weakref__ (   args)

Reimplemented from Rebar.EndOperation.

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

Reimplemented from Rebar.EndOperation.

def Rebar.ThreadedEndOp.GetThreadLength (   arg1)
Returns
Instance of type float
     Gets the thread length.
 
     C++ signature :
         double GetThreadLength(Rebar::ThreadedEndOp {lvalue})
def Rebar.ThreadedEndOp.GetThreadType (   arg1)
Returns
Instance of type ThreadType
     Gets the thread type.
 
     C++ signature :
         Rebar::ThreadedEndOp::ThreadType GetThreadType(Rebar::ThreadedEndOp {lvalue})
def Rebar.ThreadedEndOp.GetType (   arg1)
Returns
Instance of type EndOperationType
     Get the end operation type.
 
     C++ signature :
         Rebar::EndOperationType GetType(Rebar::ThreadedEndOp {lvalue})

Reimplemented from Rebar.EndOperation.

def Rebar.ThreadedEndOp.IsLeftHanded (   arg1)
Returns
Instance of type bool
     Checks whether the thread is left handed.
 
     C++ signature :
         bool IsLeftHanded(Rebar::ThreadedEndOp {lvalue})
def Rebar.ThreadedEndOp.SetLeftHanded (   arg1,
  left_handed 
)
Returns
Instance of type None
     Sets whether the thread is left handed.
 
     C++ signature :
         void SetLeftHanded(Rebar::ThreadedEndOp {lvalue},bool)
def Rebar.ThreadedEndOp.SetThreadLength (   arg1,
  thread_length 
)
Returns
Instance of type None
     Sets the thread length.
 
     C++ signature :
         void SetThreadLength(Rebar::ThreadedEndOp {lvalue},double)
def Rebar.ThreadedEndOp.SetThreadType (   arg1,
  thread_type 
)
Returns
Instance of type None
     Sets the thread type.
 
     C++ signature :
         void SetThreadType(Rebar::ThreadedEndOp {lvalue},Rebar::ThreadedEndOp::ThreadType)

Member Data Documentation

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