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

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__

Detailed Description

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.

Method resolution order

AutoAdd
Boost.Python.instance
builtin.object

Constructor & Destructor Documentation

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

Member Function Documentation

def ModelPins.AutoAdd.__dict__ (   args)
def ModelPins.AutoAdd.__enter__ (   arg1)
Returns
Instance of type AutoAdd
     C++ signature :
         Alloy::Pointer::Pointer<SDS2::ModelRestraint::Py_AutoAdd> __enter__(SDS2::ModelRestraint::Py_AutoAdd {lvalue})
def ModelPins.AutoAdd.__exit__ (   arg1,
  arg2,
  arg3,
  arg4 
)
Returns
Instance of type None
     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 
)
Returns
Instance of type None
     C++ signature :
         void Add(SDS2::ModelRestraint::Py_AutoAdd {lvalue},int,int)
def ModelPins.AutoAdd.ClearEnds (   arg1)
Returns
Instance of type None
     C++ signature :
         void ClearEnds(SDS2::ModelRestraint::Py_AutoAdd {lvalue})
def ModelPins.AutoAdd.ClearPins (   arg1)
Returns
Instance of type None
     C++ signature :
         void ClearPins(SDS2::ModelRestraint::Py_AutoAdd {lvalue})
def ModelPins.AutoAdd.FindNearbyMembers (   arg1)
Returns
Instance of type None
     C++ signature :
         void FindNearbyMembers(SDS2::ModelRestraint::Py_AutoAdd {lvalue})

Member Data Documentation

int ModelPins.AutoAdd.__instance_size__ = 40
staticprivate