NX Open C++ Reference Guide
Public Member Functions | List of all members
NXOpen::BlockStyler::SpecifyPlane Class Reference

Represents a Specify Plane block
Created in NX8.5.0. More...

Inheritance diagram for NXOpen::BlockStyler::SpecifyPlane:
NXOpen::BlockStyler::UIBlock NXOpen::TaggedObject

Public Member Functions

bool AutomaticProgression ()
 Returns the AutomaticProgression
Created in NX8.5.0. More...
 
NXString BalloonTooltipImage ()
 Returns the BalloonTooltipImage
Created in NX8.5.0. More...
 
NXString BalloonTooltipLayoutAsString ()
 Returns the BalloonTooltipLayout as string
Created in NX8.5.0. More...
 
NXString BalloonTooltipText ()
 Returns the BalloonTooltipText
Created in NX8.5.0. More...
 
bool CreateInterpartLink ()
 Returns the CreateInterpartLink
Created in NX11.0.0. More...
 
NXString CurrentStepStatusAsString ()
 Returns the string specifying current StepStatus
Created in NX8.5.0. More...
 
std::vector< NXStringGetBalloonTooltipLayoutMembers ()
 Gets the BalloonTooltipLayout members. More...
 
std::vector< NXStringGetInterpartSelectionMembers ()
 Gets the InterpartSelection members. More...
 
std::vector
< NXOpen::TaggedObject * > 
GetSelectedObjects ()
 Gets the SelectedObjects. More...
 
std::vector< NXStringGetStepStatusMembers ()
 Gets the StepStatus members. More...
 
NXString InterpartSelectionAsString ()
 Returns the InterpartSelection as string
Created in NX11.0.0. More...
 
NXString LabelString ()
 Returns the LabelString
Created in NX8.5.0. More...
 
void SetAutomaticProgression (bool automaticProgression)
 Sets the AutomaticProgression
Created in NX8.5.0. More...
 
void SetBalloonTooltipImage (const NXString &imageString)
 Sets the BalloonTooltipImage
Created in NX8.5.0. More...
 
void SetBalloonTooltipImage (const char *imageString)
 Sets the BalloonTooltipImage
Created in NX8.5.0. More...
 
void SetBalloonTooltipLayoutAsString (const NXString &enumString)
 Sets the BalloonTooltipLayout as string
Created in NX8.5.0. More...
 
void SetBalloonTooltipLayoutAsString (const char *enumString)
 Sets the BalloonTooltipLayout as string
Created in NX8.5.0. More...
 
void SetBalloonTooltipText (const NXString &balloonTooltipText)
 Sets the BalloonTooltipText
Created in NX8.5.0. More...
 
void SetBalloonTooltipText (const char *balloonTooltipText)
 Sets the BalloonTooltipText
Created in NX8.5.0. More...
 
void SetCreateInterpartLink (bool createLink)
 Sets the CreateInterpartLink
Created in NX11.0.0. More...
 
void SetInterpartSelectionAsString (const NXString &enumString)
 Sets the InterpartSelection as string
Created in NX11.0.0. More...
 
void SetInterpartSelectionAsString (const char *enumString)
 Sets the InterpartSelection as string
Created in NX11.0.0. More...
 
void SetLabelString (const NXString &labelString)
 Sets the LabelString
Created in NX8.5.0. More...
 
void SetLabelString (const char *labelString)
 Sets the LabelString
Created in NX8.5.0. More...
 
void SetSelectedObjects (const std::vector< NXOpen::TaggedObject * > &objectVector)
 Sets the SelectedObjects
Created in NX8.5.0. More...
 
void SetShowShortcuts (bool show)
 Sets the ShowShortcuts
Created in NX8.5.0. More...
 
void SetStepStatusAsString (const NXString &enumString)
 Sets the string specifying the default StepStatus
Created in NX8.5.0. More...
 
void SetStepStatusAsString (const char *enumString)
 Sets the string specifying the default StepStatus
Created in NX8.5.0. More...
 
bool ShowShortcuts ()
 Returns the ShowShortcuts
Created in NX8.5.0. More...
 
NXString StepStatusAsString ()
 Returns the string specifying the default StepStatus
Created in NX8.5.0. More...
 
- Public Member Functions inherited from NXOpen::BlockStyler::UIBlock
bool Enable ()
 Returns the Enable. More...
 
bool Expanded ()
 Returns the Expanded
Created in NX8.5.0. More...
 
void Focus ()
 Focuses on the block. More...
 
NXOpen::BlockStyler::PropertyListGetProperties ()
 Returns the properties of the block. More...
 
bool Group ()
 Returns the Group
Created in NX8.5.0. More...
 
NXString Label ()
 Returns the Label
Created in NX8.5.0. More...
 
NXString Name ()
 Returns the name of the block or BlockID
Created in NX6.0.0. More...
 
void SetEnable (bool enable)
 Sets the Enable. More...
 
void SetExpanded (bool expanded)
 Sets the Expanded
Created in NX8.5.0. More...
 
void SetGroup (bool group)
 Sets the Group
Created in NX8.5.0. More...
 
void SetLabel (const NXString &label)
 Sets the Label
Created in NX8.5.0. More...
 
void SetLabel (const char *label)
 Sets the Label
Created in NX8.5.0. More...
 
void SetShow (bool show)
 Sets the Visibility of block. More...
 
bool Show ()
 Returns the Visibility of block. More...
 
NXString Type ()
 Returns the type of block
Created in NX6.0.0. More...
 
- Public Member Functions inherited from NXOpen::TaggedObject
tag_t Tag () const
 Returns the tag of this object. More...
 

Detailed Description

Represents a Specify Plane block
Created in NX8.5.0.


Member Function Documentation

bool NXOpen::BlockStyler::SpecifyPlane::AutomaticProgression ( )

Returns the AutomaticProgression
Created in NX8.5.0.



License requirements : None

NXString NXOpen::BlockStyler::SpecifyPlane::BalloonTooltipImage ( )

Returns the BalloonTooltipImage
Created in NX8.5.0.



License requirements : None

NXString NXOpen::BlockStyler::SpecifyPlane::BalloonTooltipLayoutAsString ( )

Returns the BalloonTooltipLayout as string
Created in NX8.5.0.



License requirements : None

NXString NXOpen::BlockStyler::SpecifyPlane::BalloonTooltipText ( )

Returns the BalloonTooltipText
Created in NX8.5.0.



License requirements : None

bool NXOpen::BlockStyler::SpecifyPlane::CreateInterpartLink ( )

Returns the CreateInterpartLink
Created in NX11.0.0.



License requirements : None

NXString NXOpen::BlockStyler::SpecifyPlane::CurrentStepStatusAsString ( )

Returns the string specifying current StepStatus
Created in NX8.5.0.



License requirements : None

std::vector<NXString> NXOpen::BlockStyler::SpecifyPlane::GetBalloonTooltipLayoutMembers ( )

Gets the BalloonTooltipLayout members.

Returns
Value to get from the property.
Created in NX8.5.0.

License requirements : None
std::vector<NXString> NXOpen::BlockStyler::SpecifyPlane::GetInterpartSelectionMembers ( )

Gets the InterpartSelection members.

Returns
Value to get from the property
Created in NX11.0.0.

License requirements : None
std::vector<NXOpen::TaggedObject *> NXOpen::BlockStyler::SpecifyPlane::GetSelectedObjects ( )

Gets the SelectedObjects.

Returns
Value to get from the property
Created in NX8.5.0.

License requirements : None
std::vector<NXString> NXOpen::BlockStyler::SpecifyPlane::GetStepStatusMembers ( )

Gets the StepStatus members.

Returns
Value to get from the property
Created in NX8.5.0.

License requirements : None
NXString NXOpen::BlockStyler::SpecifyPlane::InterpartSelectionAsString ( )

Returns the InterpartSelection as string
Created in NX11.0.0.



License requirements : None

NXString NXOpen::BlockStyler::SpecifyPlane::LabelString ( )

Returns the LabelString
Created in NX8.5.0.



License requirements : None

void NXOpen::BlockStyler::SpecifyPlane::SetAutomaticProgression ( bool  automaticProgression)

Sets the AutomaticProgression
Created in NX8.5.0.



License requirements : None

Parameters
automaticProgressionautomaticprogression
void NXOpen::BlockStyler::SpecifyPlane::SetBalloonTooltipImage ( const NXString imageString)

Sets the BalloonTooltipImage
Created in NX8.5.0.



License requirements : None

Parameters
imageStringimage string
void NXOpen::BlockStyler::SpecifyPlane::SetBalloonTooltipImage ( const char *  imageString)

Sets the BalloonTooltipImage
Created in NX8.5.0.



License requirements : None

Parameters
imageStringimage string
void NXOpen::BlockStyler::SpecifyPlane::SetBalloonTooltipLayoutAsString ( const NXString enumString)

Sets the BalloonTooltipLayout as string
Created in NX8.5.0.



License requirements : None

Parameters
enumStringenumstring
void NXOpen::BlockStyler::SpecifyPlane::SetBalloonTooltipLayoutAsString ( const char *  enumString)

Sets the BalloonTooltipLayout as string
Created in NX8.5.0.



License requirements : None

Parameters
enumStringenumstring
void NXOpen::BlockStyler::SpecifyPlane::SetBalloonTooltipText ( const NXString balloonTooltipText)

Sets the BalloonTooltipText
Created in NX8.5.0.



License requirements : None

Parameters
balloonTooltipTextballoon tooltip text
void NXOpen::BlockStyler::SpecifyPlane::SetBalloonTooltipText ( const char *  balloonTooltipText)

Sets the BalloonTooltipText
Created in NX8.5.0.



License requirements : None

Parameters
balloonTooltipTextballoon tooltip text
void NXOpen::BlockStyler::SpecifyPlane::SetCreateInterpartLink ( bool  createLink)

Sets the CreateInterpartLink
Created in NX11.0.0.



License requirements : None

Parameters
createLinkcreatelink
void NXOpen::BlockStyler::SpecifyPlane::SetInterpartSelectionAsString ( const NXString enumString)

Sets the InterpartSelection as string
Created in NX11.0.0.



License requirements : None

Parameters
enumStringenumstring
void NXOpen::BlockStyler::SpecifyPlane::SetInterpartSelectionAsString ( const char *  enumString)

Sets the InterpartSelection as string
Created in NX11.0.0.



License requirements : None

Parameters
enumStringenumstring
void NXOpen::BlockStyler::SpecifyPlane::SetLabelString ( const NXString labelString)

Sets the LabelString
Created in NX8.5.0.



License requirements : None

Parameters
labelStringlabelstring
void NXOpen::BlockStyler::SpecifyPlane::SetLabelString ( const char *  labelString)

Sets the LabelString
Created in NX8.5.0.



License requirements : None

Parameters
labelStringlabelstring
void NXOpen::BlockStyler::SpecifyPlane::SetSelectedObjects ( const std::vector< NXOpen::TaggedObject * > &  objectVector)

Sets the SelectedObjects
Created in NX8.5.0.



License requirements : None

Parameters
objectVectorValue to set for the property
void NXOpen::BlockStyler::SpecifyPlane::SetShowShortcuts ( bool  show)

Sets the ShowShortcuts
Created in NX8.5.0.



License requirements : None

Parameters
showshow
void NXOpen::BlockStyler::SpecifyPlane::SetStepStatusAsString ( const NXString enumString)

Sets the string specifying the default StepStatus
Created in NX8.5.0.



License requirements : None

Parameters
enumStringenumstring
void NXOpen::BlockStyler::SpecifyPlane::SetStepStatusAsString ( const char *  enumString)

Sets the string specifying the default StepStatus
Created in NX8.5.0.



License requirements : None

Parameters
enumStringenumstring
bool NXOpen::BlockStyler::SpecifyPlane::ShowShortcuts ( )

Returns the ShowShortcuts
Created in NX8.5.0.



License requirements : None

NXString NXOpen::BlockStyler::SpecifyPlane::StepStatusAsString ( )

Returns the string specifying the default StepStatus
Created in NX8.5.0.



License requirements : None


The documentation for this class was generated from the following file:
Copyright 2017 Siemens Product Lifecycle Management Software Inc. All Rights Reserved.