SDS2 Parametric API
 All Classes Namespaces Functions Variables Pages
List of all members
sds2.model_dimension.LinearDimension Class Reference

No documentation available. More...

Methods defined here:

def __eq__
def __getinitargs__
def __init__
def __ne__
def __reduce__

Data descriptors defined here:

def p1
def p2

Data and other attributes defined here:

int __instance_size__ = 64
 __safe_for_unpickling__ = True

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

LinearDimension
Boost.Python.instance
builtin.object

Constructor & Destructor Documentation

def sds2.model_dimension.LinearDimension.__init__ (   arg1,
  arg2,
  arg3 
)
Returns
Instance of type None
     C++ signature :
         void __init__(_object*,Point3D,Point3D)

Member Function Documentation

def sds2.model_dimension.LinearDimension.__dict__ (   args)
def sds2.model_dimension.LinearDimension.__eq__ (   arg1,
  arg2 
)
Returns
Instance of type bool
     C++ signature :
         bool __eq__((anonymous namespace)::LinearDimension,(anonymous namespace)::LinearDimension)
def sds2.model_dimension.LinearDimension.__getinitargs__ (   arg1)
Returns
Instance of type tuple
     C++ signature :
         boost::python::tuple __getinitargs__((anonymous namespace)::LinearDimension)
def sds2.model_dimension.LinearDimension.__ne__ (   arg1,
  arg2 
)
Returns
Instance of type bool
     C++ signature :
         bool __ne__((anonymous namespace)::LinearDimension,(anonymous namespace)::LinearDimension)
def sds2.model_dimension.LinearDimension.__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 sds2.model_dimension.LinearDimension.__reduce__ (   args)
 __reduce__ = <unnamed Boost.Python function>(args)
def sds2.model_dimension.LinearDimension.__weakref__ (   args)
def sds2.model_dimension.LinearDimension.p1 (   args)
def sds2.model_dimension.LinearDimension.p2 (   args)

Member Data Documentation

int sds2.model_dimension.LinearDimension.__instance_size__ = 64
staticprivate
sds2.model_dimension.LinearDimension.__safe_for_unpickling__ = True
staticprivate