py3dframe.FrameTree.get_frame#

FrameTree.get_frame(name)[source]#

Get a Frame from the FrameTree by its name.

Parameters:

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

Returns:

The Frame object with the specified name.

Return type:

Frame