Specifies the plane type used for Leader Line Note PMI positioning.
This defines whether there is a referenced face/edge used in generating the plane positioning.
Defined in namespace "adsk::fusion" and the header file is <Fusion\FusionTypeDefs.h>
| Name | Value | Description |
| AxisCylinderAndConeLeaderLineNotePlaneType | 4 | Plane with normal vector along the axis of a cylindrical or conical face if the geometry selection is such a face. |
| NormalToCircularEdgeLeaderLineNotePlaneType | 3 | Plane with normal vector of the circular edge's normal vector if the geometry selection is a circular edge. |
| NormalToCustomFaceLeaderLineNotePlaneType | 2 | Plane with normal vector of a custom alternate face's normal vector. |
| NormalToFaceLeaderLineNotePlaneType | 1 | Plane with normal vector derived from planar faces adjacent to the selection. |
| PrincipalXYLeaderLineNotePlaneType | 5 | World XY principal plane. In the case of Leader Line Note on edge, the plane is transformed to include the line segment defined by the edge. |
| PrincipalYZLeaderLineNotePlaneType | 6 | World YZ principal plane. In the case of Leader Line Note on edge, the plane is transformed to include the line segment defined by the edge. |
| PrincipalZXLeaderLineNotePlaneType | 7 | World ZX principal plane. In the case of Leader Line Note on edge, the plane is transformed to include the line segment defined by the edge. |
| UnknownLeaderLineNotePlaneType | 0 | Unknown plane type. |