NX Open C++ Reference Guide
|
Represents a Select Feature block
Created in NX8.5.0.
More...
Public Member Functions | |
bool | AutomaticProgression () |
Returns the AutomaticProgression Created in NX8.5.0. | |
NXString | BalloonTooltipImage () |
Returns the BalloonTooltipImage Created in NX8.5.0. | |
NXString | BalloonTooltipLayoutAsString () |
Returns the BalloonTooltipLayout as string Created in NX8.5.0. | |
NXString | BalloonTooltipText () |
Returns the BalloonTooltipText Created in NX8.5.0. | |
bool | BlendVirtualCurveOverlay () |
Returns the BlendVirtualCurveOverlay. | |
NXString | Cue () |
Returns the Cue Created in NX8.5.0. | |
std::vector< NXString > | GetBalloonTooltipLayoutMembers () |
Gets the BalloonTooltipLayout members. | |
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 | SetBalloonTooltipImage (const NXString &imageString) |
Sets the BalloonTooltipImage Created in NX8.5.0. | |
void | SetBalloonTooltipImage (const char *imageString) |
Sets the BalloonTooltipImage Created in NX8.5.0. | |
void | SetBalloonTooltipLayoutAsString (const NXString &enumString) |
Sets the BalloonTooltipLayout as string Created in NX8.5.0. | |
void | SetBalloonTooltipLayoutAsString (const char *enumString) |
Sets the BalloonTooltipLayout as string Created in NX8.5.0. | |
void | SetBalloonTooltipText (const NXString &balloonTooltipText) |
Sets the BalloonTooltipText Created in NX8.5.0. | |
void | SetBalloonTooltipText (const char *balloonTooltipText) |
Sets the BalloonTooltipText Created in NX8.5.0. | |
void | SetBlendVirtualCurveOverlay (bool blendCurve) |
Sets the BlendVirtualCurveOverlay. | |
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 | 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. | |
void | SetToolTip (const NXString &toolTip) |
Sets the ToolTip Created in NX8.5.0. | |
void | SetToolTip (const char *toolTip) |
Sets the ToolTip Created in NX8.5.0. | |
NXString | StepStatusAsString () |
Returns the StepStatus as string Created in NX8.5.0. | |
NXString | ToolTip () |
Returns the ToolTip Created in NX8.5.0. | |
![]() | |
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. | |
![]() | |
tag_t | GetTag () const |
<b>Deprecated</b>:<br> Use Tag instead. | |
tag_t | Tag () const |
Returns the tag of this object. | |
Represents a Select Feature block
Created in NX8.5.0.
bool NXOpen::BlockStyler::SelectFeature::AutomaticProgression | ( | ) |
Returns the AutomaticProgression
Created in NX8.5.0.
License requirements : None
NXString NXOpen::BlockStyler::SelectFeature::BalloonTooltipImage | ( | ) |
Returns the BalloonTooltipImage
Created in NX8.5.0.
License requirements : None
NXString NXOpen::BlockStyler::SelectFeature::BalloonTooltipLayoutAsString | ( | ) |
Returns the BalloonTooltipLayout as string
Created in NX8.5.0.
License requirements : None
NXString NXOpen::BlockStyler::SelectFeature::BalloonTooltipText | ( | ) |
Returns the BalloonTooltipText
Created in NX8.5.0.
License requirements : None
bool NXOpen::BlockStyler::SelectFeature::BlendVirtualCurveOverlay | ( | ) |
Returns the BlendVirtualCurveOverlay.
If true, virtual curve is displayed during pre-selection.
Created in NX8.5.0.
License requirements : None
NXString NXOpen::BlockStyler::SelectFeature::Cue | ( | ) |
Returns the Cue
Created in NX8.5.0.
License requirements : None
std::vector<NXString> NXOpen::BlockStyler::SelectFeature::GetBalloonTooltipLayoutMembers | ( | ) |
Gets the BalloonTooltipLayout members.
std::vector<NXOpen::TaggedObject *> NXOpen::BlockStyler::SelectFeature::GetSelectedObjects | ( | ) |
Gets the SelectedObjects.
std::vector<NXString> NXOpen::BlockStyler::SelectFeature::GetSelectModeMembers | ( | ) |
Gets the SelectMode members.
std::vector<NXString> NXOpen::BlockStyler::SelectFeature::GetStepStatusMembers | ( | ) |
Gets the StepStatus members.
NXString NXOpen::BlockStyler::SelectFeature::LabelString | ( | ) |
Returns the LabelString
Created in NX8.5.0.
License requirements : None
NXString NXOpen::BlockStyler::SelectFeature::SelectModeAsString | ( | ) |
Returns the SelectMode as string
Created in NX8.5.0.
License requirements : None
void NXOpen::BlockStyler::SelectFeature::SetAutomaticProgression | ( | bool | automaticProgression | ) |
Sets the AutomaticProgression
Created in NX8.5.0.
License requirements : None
automaticProgression | automaticprogression |
void NXOpen::BlockStyler::SelectFeature::SetBalloonTooltipImage | ( | const NXString & | imageString | ) |
Sets the BalloonTooltipImage
Created in NX8.5.0.
License requirements : None
imageString | image string |
void NXOpen::BlockStyler::SelectFeature::SetBalloonTooltipImage | ( | const char * | imageString | ) |
Sets the BalloonTooltipImage
Created in NX8.5.0.
License requirements : None
imageString | image string |
void NXOpen::BlockStyler::SelectFeature::SetBalloonTooltipLayoutAsString | ( | const NXString & | enumString | ) |
Sets the BalloonTooltipLayout as string
Created in NX8.5.0.
License requirements : None
enumString | enumstring |
void NXOpen::BlockStyler::SelectFeature::SetBalloonTooltipLayoutAsString | ( | const char * | enumString | ) |
Sets the BalloonTooltipLayout as string
Created in NX8.5.0.
License requirements : None
enumString | enumstring |
void NXOpen::BlockStyler::SelectFeature::SetBalloonTooltipText | ( | const NXString & | balloonTooltipText | ) |
Sets the BalloonTooltipText
Created in NX8.5.0.
License requirements : None
balloonTooltipText | balloon tooltip text |
void NXOpen::BlockStyler::SelectFeature::SetBalloonTooltipText | ( | const char * | balloonTooltipText | ) |
Sets the BalloonTooltipText
Created in NX8.5.0.
License requirements : None
balloonTooltipText | balloon tooltip text |
void NXOpen::BlockStyler::SelectFeature::SetBlendVirtualCurveOverlay | ( | bool | blendCurve | ) |
Sets the BlendVirtualCurveOverlay.
If true, virtual curve is displayed during pre-selection.
Created in NX8.5.0.
License requirements : None
blendCurve | blendcurve |
void NXOpen::BlockStyler::SelectFeature::SetCue | ( | const NXString & | cue | ) |
Sets the Cue
Created in NX8.5.0.
License requirements : None
cue | cue |
void NXOpen::BlockStyler::SelectFeature::SetCue | ( | const char * | cue | ) |
Sets the Cue
Created in NX8.5.0.
License requirements : None
cue | cue |
void NXOpen::BlockStyler::SelectFeature::SetLabelString | ( | const NXString & | labelString | ) |
Sets the LabelString
Created in NX8.5.0.
License requirements : None
labelString | labelstring |
void NXOpen::BlockStyler::SelectFeature::SetLabelString | ( | const char * | labelString | ) |
Sets the LabelString
Created in NX8.5.0.
License requirements : None
labelString | labelstring |
void NXOpen::BlockStyler::SelectFeature::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::SelectFeature::SetSelectModeAsString | ( | const NXString & | enumString | ) |
Sets the SelectMode as string
Created in NX8.5.0.
License requirements : None
enumString | enumstring |
void NXOpen::BlockStyler::SelectFeature::SetSelectModeAsString | ( | const char * | enumString | ) |
Sets the SelectMode as string
Created in NX8.5.0.
License requirements : None
enumString | enumstring |
void NXOpen::BlockStyler::SelectFeature::SetStepStatusAsString | ( | const NXString & | enumString | ) |
Sets the StepStatus as string
Created in NX8.5.0.
License requirements : None
enumString | enumstring |
void NXOpen::BlockStyler::SelectFeature::SetStepStatusAsString | ( | const char * | enumString | ) |
Sets the StepStatus as string
Created in NX8.5.0.
License requirements : None
enumString | enumstring |
void NXOpen::BlockStyler::SelectFeature::SetToolTip | ( | const NXString & | toolTip | ) |
Sets the ToolTip
Created in NX8.5.0.
License requirements : None
toolTip | tooltip |
void NXOpen::BlockStyler::SelectFeature::SetToolTip | ( | const char * | toolTip | ) |
Sets the ToolTip
Created in NX8.5.0.
License requirements : None
toolTip | tooltip |
NXString NXOpen::BlockStyler::SelectFeature::StepStatusAsString | ( | ) |
Returns the StepStatus as string
Created in NX8.5.0.
License requirements : None
NXString NXOpen::BlockStyler::SelectFeature::ToolTip | ( | ) |
Returns the ToolTip
Created in NX8.5.0.
License requirements : None