NX Open C++ Reference Guide
|
Contains all of the various preferences for option and required characteristics. More...
Public Member Functions | |
NXOpen::Routing::CharacteristicList * | GetComponentCharacteristicValues () |
Get the latest stored component characterstics values specified in the Specify Item dialog or in Edit Characteristics. | |
std::vector < NXOpen::Routing::CharacteristicList::CharacteristicInformation > | GetComponentOptionalCharacteristics () |
Get the set of optional characteristics to apply to Assemblies::Component objects when placing parts. | |
std::vector < NXOpen::Routing::CharacteristicList::CharacteristicInformation > | GetComponentRequiredCharacteristics () |
Get the set of required characteristics to apply to Assemblies::Component objects when placing parts. | |
NXOpen::Routing::CharacteristicList * | GetDefaultElbowCharacteristicValues () |
Get the latest stored characterstics values specified for default elbows in the Specify Item dialog. | |
std::vector < NXOpen::Routing::CharacteristicList::CharacteristicInformation > | GetDestintationCharacteristics () |
Get the set of characteristics read from objects during placement object selection in the Specify Item dialog. | |
NXOpen::Routing::CharacteristicList * | GetStockCharacteristicValues () |
Get the latest stored stock characterstics values specified in the Specify Item dialog or in Edit Characteristics. | |
std::vector < NXOpen::Routing::CharacteristicList::CharacteristicInformation > | GetStockOptionalCharacteristics () |
Get the set of optional characteristics to apply to Routing::Stock objects when assinging stock. | |
std::vector < NXOpen::Routing::CharacteristicList::CharacteristicInformation > | GetStockRequiredCharacteristics () |
Get the set of required characteristics to apply to Routing::Stock objects when assinging stock. | |
tag_t | Tag () const |
Returns the tag of this object. | |
void | UpdateComponentCharacteristicValues (NXOpen::Routing::CharacteristicList *values) |
Replaces any stored component characteristics with the input values, adds any new values in the input list. | |
void | UpdateDefaultElbowCharacteristicValues (NXOpen::Routing::CharacteristicList *values) |
Replaces any stored default elbow characteristics with the input values, adds any new values in the input list. | |
void | UpdateStockCharacteristicValues (NXOpen::Routing::CharacteristicList *values) |
Replaces any stored stock characteristics with the input values, adds any new values in the input list. | |
Contains all of the various preferences for option and required characteristics.
Optional and Required characteristics are specified in the Discipline section of the application view file. Changing the current discipline modifies the set of optional and required characteristics.
To obtain an instance of this class, refer to Preferences::RoutingApplicationView
Created in NX4.0.0.
NXOpen::Routing::CharacteristicList* NXOpen::Preferences::RoutingCharacteristics::GetComponentCharacteristicValues | ( | ) |
Get the latest stored component characterstics values specified in the Specify Item dialog or in Edit Characteristics.
std::vector<NXOpen::Routing::CharacteristicList::CharacteristicInformation> NXOpen::Preferences::RoutingCharacteristics::GetComponentOptionalCharacteristics | ( | ) |
Get the set of optional characteristics to apply to Assemblies::Component objects when placing parts.
std::vector<NXOpen::Routing::CharacteristicList::CharacteristicInformation> NXOpen::Preferences::RoutingCharacteristics::GetComponentRequiredCharacteristics | ( | ) |
Get the set of required characteristics to apply to Assemblies::Component objects when placing parts.
NXOpen::Routing::CharacteristicList* NXOpen::Preferences::RoutingCharacteristics::GetDefaultElbowCharacteristicValues | ( | ) |
Get the latest stored characterstics values specified for default elbows in the Specify Item dialog.
std::vector<NXOpen::Routing::CharacteristicList::CharacteristicInformation> NXOpen::Preferences::RoutingCharacteristics::GetDestintationCharacteristics | ( | ) |
Get the set of characteristics read from objects during placement object selection in the Specify Item dialog.
Destination characteristics are discipline specific.
NXOpen::Routing::CharacteristicList* NXOpen::Preferences::RoutingCharacteristics::GetStockCharacteristicValues | ( | ) |
Get the latest stored stock characterstics values specified in the Specify Item dialog or in Edit Characteristics.
std::vector<NXOpen::Routing::CharacteristicList::CharacteristicInformation> NXOpen::Preferences::RoutingCharacteristics::GetStockOptionalCharacteristics | ( | ) |
Get the set of optional characteristics to apply to Routing::Stock objects when assinging stock.
std::vector<NXOpen::Routing::CharacteristicList::CharacteristicInformation> NXOpen::Preferences::RoutingCharacteristics::GetStockRequiredCharacteristics | ( | ) |
Get the set of required characteristics to apply to Routing::Stock objects when assinging stock.
tag_t NXOpen::Preferences::RoutingCharacteristics::Tag | ( | ) | const |
Returns the tag of this object.
void NXOpen::Preferences::RoutingCharacteristics::UpdateComponentCharacteristicValues | ( | NXOpen::Routing::CharacteristicList * | values | ) |
Replaces any stored component characteristics with the input values, adds any new values in the input list.
Doesn't delete any stored component characteristics.
Created in NX4.0.0.
License requirements : routing_base ("Routing Basic")
values | values |
void NXOpen::Preferences::RoutingCharacteristics::UpdateDefaultElbowCharacteristicValues | ( | NXOpen::Routing::CharacteristicList * | values | ) |
Replaces any stored default elbow characteristics with the input values, adds any new values in the input list.
Doesn't delete any stored default elbow characteristics.
Created in NX4.0.0.
License requirements : routing_base ("Routing Basic")
values | values |
void NXOpen::Preferences::RoutingCharacteristics::UpdateStockCharacteristicValues | ( | NXOpen::Routing::CharacteristicList * | values | ) |
Replaces any stored stock characteristics with the input values, adds any new values in the input list.
Doesn't delete any stored stock characteristics.
Created in NX4.0.0.
License requirements : routing_base ("Routing Basic")
values | values |