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

No documentation available. More...

Methods defined here:

def Angle
def Coefficients
def Cross
def Distance
def Dot
def Intersection
def Move
def Normal
def Parallel
def PointInPlane
def __copy__
def __deepcopy__
def __init__
def __reduce__

Data and other attributes defined here:

int __instance_size__ = 152

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

Plane3D
Boost.Python.instance
builtin.object

Constructor & Destructor Documentation

def Plane3D.Plane3D.__init__ (   arg1)
Returns
Instance of type None
     C++ signature :
         void __init__(_object*)
 
 
     C++ signature :
         void __init__(_object*,Point3D,Point3D,Point3D)
 
 
     C++ signature :
         void __init__(_object*,double,double,double,double)
 
 
     C++ signature :
         void __init__(_object*,Plane3D)
 
 
     C++ signature :
         void __init__(_object*,Plane3D,double)
Note
Additional signature: init( (object)arg1, (Point3D)arg2, (Point3D)arg3, (Point3D)arg4) -> None
Additional signature: init( (object)arg1, (float)arg2, (float)arg3, (float)arg4, (float)arg5) -> None
Additional signature: init( (object)arg1, (Plane3D)arg2) -> None
Additional signature: init( (object)arg1, (Plane3D)arg2, (float)arg3) -> None

Member Function Documentation

def Plane3D.Plane3D.__copy__ (   arg1)
Returns
Instance of type Plane3D
     C++ signature :
         Plane3D __copy__(Plane3D)
def Plane3D.Plane3D.__deepcopy__ (   arg1,
  arg2 
)
Returns
Instance of type Plane3D
     C++ signature :
         Plane3D __deepcopy__(Plane3D,boost::python::dict {lvalue})
def Plane3D.Plane3D.__dict__ (   args)
def Plane3D.Plane3D.__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 Plane3D.Plane3D.__reduce__ (   args)
 __reduce__ = <unnamed Boost.Python function>(args)
def Plane3D.Plane3D.__weakref__ (   args)
def Plane3D.Plane3D.Angle (   arg1,
  arg2 
)
Returns
Instance of type float
     C++ signature :
         double Angle(Plane3D {lvalue},Plane3D)
def Plane3D.Plane3D.Coefficients (   arg1)
Returns
Instance of type tuple
     C++ signature :
         boost::python::tuple Coefficients(Plane3D {lvalue})
def Plane3D.Plane3D.Cross (   arg1,
  arg2 
)
Returns
Instance of type object
     C++ signature :
         point_3d Cross(Plane3D {lvalue},Plane3D)
def Plane3D.Plane3D.Distance (   arg1,
  arg2 
)
Returns
Instance of type float
     C++ signature :
         double Distance(Plane3D {lvalue},Point3D)
 
 
     C++ signature :
         double Distance(Plane3D {lvalue},Plane3D)
Note
Additional signature: Distance( (Plane3D)arg1, (Plane3D)arg2) -> float
def Plane3D.Plane3D.Dot (   arg1,
  arg2 
)
Returns
Instance of type float
     C++ signature :
         double Dot(Plane3D {lvalue},Point3D)
 
 
     C++ signature :
         double Dot(Plane3D {lvalue},Plane3D)
Note
Additional signature: Dot( (Plane3D)arg1, (Plane3D)arg2) -> float
def Plane3D.Plane3D.Intersection (   arg1,
  arg2,
  arg3 
)
Returns
Instance of type Point3D
     C++ signature :
         Point3D Intersection(Plane3D {lvalue},Point3D,Point3D)
 
 
     C++ signature :
         Line3D Intersection(Plane3D {lvalue},Plane3D)
 
 
     C++ signature :
         Point3D Intersection(Plane3D {lvalue},Line3D)
Note
Additional signature: Intersection( (Plane3D)arg1, (Plane3D)arg2) -> Line3D
Additional signature: Intersection( (Plane3D)arg1, (Line3D)arg2) -> Point3D
def Plane3D.Plane3D.Move (   arg1,
  arg2 
)
Returns
Instance of type float
     C++ signature :
         double Move(Plane3D {lvalue},double)
def Plane3D.Plane3D.Normal (   arg1)
Returns
Instance of type Point3D
     C++ signature :
         Point3D Normal(Plane3D {lvalue})
def Plane3D.Plane3D.Parallel (   arg1,
  arg2,
  arg3 
)
Returns
Instance of type bool
     C++ signature :
         bool Parallel(Plane3D {lvalue},Plane3D,double)
def Plane3D.Plane3D.PointInPlane (   arg1,
  arg2 
)
Returns
Instance of type bool
     C++ signature :
         bool PointInPlane(Plane3D {lvalue},Point3D)

Member Data Documentation

int Plane3D.Plane3D.__instance_size__ = 152
staticprivate