eFilletType
Canonical path: NemAll_Python_Geometry.eFilletType
Bases: Enum
Enumeration for the type of Fillet
FT_UNKNOWN : Unknown fillet type FT_LL_INTERSECTION_ON_LINE : Intersection of two lines is on line FT_LL_INTERSECTION_AT_THE_END : Intersection of two lines is at the end of lines FT_LL_INTERSECTION_OUT_OF_LINES: Intersection of two lines is out of lines FT_LL_PARALLEL_LINES : Intersection of two Lines are parallel FT_LC_TWO_INTERSECTION : Intersection of line and circle - two intersections FT_LC_ONE_INTERSECTION : Intersection of line and circle - one intersections FT_LC_NO_INTERSECTION : Intersection of line and circle - no intersections FT_CC_TWO_INTERSECTION : Intersection of two circles - two intersections FT_CC_ONE_INTERSECTION : Intersection of two circles - one intersections FT_CC_NO_INTERSECTION : Intersection of two circles - no intersections FT_CC_CONCETRIC : Concentric lines - no intersections FT_KK_KURVE_ELEMENTS : Intersection of two curve elements FT_KK_PARALLEL_KURVE_ELEMENTS : Intersection of two parallel curve elements