MechanicalRoutingSubsetBuilderSurroundingDataRecipeMethod Enumeration

NXOpen.Assemblies.MechanicalRoutingSubsetBuilder.SurroundingDataRecipeMethod is an alias for NXOpen.Assemblies.MechanicalRoutingSubsetBuilderSurroundingDataRecipeMethod

class NXOpen.Assemblies.MechanicalRoutingSubsetBuilderSurroundingDataRecipeMethod

Bases: object

Represents the method to use to determine the surrounding data corresponding to the routing design content that has been loaded. 1. None : No surrounding data to be loaded. 2. ProximityRoutingContent : This means surrounding data for the runs, this is related to the DE’s that are in proximity to the DEs constituting the run. 3. Manual: An empty Surrounding Object Subset will be created

Enum Members

Enum Member Enum Member Description
NotSet
ProximitytoRoutingContent
Manual
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.