.. _SubPathItem: ================================================ SubPathItem ================================================ Description ----------- Information about a path. You do not use the sub path item object to create a path. Rather, you create path segments using the sub path info object. Use the sub path item object to retrieve information about a path. All properties are read-only. Properties ^^^^^^^^^^ +----------------------------------------------------+---------------------------------------------+ | :ref:`closed` readonly | If true, the path is closed. | +----------------------------------------------------+---------------------------------------------+ | :ref:`operation` readonly | The sub path operation on other sub paths. | +----------------------------------------------------+---------------------------------------------+ | :ref:`parent` readonly | The object's container. | +----------------------------------------------------+---------------------------------------------+ | :ref:`pathPoints` readonly | The path points collection in the sub path. | +----------------------------------------------------+---------------------------------------------+ | :ref:`typename` readonly | The class name of the object. | +----------------------------------------------------+---------------------------------------------+ .. container:: hide .. toctree:: :hidden: :maxdepth: 1 SubPathItem/parent.rst SubPathItem/typename.rst SubPathItem/closed.rst SubPathItem/operation.rst SubPathItem/pathPoints.rst