RoutingLogical Class

class NXOpen.Preferences.RoutingLogical

Bases: object

The RoutingLogical object stores a set of route logical preferences.

To obtain an instance of this class, refer to NXOpen.Preferences.RoutingApplicationView

New in version NX4.0.0.

Properties

Property Description
FlowArrowParameterA Returns or sets the application view flow arrow parameter A
FlowArrowParameterB Returns or sets the application view flow arrow parameter B
FlowArrowType Returns or sets the application view flow arrow type

Methods

Enumerations

RoutingLogicalFlowArrowEnumType Enumeration How to create terminal segments (if creating terminal segments).

Property Detail

FlowArrowParameterA

RoutingLogical.FlowArrowParameterA

Returns or sets the application view flow arrow parameter A

-------------------------------------

Getter Method

Signature FlowArrowParameterA

Returns:
Return type:float

New in version NX4.0.0.

License requirements: routing_pid (“Routing PID”)

-------------------------------------

Setter Method

Signature FlowArrowParameterA

Parameters:flowArrowParameterA (float) –

New in version NX4.0.0.

License requirements: routing_pid (“Routing PID”)

FlowArrowParameterB

RoutingLogical.FlowArrowParameterB

Returns or sets the application view flow arrow parameter B

-------------------------------------

Getter Method

Signature FlowArrowParameterB

Returns:
Return type:float

New in version NX4.0.0.

License requirements: routing_pid (“Routing PID”)

-------------------------------------

Setter Method

Signature FlowArrowParameterB

Parameters:flowArrowParameterB (float) –

New in version NX4.0.0.

License requirements: routing_pid (“Routing PID”)

FlowArrowType

RoutingLogical.FlowArrowType

Returns or sets the application view flow arrow type

-------------------------------------

Getter Method

Signature FlowArrowType

Returns:
Return type:NXOpen.Preferences.RoutingLogicalFlowArrowEnumType

New in version NX4.0.0.

License requirements: routing_pid (“Routing PID”)

-------------------------------------

Setter Method

Signature FlowArrowType

Parameters:flowArrowType (NXOpen.Preferences.RoutingLogicalFlowArrowEnumType) –

New in version NX4.0.0.

License requirements: routing_pid (“Routing PID”)