DesignRuleViolationCollectionMode Enumeration

NXOpen.Routing.DesignRuleViolationCollection.Mode is an alias for NXOpen.Routing.DesignRuleViolationCollectionMode

class NXOpen.Routing.DesignRuleViolationCollectionMode

Bases: object

Design Rule Mode

Enum Members

Enum Member Enum Member Description
Concurrent Executes design rules on all concurrently logged objects. Use LogConcurrent method on NXOpen.Routing.RouteManager to concurrently logged objects and GetConcurrent method to get all the concurrent objects
Interactive Execute design rules during next interactive check
Batch Executes design rules in a batch process
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.