py3dframe.FrameTree.get_parent_name#

FrameTree.get_parent_name(name)[source]#

Get the name of the parent frame of a specified frame in the FrameTree.

Parameters:

name (str) – The name of the frame whose parent name to retrieve.

Returns:

The name of the parent frame, or None if the frame is the root frame.

Return type:

Optional[str]