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

No documentation available. More...

Methods defined here:

def __eq__
def __getitem__
def __init__
def __ne__
def __reduce__
def __repr__
def __str__

Data descriptors defined here:

def depth_vector
def face
def interior_edge
def name
def radius
def radius_id
def segment_count
def x
def y
def z

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

No documentation available.

Method resolution order

Layout3DNode
Boost.Python.instance
builtin.object

Constructor & Destructor Documentation

def Layout3D.Layout3DNode.__init__ (   arg1)
Returns
Instance of type None
     C++ signature :
         void __init__(_object*)
 
 
     C++ signature :
         void __init__(_object*,Point3D,int,unsigned int,unsigned int,bool,double,unsigned int,Point3D)
Note
Additional signature: init( (object)arg1, (Point3D)arg2, (int)arg3, (int)arg4, (int)arg5, (bool)arg6, (float)arg7, (int)arg8, (Point3D)arg9) -> None

Member Function Documentation

def Layout3D.Layout3DNode.__dict__ (   args)
def Layout3D.Layout3DNode.__eq__ (   arg1,
  arg2 
)
Returns
Instance of type bool
     C++ signature :
         bool __eq__(Layout3DNode {lvalue},Layout3DNode)
def Layout3D.Layout3DNode.__getitem__ (   arg1,
  arg2 
)
Returns
Instance of type object
     C++ signature :
         boost::python::api::object __getitem__(Layout3DNode {lvalue},unsigned int)
def Layout3D.Layout3DNode.__ne__ (   arg1,
  arg2 
)
Returns
Instance of type bool
     C++ signature :
         bool __ne__(Layout3DNode {lvalue},Layout3DNode)
def Layout3D.Layout3DNode.__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 Layout3D.Layout3DNode.__reduce__ (   args)
 __reduce__ = <unnamed Boost.Python function>(args)
def Layout3D.Layout3DNode.__repr__ (   arg1)
Returns
Instance of type str
     C++ signature :
         std::string __repr__(Layout3DNode)
def Layout3D.Layout3DNode.__str__ (   arg1)
Returns
Instance of type str
     C++ signature :
         std::string __str__(Layout3DNode)
def Layout3D.Layout3DNode.__weakref__ (   args)
def Layout3D.Layout3DNode.depth_vector (   args)
def Layout3D.Layout3DNode.face (   args)
def Layout3D.Layout3DNode.interior_edge (   args)
def Layout3D.Layout3DNode.name (   args)
def Layout3D.Layout3DNode.radius (   args)
def Layout3D.Layout3DNode.radius_id (   args)
def Layout3D.Layout3DNode.segment_count (   args)
def Layout3D.Layout3DNode.x (   args)
def Layout3D.Layout3DNode.y (   args)
def Layout3D.Layout3DNode.z (   args)

Member Data Documentation

int Layout3D.Layout3DNode.__instance_size__ = 40
staticprivate