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

No documentation available. More...

Methods defined here:

def BillLines
def BillSequences
def __reduce__

Data and other attributes defined here:

def __init__

Data descriptors inherited from Boost.Python.instance:

def __dict__
def __weakref__

Data and other attributes inherited from Boost.Python.instance:

def __new__

Detailed Description

No documentation available.

Method resolution order

BOM
Boost.Python.instance
builtin.object

Constructor & Destructor Documentation

def Drawing.BOM.__init__ (   args)
Raises an exception
This class cannot be instantiated from Python
 __init__ = <built-in function __init__>

Member Function Documentation

def Drawing.BOM.__dict__ (   args)
def Drawing.BOM.__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 Drawing.BOM.__reduce__ (   args)
 __reduce__ = <unnamed Boost.Python function>(args)
def Drawing.BOM.__weakref__ (   args)
def Drawing.BOM.BillLines (   arg1)
Returns
Instance of type list
     Returns a list of BillLine objects. This list contains every bill line, blank lines included.
def Drawing.BOM.BillSequences (   arg1)
Returns
Instance of type list
     Returns a list of lists.  Internal list contains [ string, int, string ].Items are: sequence name, sequence quantity, advance mill page line.Example:[['1', 2, '2-3'], ['3', 2, '3-1']]