BoxSearchTermBoxOverlapLogicType Enumeration

NXOpen.Assemblies.BoxSearchTerm.BoxOverlapLogicType is an alias for NXOpen.Assemblies.BoxSearchTermBoxOverlapLogicType

class NXOpen.Assemblies.BoxSearchTermBoxOverlapLogicType

Bases: object

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

Enum Members

Enum Member Enum Member Description
Inside Include objects residing inside the box defined by this search term
Outside Include objects residing outside the box defined by this search term
Intersects Include objects that intersect the box defined by this search term
InsideOrIntersects Include objects residing inside or intersecting the box defined by this search term
OutsideOrIntersects Include objects residing outside or intersecting the box 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.