Use this with a python 'with' statement like this: with AutoAdd() as add: add.Add(1,1) add.FindNearbyMembers() More...
Methods defined here: | |
def | Add |
def | ClearEnds |
def | ClearPins |
def | FindNearbyMembers |
def | __enter__ |
def | __exit__ |
def | __init__ |
def | __reduce__ |
Data and other attributes defined here: | |
int | __instance_size__ = 40 |
Data descriptors inherited from Boost.Python.instance: | |
def | __dict__ |
def | __weakref__ |
Data and other attributes inherited from Boost.Python.instance: | |
def | __new__ |
Use this with a python 'with' statement like this: with AutoAdd() as add: add.Add(1,1) add.FindNearbyMembers()
The pins will be added when the with block exits.
AutoAdd
Boost.Python.instance
builtin.object
def ModelPins.AutoAdd.__init__ | ( | arg1 | ) |
C++ signature : void __init__(_object*)
def ModelPins.AutoAdd.__dict__ | ( | args | ) |
def ModelPins.AutoAdd.__enter__ | ( | arg1 | ) |
C++ signature : Alloy::Pointer::Pointer<SDS2::ModelRestraint::Py_AutoAdd> __enter__(SDS2::ModelRestraint::Py_AutoAdd {lvalue})
def ModelPins.AutoAdd.__exit__ | ( | arg1, | |
arg2, | |||
arg3, | |||
arg4 | |||
) |
C++ signature : void __exit__(SDS2::ModelRestraint::Py_AutoAdd {lvalue},boost::python::api::object,boost::python::api::object,boost::python::api::object)
def ModelPins.AutoAdd.__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 ModelPins.AutoAdd.__reduce__ | ( | args | ) |
__reduce__ = <unnamed Boost.Python function>(args)
def ModelPins.AutoAdd.__weakref__ | ( | args | ) |
def ModelPins.AutoAdd.Add | ( | arg1, | |
member, | |||
end | |||
) |
C++ signature : void Add(SDS2::ModelRestraint::Py_AutoAdd {lvalue},int,int)
def ModelPins.AutoAdd.ClearEnds | ( | arg1 | ) |
C++ signature : void ClearEnds(SDS2::ModelRestraint::Py_AutoAdd {lvalue})
def ModelPins.AutoAdd.ClearPins | ( | arg1 | ) |
C++ signature : void ClearPins(SDS2::ModelRestraint::Py_AutoAdd {lvalue})
def ModelPins.AutoAdd.FindNearbyMembers | ( | arg1 | ) |
C++ signature : void FindNearbyMembers(SDS2::ModelRestraint::Py_AutoAdd {lvalue})
|
staticprivate |