NX Open C++ Reference Guide
|
Represents the examine steel feature builder to examine steel feature. More...
Public Member Functions | |
void | DisplayInformation () |
Displays the Examining results in the information window. | |
void | Examine () |
Examines the selected objects. | |
NXOpen::Features::ShipDesign::ExamineSteelFeatureBuilderResult | GetCheckResult (NXOpen::Features::ShipDesign::ExamineSteelFeatureBuilderCheck check) |
Get the Examining status. | |
void | HighlightCheckResult (NXOpen::Features::ShipDesign::ExamineSteelFeatureBuilderCheck check, bool highlight) |
Highlights or unhighlights the geometries in graphic to display the check result. | |
NXOpen::SelectDisplayableObjectList * | SelectObject () |
Returns the Examining objects. | |
void | SetCheck (NXOpen::Features::ShipDesign::ExamineSteelFeatureBuilderCheck check, bool status) |
Set the flag to indicate whether or not to examine the specific object type. | |
![]() | |
NXOpen::NXObject * | Commit () |
Commits any edits that have been applied to the builder. | |
void | Destroy () |
Deletes the builder, and cleans up any objects created by the builder. | |
std::vector< NXOpen::NXObject * > | GetCommittedObjects () |
For builders that create more than one object, this method returns the objects that are created by commit. | |
NXOpen::NXObject * | GetObject () |
Returns the object currently being edited by this builder. | |
void | ShowResults () |
Updates the model to reflect the result of an edit to the model for all builders that support showing results. | |
virtual bool | Validate () |
Validate whether the inputs to the component are sufficient for commit to be called. | |
![]() | |
tag_t | GetTag () const |
<b>Deprecated</b>:<br> Use Tag instead. | |
tag_t | Tag () const |
Returns the tag of this object. | |
Represents the examine steel feature builder to examine steel feature.
To create a new instance of this class, use Features::ShipCollection::CreateExamineSteelFeatureBuilder
Created in NX9.0.0.
void NXOpen::Features::ShipDesign::ExamineSteelFeatureBuilder::DisplayInformation | ( | ) |
Displays the Examining results in the information window.
Created in NX9.0.0.
License requirements : nx_ship_basic ("Ship Basic Design") OR nx_ship_detail ("Ship Detail Design")
void NXOpen::Features::ShipDesign::ExamineSteelFeatureBuilder::Examine | ( | ) |
Examines the selected objects.
Created in NX9.0.0.
License requirements : nx_ship_basic ("Ship Basic Design") OR nx_ship_detail ("Ship Detail Design")
NXOpen::Features::ShipDesign::ExamineSteelFeatureBuilderResult NXOpen::Features::ShipDesign::ExamineSteelFeatureBuilder::GetCheckResult | ( | NXOpen::Features::ShipDesign::ExamineSteelFeatureBuilderCheck | check | ) |
Get the Examining status.
check | Type of Check |
void NXOpen::Features::ShipDesign::ExamineSteelFeatureBuilder::HighlightCheckResult | ( | NXOpen::Features::ShipDesign::ExamineSteelFeatureBuilderCheck | check, |
bool | highlight | ||
) |
Highlights or unhighlights the geometries in graphic to display the check result.
Created in NX9.0.0.
License requirements : nx_ship_detail ("Ship Detail Design") OR nx_ship_basic ("Ship Basic Design")
check | Type of Check |
highlight | highlight |
NXOpen::SelectDisplayableObjectList* NXOpen::Features::ShipDesign::ExamineSteelFeatureBuilder::SelectObject | ( | ) |
Returns the Examining objects.
Created in NX9.0.0.
License requirements : None
void NXOpen::Features::ShipDesign::ExamineSteelFeatureBuilder::SetCheck | ( | NXOpen::Features::ShipDesign::ExamineSteelFeatureBuilderCheck | check, |
bool | status | ||
) |
Set the flag to indicate whether or not to examine the specific object type.
Created in NX9.0.0.
License requirements : nx_ship_detail ("Ship Detail Design") OR nx_ship_basic ("Ship Basic Design")
check | Type of Check |
status | status |