py3dframe.FrameTree.disconnect_frame#
- FrameTree.disconnect_frame(name, recursive=True)[source]#
Remove a Frame from the FrameTree.
The frame is removed from the FrameTree and its parent is set to None.
See also
FrameTree.connect_frame(): Add a frame to the FrameTree.Warning
The root frame (Canonical frame of \(\mathcal{R}^3\)) cannot be removed from the FrameTree.
- Parameters:
- Return type:
None