NX Open C++ Reference Guide
|
The displayed representation of a constraint, used for graphical display and to represent it in the Assembly Navigator. More...
Public Member Functions | |
NXOpen::Positioning::Constraint * | GetConstraint () |
Get the underlying Positioning::Constraint . | |
NXOpen::Part * | GetConstraintPart () |
Get the part containing the underlying Positioning::Constraint . | |
NXOpen::Assemblies::Component * | GetContextComponent () |
Get the component containing the underlying Positioning::Constraint . |
The displayed representation of a constraint, used for graphical display and to represent it in the Assembly Navigator.
Instances of Positioning::DisplayedConstraint are created whenever a Positioning::Constraint is created.
A Positioning::Constraint has an instance of Positioning::DisplayedConstraint in the same part as itself, but an instance of Positioning::DisplayedConstraint doesn't necessarily exist in the same part as the underlying Positioning::Constraint .
An instance of this class can be obtained from Positioning::Constraint::GetDisplayedConstraint .
Created in NX7.5.0.
Get the underlying Positioning::Constraint .
Note that this will be NULL if the underlying Positioning::Constraint is unloaded.
Get the part containing the underlying Positioning::Constraint .
Note that this will be NULL if the underlying Positioning::Constraint is unloaded.
Get the component containing the underlying Positioning::Constraint .
Note that this will be NULL if the underlying Positioning::Constraint is in the same part as the displayed constraint.