No documentation available.
More...
Data and other attributes inherited from Boost.Python.instance: |
def | __new__ |
Additional Inherited Members |
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 | ) |
|
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 | ) |
|
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 | ) |
|
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 |