RoutingLogical Class¶
-
class
NXOpen.Preferences.RoutingLogical¶ Bases:
objectThe RoutingLogical object stores a set of route logical preferences.
To obtain an instance of this class, refer to
NXOpen.Preferences.RoutingApplicationViewNew 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
FlowArrowParameterAReturns: Return type: float New in version NX4.0.0.
License requirements: routing_pid (“Routing PID”)
-------------------------------------Setter Method
Signature
FlowArrowParameterAParameters: 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
FlowArrowParameterBReturns: Return type: float New in version NX4.0.0.
License requirements: routing_pid (“Routing PID”)
-------------------------------------Setter Method
Signature
FlowArrowParameterBParameters: 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
FlowArrowTypeReturns: Return type: NXOpen.Preferences.RoutingLogicalFlowArrowEnumTypeNew in version NX4.0.0.
License requirements: routing_pid (“Routing PID”)
-------------------------------------Setter Method
Signature
FlowArrowTypeParameters: flowArrowType ( NXOpen.Preferences.RoutingLogicalFlowArrowEnumType) –New in version NX4.0.0.
License requirements: routing_pid (“Routing PID”)