PointContainment Enumerator
Description
Types that define the nature of the relationship between a point and a containing entity.Defined in namespace "adsk::fusion" and the header file is <Fusion\FusionTypeDefs.h>
Methods
Name | Value | Description |
PointInsidePointContainment | 0 | The point lies inside. |
PointOnPointContainment | 1 | The point lies on the boundary. |
PointOutsidePointContainment | 2 | The point lies outside. |
UnknownPointContainment | 3 | The containment relationship is unknown. |