IObjComponent

This a python binding to the C++ class Mantid::Geometry::IObjComponent.

bases: mantid.geometry.IComponent

class mantid.geometry.IObjComponent
__init__()

Raises an exception This class cannot be instantiated from Python

getDistance((IComponent)arg1, (IComponent)arg2) → float :

Returns the distance, in metres, between this and the given component

getFullName((IComponent)arg1) → str :

Returns full path name of component

getName((IComponent)arg1) → str :

Returns the name of the component

getPos((IComponent)arg1) → V3D :

Returns the absolute position of the component

getRelativeRot((IComponent)arg1) → Quat :

Returns the relative rotation as a Quat

shape((IObjComponent)arg1) → Object :

Get the object that represents the physical shape of this component

type((IComponent)arg1) → str :

Returns the type of the component represented as a string