|
NX Open C++ Reference Guide
|
Represents a Specify Axis block
Created in NX8.5.0.
More...
Public Member Functions | |
| NXString | BalloonTooltipLayoutAsString () |
| Returns the BalloonTooltipLayout as string Created in NX8.5.0. | |
| NXString | BalloonTooltipPointImage () |
| Returns the BalloonTooltipPointImage Created in NX8.5.0. | |
| NXString | BalloonTooltipPointText () |
| Returns the BalloonTooltipPointText Created in NX8.5.0. | |
| NXString | BalloonTooltipVectorImage () |
| Returns the BalloonTooltipVectorImage Created in NX8.5.0. | |
| NXString | BalloonTooltipVectorText () |
| Returns the BalloonTooltipVectorText Created in NX8.5.0. | |
| std::vector< NXString > | GetBalloonTooltipLayoutMembers () |
| Gets the BalloonTooltipLayout members. | |
| std::vector < NXOpen::TaggedObject * > | GetSelectedObjects () |
| Gets the SelectedObjects. | |
| std::vector< NXString > | GetStepStatusMembers () |
| Gets the StepStatus members. | |
| 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 | SetBalloonTooltipPointImage (const NXString &imageString) |
| Sets the BalloonTooltipPointImage Created in NX8.5.0. | |
| void | SetBalloonTooltipPointImage (const char *imageString) |
| Sets the BalloonTooltipPointImage Created in NX8.5.0. | |
| void | SetBalloonTooltipPointText (const NXString &balloonTooltipText) |
| Sets the BalloonTooltipPointText Created in NX8.5.0. | |
| void | SetBalloonTooltipPointText (const char *balloonTooltipText) |
| Sets the BalloonTooltipPointText Created in NX8.5.0. | |
| void | SetBalloonTooltipVectorImage (const NXString &imageString) |
| Sets the BalloonTooltipVectorImage Created in NX8.5.0. | |
| void | SetBalloonTooltipVectorImage (const char *imageString) |
| Sets the BalloonTooltipVectorImage Created in NX8.5.0. | |
| void | SetBalloonTooltipVectorText (const NXString &tooltipText) |
| Sets the BalloonTooltipVectorText Created in NX8.5.0. | |
| void | SetBalloonTooltipVectorText (const char *tooltipText) |
| Sets the BalloonTooltipVectorText Created in NX8.5.0. | |
| void | SetSelectedObjects (const std::vector< NXOpen::TaggedObject * > &objectVector) |
| Sets the SelectedObjects 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. | |
| 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 Specify Axis block
Created in NX8.5.0.
| NXString NXOpen::BlockStyler::SpecifyAxis::BalloonTooltipLayoutAsString | ( | ) |
Returns the BalloonTooltipLayout as string
Created in NX8.5.0.
License requirements : None
| NXString NXOpen::BlockStyler::SpecifyAxis::BalloonTooltipPointImage | ( | ) |
Returns the BalloonTooltipPointImage
Created in NX8.5.0.
License requirements : None
| NXString NXOpen::BlockStyler::SpecifyAxis::BalloonTooltipPointText | ( | ) |
Returns the BalloonTooltipPointText
Created in NX8.5.0.
License requirements : None
| NXString NXOpen::BlockStyler::SpecifyAxis::BalloonTooltipVectorImage | ( | ) |
Returns the BalloonTooltipVectorImage
Created in NX8.5.0.
License requirements : None
| NXString NXOpen::BlockStyler::SpecifyAxis::BalloonTooltipVectorText | ( | ) |
Returns the BalloonTooltipVectorText
Created in NX8.5.0.
License requirements : None
| std::vector<NXString> NXOpen::BlockStyler::SpecifyAxis::GetBalloonTooltipLayoutMembers | ( | ) |
Gets the BalloonTooltipLayout members.
| std::vector<NXOpen::TaggedObject *> NXOpen::BlockStyler::SpecifyAxis::GetSelectedObjects | ( | ) |
Gets the SelectedObjects.
| std::vector<NXString> NXOpen::BlockStyler::SpecifyAxis::GetStepStatusMembers | ( | ) |
Gets the StepStatus members.
| void NXOpen::BlockStyler::SpecifyAxis::SetBalloonTooltipLayoutAsString | ( | const NXString & | enumString | ) |
Sets the BalloonTooltipLayout as string
Created in NX8.5.0.
License requirements : None
| enumString | enumstring |
| void NXOpen::BlockStyler::SpecifyAxis::SetBalloonTooltipLayoutAsString | ( | const char * | enumString | ) |
Sets the BalloonTooltipLayout as string
Created in NX8.5.0.
License requirements : None
| enumString | enumstring |
| void NXOpen::BlockStyler::SpecifyAxis::SetBalloonTooltipPointImage | ( | const NXString & | imageString | ) |
Sets the BalloonTooltipPointImage
Created in NX8.5.0.
License requirements : None
| imageString | image string |
| void NXOpen::BlockStyler::SpecifyAxis::SetBalloonTooltipPointImage | ( | const char * | imageString | ) |
Sets the BalloonTooltipPointImage
Created in NX8.5.0.
License requirements : None
| imageString | image string |
| void NXOpen::BlockStyler::SpecifyAxis::SetBalloonTooltipPointText | ( | const NXString & | balloonTooltipText | ) |
Sets the BalloonTooltipPointText
Created in NX8.5.0.
License requirements : None
| balloonTooltipText | balloon tooltip text |
| void NXOpen::BlockStyler::SpecifyAxis::SetBalloonTooltipPointText | ( | const char * | balloonTooltipText | ) |
Sets the BalloonTooltipPointText
Created in NX8.5.0.
License requirements : None
| balloonTooltipText | balloon tooltip text |
| void NXOpen::BlockStyler::SpecifyAxis::SetBalloonTooltipVectorImage | ( | const NXString & | imageString | ) |
Sets the BalloonTooltipVectorImage
Created in NX8.5.0.
License requirements : None
| imageString | image string |
| void NXOpen::BlockStyler::SpecifyAxis::SetBalloonTooltipVectorImage | ( | const char * | imageString | ) |
Sets the BalloonTooltipVectorImage
Created in NX8.5.0.
License requirements : None
| imageString | image string |
| void NXOpen::BlockStyler::SpecifyAxis::SetBalloonTooltipVectorText | ( | const NXString & | tooltipText | ) |
Sets the BalloonTooltipVectorText
Created in NX8.5.0.
License requirements : None
| tooltipText | tooltip text |
| void NXOpen::BlockStyler::SpecifyAxis::SetBalloonTooltipVectorText | ( | const char * | tooltipText | ) |
Sets the BalloonTooltipVectorText
Created in NX8.5.0.
License requirements : None
| tooltipText | tooltip text |
| void NXOpen::BlockStyler::SpecifyAxis::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::SpecifyAxis::SetStepStatusAsString | ( | const NXString & | enumString | ) |
Sets the StepStatus as string
Created in NX8.5.0.
License requirements : None
| enumString | enumstring |
| void NXOpen::BlockStyler::SpecifyAxis::SetStepStatusAsString | ( | const char * | enumString | ) |
Sets the StepStatus as string
Created in NX8.5.0.
License requirements : None
| enumString | enumstring |
| NXString NXOpen::BlockStyler::SpecifyAxis::StepStatusAsString | ( | ) |
Returns the StepStatus as string
Created in NX8.5.0.
License requirements : None