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
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 | ) |
|
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 | ) |
|
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 | ) |
|
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 |