py3dframe.FrameTree.get_child_names# FrameTree.get_child_names(name)[source]# Get the names of the child frames of a specified frame in the FrameTree. Parameters: name (str) – The name of the frame whose child names to retrieve. Returns: A list of names of the child frames. Return type: List[str]