NX Open C++ Reference Guide
|
The RoutingLogical object stores a set of route logical preferences. More...
Public Types | |
enum | FlowArrowEnumType { FlowArrowEnumTypeOpen, FlowArrowEnumTypeClosed, FlowArrowEnumTypeFilled } |
How to create terminal segments (if creating terminal segments). More... | |
Public Member Functions | |
double | FlowArrowParameterA () |
Returns the application view flow arrow parameter A Created in NX4.0.0. | |
double | FlowArrowParameterB () |
Returns the application view flow arrow parameter B Created in NX4.0.0. | |
NXOpen::Preferences::RoutingLogical::FlowArrowEnumType | FlowArrowType () |
Returns the application view flow arrow type Created in NX4.0.0. | |
void | SetFlowArrowParameterA (double flowArrowParameterA) |
Sets the application view flow arrow parameter A Created in NX4.0.0. | |
void | SetFlowArrowParameterB (double flowArrowParameterB) |
Sets the application view flow arrow parameter B Created in NX4.0.0. | |
void | SetFlowArrowType (NXOpen::Preferences::RoutingLogical::FlowArrowEnumType flowArrowType) |
Sets the application view flow arrow type Created in NX4.0.0. | |
tag_t | Tag () const |
Returns the tag of this object. | |
The RoutingLogical object stores a set of route logical preferences.
To obtain an instance of this class, refer to Preferences::RoutingApplicationView
Created in NX4.0.0.
double NXOpen::Preferences::RoutingLogical::FlowArrowParameterA | ( | ) |
Returns the application view flow arrow parameter A
Created in NX4.0.0.
License requirements : routing_pid ("Routing PID")
double NXOpen::Preferences::RoutingLogical::FlowArrowParameterB | ( | ) |
Returns the application view flow arrow parameter B
Created in NX4.0.0.
License requirements : routing_pid ("Routing PID")
NXOpen::Preferences::RoutingLogical::FlowArrowEnumType NXOpen::Preferences::RoutingLogical::FlowArrowType | ( | ) |
Returns the application view flow arrow type
Created in NX4.0.0.
License requirements : routing_pid ("Routing PID")
void NXOpen::Preferences::RoutingLogical::SetFlowArrowParameterA | ( | double | flowArrowParameterA | ) |
Sets the application view flow arrow parameter A
Created in NX4.0.0.
License requirements : routing_pid ("Routing PID")
flowArrowParameterA | flow arrow parameter a |
void NXOpen::Preferences::RoutingLogical::SetFlowArrowParameterB | ( | double | flowArrowParameterB | ) |
Sets the application view flow arrow parameter B
Created in NX4.0.0.
License requirements : routing_pid ("Routing PID")
flowArrowParameterB | flow arrow parameter b |
void NXOpen::Preferences::RoutingLogical::SetFlowArrowType | ( | NXOpen::Preferences::RoutingLogical::FlowArrowEnumType | flowArrowType | ) |
Sets the application view flow arrow type
Created in NX4.0.0.
License requirements : routing_pid ("Routing PID")
flowArrowType | flow arrow type |
tag_t NXOpen::Preferences::RoutingLogical::Tag | ( | ) | const |
Returns the tag of this object.