InspectionPatternFeatureBuilderFeatureFilterTypes Enumeration

NXOpen.CAM.InspectionPatternFeatureBuilder.FeatureFilterTypes is an alias for NXOpen.CAM.InspectionPatternFeatureBuilderFeatureFilterTypes

class NXOpen.CAM.InspectionPatternFeatureBuilderFeatureFilterTypes

Bases: object

Filter for the list of available inspection features for inclusion in the pattern.

Enum Members

Enum Member Enum Member Description
NotSet All inspection features will be listed
Points Only point inspection features will be listed
Lines Only line inspection features will be listed
Planes Only plane inspection features will be listed
Curves Only curve inspection features will be listed
Holes Only inner circle, cylinder, and cone inspection features will be listed
Pins Only outer circle, cylinder, and cone inspection features will be listed
Spheres Only sphere inspection features will be listed
Surfaces Only surface inspection features will be listed
ValueOf()

Returns enum member equivalent to the value passed. Useful for bit operations of enum members.

Signature ValueOf(value)

Parameters:value – Any integer value or bit operation result of enum members:type value: int:returns: Enum member equivalent to the value passed.
Return type:Enum Member type.

New in version NX9.0.1.

License requirements: None.