|
NX Open C++ Reference Guide
|
Represents a Select Node block
Created in NX8.5.0.
More...
Public Member Functions | |
| bool | AutomaticProgression () |
| Returns the AutomaticProgression Created in NX8.5.0. | |
| NXString | Bitmap () |
| Returns the Bitmap Created in NX8.5.0. | |
| NXString | Cue () |
| Returns the Cue Created in NX8.5.0. | |
| std::vector < NXOpen::TaggedObject * > | GetSelectedObjects () |
| Gets the SelectedObjects. | |
| std::vector< NXString > | GetSelectModeMembers () |
| Gets the SelectMode members. | |
| std::vector< NXString > | GetStepStatusMembers () |
| Gets the StepStatus members. | |
| NXString | LabelString () |
| Returns the LabelString Created in NX8.5.0. | |
| NXString | SelectModeAsString () |
| Returns the SelectMode as string Created in NX8.5.0. | |
| void | SetAutomaticProgression (bool automaticProgression) |
| Sets the AutomaticProgression Created in NX8.5.0. | |
| void | SetBitmap (const NXString &bitmapString) |
| Sets the Bitmap Created in NX8.5.0. | |
| void | SetBitmap (const char *bitmapString) |
| Sets the Bitmap Created in NX8.5.0. | |
| void | SetCue (const NXString &cue) |
| Sets the Cue Created in NX8.5.0. | |
| void | SetCue (const char *cue) |
| Sets the Cue Created in NX8.5.0. | |
| void | SetLabelString (const NXString &labelString) |
| Sets the LabelString Created in NX8.5.0. | |
| void | SetLabelString (const char *labelString) |
| Sets the LabelString Created in NX8.5.0. | |
| void | SetSelectedObjects (const std::vector< NXOpen::TaggedObject * > &objectVector) |
| Sets the SelectedObjects Created in NX8.5.0. | |
| void | SetSelectModeAsString (const NXString &enumString) |
| Sets the SelectMode as string Created in NX8.5.0. | |
| void | SetSelectModeAsString (const char *enumString) |
| Sets the SelectMode as string Created in NX8.5.0. | |
| void | SetShowSelection (bool showSelection) |
| Sets the Show Selection. | |
| void | SetStepStatusAsString (const NXString &enumString) |
| Sets the StepStatus as string Created in NX8.5.0. | |
| void | SetStepStatusAsString (const char *enumString) |
| Sets the StepStatus as string Created in NX8.5.0. | |
| bool | ShowSelection () |
| Returns the Show Selection. | |
| NXString | StepStatusAsString () |
| Returns the StepStatus as string Created in NX8.5.0. | |
Public Member Functions inherited from NXOpen::BlockStyler::UIBlock | |
| bool | Enable () |
| Returns the Enable. | |
| bool | Expanded () |
| Returns the Expanded Created in NX8.5.0. | |
| void | Focus () |
| Focuses on the block. | |
| NXOpen::BlockStyler::PropertyList * | GetProperties () |
| Returns the properties of the block. | |
| bool | Group () |
| Returns the Group Created in NX8.5.0. | |
| NXString | Label () |
| Returns the Label Created in NX8.5.0. | |
| NXString | Name () |
| Returns the name of the block or BlockID Created in NX6.0.0. | |
| void | SetEnable (bool enable) |
| Sets the Enable. | |
| void | SetExpanded (bool expanded) |
| Sets the Expanded Created in NX8.5.0. | |
| void | SetGroup (bool group) |
| Sets the Group Created in NX8.5.0. | |
| void | SetLabel (const NXString &label) |
| Sets the Label Created in NX8.5.0. | |
| void | SetLabel (const char *label) |
| Sets the Label Created in NX8.5.0. | |
| void | SetShow (bool show) |
| Sets the Visibility of block. | |
| bool | Show () |
| Returns the Visibility of block. | |
| NXString | Type () |
| Returns the type of block Created in NX6.0.0. | |
Public Member Functions inherited from NXOpen::TaggedObject | |
| tag_t | GetTag () const |
<b>Deprecated</b>:<br> Use Tag instead. | |
| tag_t | Tag () const |
| Returns the tag of this object. | |
Represents a Select Node block
Created in NX8.5.0.
| bool NXOpen::BlockStyler::SelectNode::AutomaticProgression | ( | ) |
Returns the AutomaticProgression
Created in NX8.5.0.
License requirements : None
| NXString NXOpen::BlockStyler::SelectNode::Bitmap | ( | ) |
Returns the Bitmap
Created in NX8.5.0.
License requirements : None
| NXString NXOpen::BlockStyler::SelectNode::Cue | ( | ) |
Returns the Cue
Created in NX8.5.0.
License requirements : None
| std::vector<NXOpen::TaggedObject *> NXOpen::BlockStyler::SelectNode::GetSelectedObjects | ( | ) |
Gets the SelectedObjects.
| std::vector<NXString> NXOpen::BlockStyler::SelectNode::GetSelectModeMembers | ( | ) |
Gets the SelectMode members.
| std::vector<NXString> NXOpen::BlockStyler::SelectNode::GetStepStatusMembers | ( | ) |
Gets the StepStatus members.
| NXString NXOpen::BlockStyler::SelectNode::LabelString | ( | ) |
Returns the LabelString
Created in NX8.5.0.
License requirements : None
| NXString NXOpen::BlockStyler::SelectNode::SelectModeAsString | ( | ) |
Returns the SelectMode as string
Created in NX8.5.0.
License requirements : None
| void NXOpen::BlockStyler::SelectNode::SetAutomaticProgression | ( | bool | automaticProgression | ) |
Sets the AutomaticProgression
Created in NX8.5.0.
License requirements : None
| automaticProgression | automaticprogression |
| void NXOpen::BlockStyler::SelectNode::SetBitmap | ( | const NXString & | bitmapString | ) |
Sets the Bitmap
Created in NX8.5.0.
License requirements : None
| bitmapString | bitmap string |
| void NXOpen::BlockStyler::SelectNode::SetBitmap | ( | const char * | bitmapString | ) |
Sets the Bitmap
Created in NX8.5.0.
License requirements : None
| bitmapString | bitmap string |
| void NXOpen::BlockStyler::SelectNode::SetCue | ( | const NXString & | cue | ) |
Sets the Cue
Created in NX8.5.0.
License requirements : None
| cue | cue |
| void NXOpen::BlockStyler::SelectNode::SetCue | ( | const char * | cue | ) |
Sets the Cue
Created in NX8.5.0.
License requirements : None
| cue | cue |
| void NXOpen::BlockStyler::SelectNode::SetLabelString | ( | const NXString & | labelString | ) |
Sets the LabelString
Created in NX8.5.0.
License requirements : None
| labelString | labelstring |
| void NXOpen::BlockStyler::SelectNode::SetLabelString | ( | const char * | labelString | ) |
Sets the LabelString
Created in NX8.5.0.
License requirements : None
| labelString | labelstring |
| void NXOpen::BlockStyler::SelectNode::SetSelectedObjects | ( | const std::vector< NXOpen::TaggedObject * > & | objectVector | ) |
Sets the SelectedObjects
Created in NX8.5.0.
License requirements : None
| objectVector | Value to set for the property |
| void NXOpen::BlockStyler::SelectNode::SetSelectModeAsString | ( | const NXString & | enumString | ) |
Sets the SelectMode as string
Created in NX8.5.0.
License requirements : None
| enumString | enumstring |
| void NXOpen::BlockStyler::SelectNode::SetSelectModeAsString | ( | const char * | enumString | ) |
Sets the SelectMode as string
Created in NX8.5.0.
License requirements : None
| enumString | enumstring |
| void NXOpen::BlockStyler::SelectNode::SetShowSelection | ( | bool | showSelection | ) |
Sets the Show Selection.
If true,the graphical selection part of this block is shown.
Created in NX8.5.0.
License requirements : None
| showSelection | showselection |
| void NXOpen::BlockStyler::SelectNode::SetStepStatusAsString | ( | const NXString & | enumString | ) |
Sets the StepStatus as string
Created in NX8.5.0.
License requirements : None
| enumString | enumstring |
| void NXOpen::BlockStyler::SelectNode::SetStepStatusAsString | ( | const char * | enumString | ) |
Sets the StepStatus as string
Created in NX8.5.0.
License requirements : None
| enumString | enumstring |
| bool NXOpen::BlockStyler::SelectNode::ShowSelection | ( | ) |
Returns the Show Selection.
If true,the graphical selection part of this block is shown.
Created in NX8.5.0.
License requirements : None
| NXString NXOpen::BlockStyler::SelectNode::StepStatusAsString | ( | ) |
Returns the StepStatus as string
Created in NX8.5.0.
License requirements : None