NX Open C++ Reference Guide
|
Represents Routing::DesignRule object
Creator not available in KF.
More...
Public Member Functions | |
void | AddViolations (const std::vector< NXOpen::Routing::DesignRuleViolation * > &violations) |
Violation are added to the design rule Created in NX4.0.2. | |
NXString | Application () |
Returns the application of the design rule that it belongs to is returned Created in NX4.0.2. | |
NXString | Description () |
Returns the description of the design rule is returned Created in NX4.0.2. | |
NXString | Drname () |
Returns the name of the design rule is returned Created in NX4.0.2. | |
std::vector < NXOpen::Routing::DesignRuleViolation * > | GetViolations () |
Violation of the design rule are returned. |
Represents Routing::DesignRule object
Creator not available in KF.
Created in NX4.0.2.
void NXOpen::Routing::DesignRule::AddViolations | ( | const std::vector< NXOpen::Routing::DesignRuleViolation * > & | violations | ) |
Violation are added to the design rule
Created in NX4.0.2.
License requirements : routing_combined ("Routing Combined") OR routing_electrical ("Routing Electrical") OR routing_mechanical ("Routing Mechanical")
violations | violations |
Returns the application of the design rule that it belongs to is returned
Created in NX4.0.2.
License requirements : routing_combined ("Routing Combined") OR routing_electrical ("Routing Electrical") OR routing_mechanical ("Routing Mechanical")
Returns the description of the design rule is returned
Created in NX4.0.2.
License requirements : routing_combined ("Routing Combined") OR routing_electrical ("Routing Electrical") OR routing_mechanical ("Routing Mechanical")
Returns the name of the design rule is returned
Created in NX4.0.2.
License requirements : routing_combined ("Routing Combined") OR routing_electrical ("Routing Electrical") OR routing_mechanical ("Routing Mechanical")
std::vector<NXOpen::Routing::DesignRuleViolation *> NXOpen::Routing::DesignRule::GetViolations | ( | ) |
Violation of the design rule are returned.