PlaneSearchTermPlaneOverlapLogicType Enumeration

NXOpen.Assemblies.PlaneSearchTerm.PlaneOverlapLogicType is an alias for NXOpen.Assemblies.PlaneSearchTermPlaneOverlapLogicType

class NXOpen.Assemblies.PlaneSearchTermPlaneOverlapLogicType

Bases: object

Logic used to determine the type of inclusion used in a plane search term within a recipe.

Enum Members

Enum Member Enum Member Description
Above Include objects residing above the plane defined by this search term
Below Include objects residing below the plane defined by this search term
Intersects Include objects intersecting the plane defined by this search term
AboveOrIntersects Include objects residing above or intersecting the plane defined by this search term
BelowOrIntersects Include objects residing below or intersecting the plane defined by this search term
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.