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

List of floating point values representing plate attachment spacings. More...

Methods defined here:

def __contains__
def __copy__
def __deepcopy__
def __delitem__
def __getitem__
def __init__
def __iter__
def __len__
def __reduce__
def __repr__
def __setitem__
def __str__
def append
def extend

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

List of floating point values representing plate attachment spacings.

Method resolution order

SpacingList
Boost.Python.instance
builtin.object

Constructor & Destructor Documentation

def EmbedPlateModule.SpacingList.__init__ (   arg1)
Returns
Instance of type None
 
Note
Additional signature: init( (object)arg1, (list)arg2) -> object

Member Function Documentation

def EmbedPlateModule.SpacingList.__contains__ (   arg1,
  arg2 
)
Returns
Instance of type bool
def EmbedPlateModule.SpacingList.__copy__ (   arg1)
Returns
Instance of type object
def EmbedPlateModule.SpacingList.__deepcopy__ (   arg1,
  arg2 
)
Returns
Instance of type object
def EmbedPlateModule.SpacingList.__delitem__ (   arg1,
  arg2 
)
Returns
Instance of type None
def EmbedPlateModule.SpacingList.__dict__ (   args)
def EmbedPlateModule.SpacingList.__getitem__ (   arg1,
  arg2 
)
Returns
Instance of type object
def EmbedPlateModule.SpacingList.__iter__ (   arg1)
Returns
Instance of type object
def EmbedPlateModule.SpacingList.__len__ (   arg1)
Returns
Instance of type int
def EmbedPlateModule.SpacingList.__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 EmbedPlateModule.SpacingList.__reduce__ (   args)
 __reduce__ = <unnamed Boost.Python function>(args)
def EmbedPlateModule.SpacingList.__repr__ (   arg1)
Returns
Instance of type object
def EmbedPlateModule.SpacingList.__setitem__ (   arg1,
  arg2,
  arg3 
)
Returns
Instance of type None
def EmbedPlateModule.SpacingList.__str__ (   arg1)
Returns
Instance of type object
def EmbedPlateModule.SpacingList.__weakref__ (   args)
def EmbedPlateModule.SpacingList.append (   arg1,
  arg2 
)
Returns
Instance of type None
def EmbedPlateModule.SpacingList.extend (   arg1,
  arg2 
)
Returns
Instance of type None

Member Data Documentation

int EmbedPlateModule.SpacingList.__instance_size__ = 40
staticprivate