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

No documentation available. More...

Methods defined here:

def GetName
def __init__
def __reduce__

Data and other attributes defined here:

int __instance_size__ = 24

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

Setup
Boost.Python.instance
builtin.object

Constructor & Destructor Documentation

def CNC.Setup.__init__ (   arg1)
Returns
Instance of type None
     C++ signature :
         void __init__(_object*)
 
 
     C++ signature :
         void* __init__(boost::python::api::object)
 
 
     C++ signature :
         void* __init__(boost::python::api::object,std::string)
Note
Additional signature: init( (object)arg1) -> object
Additional signature: init( (object)arg1, (str)arg2) -> object

Member Function Documentation

def CNC.Setup.__dict__ (   args)
def CNC.Setup.__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 CNC.Setup.__reduce__ (   args)
 __reduce__ = <unnamed Boost.Python function>(args)
def CNC.Setup.__weakref__ (   args)
def CNC.Setup.GetName (   arg1)
Returns
Instance of type str
     C++ signature :
         std::string GetName(CNC::Setup {lvalue})

Member Data Documentation

int CNC.Setup.__instance_size__ = 24
staticprivate