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

No documentation available. More...

Data and other attributes defined here:

 XY_PLANE = CMU.AxisParallelPlane.XY_PLANE
 XZ_PLANE = CMU.AxisParallelPlane.XZ_PLANE
 YZ_PLANE = CMU.AxisParallelPlane.YZ_PLANE
dictionary names = {'XY_PLANE': CMU.AxisParallelPlane.XY_PLANE, 'XZ_PLANE': CMU.AxisParallelPlane.XZ_PLANE, 'YZ_PLANE': CMU.AxisParallelPlane.YZ_PLANE}
dictionary values = {0: CMU.AxisParallelPlane.XY_PLANE, 1: CMU.AxisParallelPlane.XZ_PLANE, 2: CMU.AxisParallelPlane.YZ_PLANE}

Methods inherited from Boost.Python.enum:

def __repr__
 Equivalent to repr(x)
def __str__
 Equivalent to str(x)

Data descriptors inherited from Boost.Python.enum:

def name

Methods inherited from __builtin__.int:

def __abs__
 Equivalent to abs(x)
def __add__
 Equivalent to x+y.
def __and__
 Equivalent to x&y.
def __cmp__
 Equivalent to cmp(x,y)
def __coerce__
 Equivalent to coerce(x, y)
def __div__
 Equivalent to x/y.
def __divmod__
 Equivalent to divmod(x, y)
def __float__
 Equivalent to float(x)
def __floordiv__
 Equivalent to x//y.
def __format__
def __getattribute__
 Equivalent to x.name.
def __getnewargs__
def __hash__
 Equivalent to hash(x)
def __hex__
 Equivalent to hex(x)
def __index__
 Equivalent to x[y.__index__():z.__index__()].
def __int__
 Equivalent to int(x)
def __invert__
 Equivalent to ~x.
def __long__
 Equivalent to long(x)
def __lshift__
 Equivalent to x<<y.
def __mod__
 Equivalent to xy.
def __mul__
 Equivalent to x*y.
def __neg__
 Equivalent to -x.
def __nonzero__
 Equivalent to x != 0.
def __oct__
 Equivalent to oct(x)
def __or__
 Equivalent to x|y.
def __pos__
 Equivalent to +x.
def __pow__
 Equivalent to pow(x, y[, z])
def __radd__
 Equivalent to y+x.
def __rand__
 Equivalent to y&x.
def __rdiv__
 Equivalent to y/x.
def __rdivmod__
 Equivalent to divmod(y, x)
def __rfloordiv__
 Equivalent to y//x.
def __rlshift__
 Equivalent to y<<x.
def __rmod__
 Equivalent to yx.
def __rmul__
 Equivalent to y*x.
def __ror__
 Equivalent to y|x.
def __rpow__
 Equivalent to pow(x, y[, z])
def __rrshift__
 Equivalent to y>>x.
def __rshift__
 Equivalent to x>>y.
def __rsub__
 Equivalent to y-x.
def __rtruediv__
 Equivalent to y/x.
def __rxor__
 Equivalent to y^x.
def __sub__
 Equivalent to x-y.
def __truediv__
 Equivalent to x/y.
def __trunc__
def __xor__
 Equivalent to x^y.
def bit_length
def conjugate

Data descriptors inherited from __builtin__.int:

def denominator
 the denominator of a rational number in lowest terms
def imag
 the imaginary part of a complex number
def numerator
 the numerator of a rational number in lowest terms
def real
 the real part of a complex number

Data and other attributes inherited from __builtin__.int:

def __new__

Detailed Description

No documentation available.

Method resolution order

AxisParallelPlane
Boost.Python.enum
builtin.int
builtin.object

Member Function Documentation

def CMU.AxisParallelPlane.__abs__ (   args)

Equivalent to abs(x)

def CMU.AxisParallelPlane.__add__ (   y)

Equivalent to x+y.

def CMU.AxisParallelPlane.__and__ (   y)

Equivalent to x&y.

def CMU.AxisParallelPlane.__cmp__ (   y)

Equivalent to cmp(x,y)

def CMU.AxisParallelPlane.__coerce__ (   y)

Equivalent to coerce(x, y)

def CMU.AxisParallelPlane.__div__ (   y)

Equivalent to x/y.

def CMU.AxisParallelPlane.__divmod__ (   y)

Equivalent to divmod(x, y)

def CMU.AxisParallelPlane.__float__ (   args)

Equivalent to float(x)

def CMU.AxisParallelPlane.__floordiv__ (   y)

Equivalent to x//y.

def CMU.AxisParallelPlane.__format__ (   args)
 __format__(args)
def CMU.AxisParallelPlane.__getattribute__ (   name)

Equivalent to x.name.

def CMU.AxisParallelPlane.__getnewargs__ (   args)
 __getnewargs__(args)
def CMU.AxisParallelPlane.__hash__ (   args)

Equivalent to hash(x)

def CMU.AxisParallelPlane.__hex__ (   args)

Equivalent to hex(x)

def CMU.AxisParallelPlane.__index__ (   args)

Equivalent to x[y.__index__():z.__index__()].

def CMU.AxisParallelPlane.__int__ (   args)

Equivalent to int(x)

def CMU.AxisParallelPlane.__invert__ (   args)

Equivalent to ~x.

def CMU.AxisParallelPlane.__long__ (   args)

Equivalent to long(x)

def CMU.AxisParallelPlane.__lshift__ (   y)

Equivalent to x<<y.

def CMU.AxisParallelPlane.__mod__ (   y)

Equivalent to xy.

def CMU.AxisParallelPlane.__mul__ (   y)

Equivalent to x*y.

def CMU.AxisParallelPlane.__neg__ (   args)

Equivalent to -x.

def CMU.AxisParallelPlane.__new__ (   args)
T.__new__(S, ...) -> a new object with type S, a subtype of T
 __new__ = <built-in method __new__ of type object>
def CMU.AxisParallelPlane.__nonzero__ (   args)

Equivalent to x != 0.

def CMU.AxisParallelPlane.__oct__ (   args)

Equivalent to oct(x)

def CMU.AxisParallelPlane.__or__ (   y)

Equivalent to x|y.

def CMU.AxisParallelPlane.__pos__ (   args)

Equivalent to +x.

def CMU.AxisParallelPlane.__pow__ (   y,
  z 
)

Equivalent to pow(x, y[, z])

def CMU.AxisParallelPlane.__radd__ (   y)

Equivalent to y+x.

def CMU.AxisParallelPlane.__rand__ (   y)

Equivalent to y&x.

def CMU.AxisParallelPlane.__rdiv__ (   y)

Equivalent to y/x.

def CMU.AxisParallelPlane.__rdivmod__ (   y)

Equivalent to divmod(y, x)

def CMU.AxisParallelPlane.__repr__ (   args)

Equivalent to repr(x)

def CMU.AxisParallelPlane.__rfloordiv__ (   y)

Equivalent to y//x.

def CMU.AxisParallelPlane.__rlshift__ (   y)

Equivalent to y<<x.

def CMU.AxisParallelPlane.__rmod__ (   y)

Equivalent to yx.

def CMU.AxisParallelPlane.__rmul__ (   y)

Equivalent to y*x.

def CMU.AxisParallelPlane.__ror__ (   y)

Equivalent to y|x.

def CMU.AxisParallelPlane.__rpow__ (   x,
  z 
)

Equivalent to pow(x, y[, z])

def CMU.AxisParallelPlane.__rrshift__ (   y)

Equivalent to y>>x.

def CMU.AxisParallelPlane.__rshift__ (   y)

Equivalent to x>>y.

def CMU.AxisParallelPlane.__rsub__ (   y)

Equivalent to y-x.

def CMU.AxisParallelPlane.__rtruediv__ (   y)

Equivalent to y/x.

def CMU.AxisParallelPlane.__rxor__ (   y)

Equivalent to y^x.

def CMU.AxisParallelPlane.__str__ (   args)

Equivalent to str(x)

def CMU.AxisParallelPlane.__sub__ (   y)

Equivalent to x-y.

def CMU.AxisParallelPlane.__truediv__ (   y)

Equivalent to x/y.

def CMU.AxisParallelPlane.__trunc__ (   args)
 Truncating an Integral returns itself.
def CMU.AxisParallelPlane.__xor__ (   y)

Equivalent to x^y.

def CMU.AxisParallelPlane.bit_length (   args)
Returns
Instance of type int
 Number of bits necessary to represent self in binary.
 >>> bin(37)
 '0b100101'
 >>> (37).bit_length()
 6
def CMU.AxisParallelPlane.conjugate (   args)
 Returns self, the complex conjugate of any int.
def CMU.AxisParallelPlane.denominator (   args)

the denominator of a rational number in lowest terms

def CMU.AxisParallelPlane.imag (   args)

the imaginary part of a complex number

def CMU.AxisParallelPlane.name (   args)
def CMU.AxisParallelPlane.numerator (   args)

the numerator of a rational number in lowest terms

def CMU.AxisParallelPlane.real (   args)

the real part of a complex number

Member Data Documentation

dictionary CMU.AxisParallelPlane.values = {0: CMU.AxisParallelPlane.XY_PLANE, 1: CMU.AxisParallelPlane.XZ_PLANE, 2: CMU.AxisParallelPlane.YZ_PLANE}
static
CMU.AxisParallelPlane.XY_PLANE = CMU.AxisParallelPlane.XY_PLANE
static
CMU.AxisParallelPlane.XZ_PLANE = CMU.AxisParallelPlane.XZ_PLANE
static
CMU.AxisParallelPlane.YZ_PLANE = CMU.AxisParallelPlane.YZ_PLANE
static