Base class of all geometry objects. More...
Public Member Functions | |
def | __init__ (self, r) |
possible calls: More... | |
def | diameter (self) |
def | radius (self) |
![]() | |
def | geometryType (self) |
Static Public Member Functions | |
def | dimension (arg1) |
def | maxSearchDistance2D (arg1) |
def | maxSearchDistance3D (arg1) |
def | type (arg1) |
Base class of all geometry objects.
def __init__ | ( | self, | |
r | |||
) |
possible calls:
self | (type: object) self pointer |
r | (type: object | RangeType) mandatory parameter |
Reimplemented in QuerySphere.
def diameter | ( | self | ) |
self | (type: QueryCircle) self pointer |
Reimplemented in QuerySphere.
|
static |
arg1 | (type: QueryBase) mandatory parameter |
Reimplemented from QueryBase.
Reimplemented in QueryCylinder, and QuerySphere.
|
static |
arg1 | (type: QueryBase) mandatory parameter |
Reimplemented from QueryBase.
Reimplemented in QueryCylinder, and QuerySphere.
|
static |
arg1 | (type: QueryBase) mandatory parameter |
Reimplemented from QueryBase.
Reimplemented in QueryCylinder, and QuerySphere.
def radius | ( | self | ) |
self | (type: QueryCircle) self pointer |
Reimplemented in QuerySphere.
|
static |
arg1 | (type: QueryBase) mandatory parameter |
Reimplemented from QueryBase.
Reimplemented in QueryCylinder, and QuerySphere.