.. _PathPoint: ================================================ PathPoint ================================================ Description ----------- Information about an array of path point info objects. You do not use the path point object to create points that make up a path. Rather, you use the path point object to retrieve information about the points that describe path segments. To create path points, use the path point info object. Properties ^^^^^^^^^^ +----------------------------------------------------------+-----------------------------------------------------------------+ | :ref:`anchor` readonly | The position (coordinates) of the anchor point. | +----------------------------------------------------------+-----------------------------------------------------------------+ | :ref:`kind` readonly | The type of point. | +----------------------------------------------------------+-----------------------------------------------------------------+ | :ref:`leftDirection` readonly | The location of the left direction point (the "in" position). | +----------------------------------------------------------+-----------------------------------------------------------------+ | :ref:`parent` readonly | The object's container. | +----------------------------------------------------------+-----------------------------------------------------------------+ | :ref:`rightDirection` readonly | The location of the right direction point (the "out" position). | +----------------------------------------------------------+-----------------------------------------------------------------+ | :ref:`typename` readonly | The class name of the object. | +----------------------------------------------------------+-----------------------------------------------------------------+ .. container:: hide .. toctree:: :hidden: :maxdepth: 1 PathPoint/parent.rst PathPoint/typename.rst PathPoint/anchor.rst PathPoint/leftDirection.rst PathPoint/rightDirection.rst PathPoint/kind.rst