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

No documentation available. More...

Methods defined here:

def __add__
 Equivalent to x+y.
def __contains__
 Equivalent to y in x.
def __eq__
 Equivalent to x==y.
def __ge__
 Equivalent to x>=y.
def __getitem__
 Equivalent to x[y].
def __getslice__
 Equivalent to x[i:j].
def __gt__
 Equivalent to x>y.
def __hash__
 Equivalent to hash(x)
def __le__
 Equivalent to x<=y.
def __len__
 Equivalent to len(x)
def __lt__
 Equivalent to x<y.
def __mul__
 Equivalent to x*n.
def __ne__
 Equivalent to x!=y.
def __reduce__
def __repr__
 Equivalent to repr(x)
def __rmul__
 Equivalent to n*x.

Data descriptors defined here:

def x
def y
def z

Data and other attributes defined here:

int n_fields = 3
int n_sequence_fields = 3
int n_unnamed_fields = 0
def __new__

Detailed Description

No documentation available.

Member Function Documentation

def model.point3.__add__ (   y)

Equivalent to x+y.

def model.point3.__contains__ (   y)

Equivalent to y in x.

def model.point3.__eq__ (   y)

Equivalent to x==y.

def model.point3.__ge__ (   y)

Equivalent to x>=y.

def model.point3.__getitem__ (   y)

Equivalent to x[y].

def model.point3.__getslice__ (   i,
  j 
)

Equivalent to x[i:j].

 Use of negative indices is not supported.
def model.point3.__gt__ (   y)

Equivalent to x>y.

def model.point3.__hash__ (   args)

Equivalent to hash(x)

def model.point3.__le__ (   y)

Equivalent to x<=y.

def model.point3.__len__ (   args)

Equivalent to len(x)

def model.point3.__lt__ (   y)

Equivalent to x<y.

def model.point3.__mul__ (   n)

Equivalent to x*n.

def model.point3.__ne__ (   y)

Equivalent to x!=y.

def model.point3.__new__ (   args)
T.__new__(S, ...) -> a new object with type S, a subtype of T
 __new__ = <built-in method __new__ of type object>
def model.point3.__reduce__ (   args)
 __reduce__(args)
def model.point3.__repr__ (   args)

Equivalent to repr(x)

def model.point3.__rmul__ (   n)

Equivalent to n*x.

def model.point3.x (   args)
def model.point3.y (   args)
def model.point3.z (   args)

Member Data Documentation

int model.point3.n_fields = 3
static
int model.point3.n_sequence_fields = 3
static
int model.point3.n_unnamed_fields = 0
static