Gui.AxisOrigin class. Class for creating a Coin3D representation of a coordinate system. getElementPicked(pickedPoint) -> str Returns the picked element name. pickedPoint : coin.SoPickedPoint getDetailPath(subname, path) -> coin.SoDetail or None Returns Coin detail of a subelement. Note: Not fully implemented. Currently only returns None. subname : str String reference to the subelement. path: coin.SoPath Output Coin path leading to the returned element detail. Get/set the axis length. Get/set the axis line width for rendering. Get/set the origin point size for rendering. Get/set auto scaling factor, 0 to disable. Get/set axis plane size and distance to axis line. Get/set axis component names as a dictionary. Available keys are: 'O': origin 'X': x axis 'Y': y axis 'Z': z axis 'XY': xy plane 'XZ': xz plane 'YZ': yz plane Get the Coin3D node.