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

Represents a Select Object block
Created in NX8.5.0. More...

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

Public Types

enum  FilterType {
  FilterTypeFeatures = 1, FilterTypeFaces, FilterTypeEdges = 4, FilterTypeCurvesAndEdges = 8,
  FilterTypeComponents = 16, FilterTypeSolidBodies = 32, FilterTypeSheetBodies = 64
}
 Indicates the general filter type for selection. More...
 

Public Member Functions

void AddFilter (int filterTypes)
 Adds the filters for select object block. More...
 
void AddFilter (NXOpen::BlockStyler::SelectObject::FilterType filterTypes)
 Adds the filters for select object block. More...
 
void AddFilter (int type, int subType, int solidBodyType)
 Adds the filter for select object block using type, subtype and solidBodyType
Created in NX8.5.0. More...
 
bool AllowConvergentObject ()
 Returns the AllowConvergentObject
Created in NX11.0.0. More...
 
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...
 
NXString Bitmap ()
 Returns the Bitmap
Created in NX8.5.0. More...
 
bool BlendVirtualCurveOverlay ()
 Returns the BlendVirtualCurveOverlay. More...
 
bool CreateInterpartLink ()
 Returns the CreateInterpartLink
Created in NX8.5.0. More...
 
NXString Cue ()
 Returns the Cue
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 * > 
GetLastDeselectedObjects ()
 Gets the LastDeselectedObjects. More...
 
std::vector
< NXOpen::TaggedObject * > 
GetLastSelectedObjects ()
 Gets the LastSelectedObjects. More...
 
std::vector< NXStringGetMaximumScopeMembers ()
 Gets the MaximumScope members. More...
 
std::vector
< NXOpen::TaggedObject * > 
GetSelectedObjects ()
 Gets the SelectedObjects. More...
 
std::vector< NXStringGetSelectModeMembers ()
 Gets the SelectMode members. More...
 
std::vector< NXStringGetStepStatusMembers ()
 Gets the StepStatus members. More...
 
NXString InterpartSelectionAsString ()
 Returns the InterpartSelection as string
Created in NX8.5.0. More...
 
NXString LabelString ()
 Returns the LabelString
Created in NX8.5.0. More...
 
NXString MaximumScopeAsString ()
 Returns the MaximumScope as string
Created in NX8.5.0. More...
 
NXOpen::Point3d PickPoint ()
 Returns the PickPoint
Created in NX8.5.0. More...
 
bool PointOverlay ()
 Returns the PointOverlay. More...
 
void ResetFilter ()
 Resets the filter for select object block
Created in NX8.5.0. More...
 
NXString SelectModeAsString ()
 Returns the SelectMode as string
Created in NX8.5.0. More...
 
void SetAllowConvergentObject (bool allowConvergentObject)
 Sets the AllowConvergentObject
Created in NX11.0.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 SetBitmap (const NXString &bitmapString)
 Sets the Bitmap
Created in NX8.5.0. More...
 
void SetBitmap (const char *bitmapString)
 Sets the Bitmap
Created in NX8.5.0. More...
 
void SetBlendVirtualCurveOverlay (bool blendCurve)
 Sets the BlendVirtualCurveOverlay. More...
 
void SetCreateInterpartLink (bool createLink)
 Sets the CreateInterpartLink
Created in NX8.5.0. More...
 
void SetCue (const NXString &cue)
 Sets the Cue
Created in NX8.5.0. More...
 
void SetCue (const char *cue)
 Sets the Cue
Created in NX8.5.0. More...
 
void SetInterpartSelectionAsString (const NXString &enumString)
 Sets the InterpartSelection as string
Created in NX8.5.0. More...
 
void SetInterpartSelectionAsString (const char *enumString)
 Sets the InterpartSelection as string
Created in NX8.5.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 SetMaximumScopeAsString (const NXString &enumString)
 Sets the MaximumScope as string
Created in NX8.5.0. More...
 
void SetMaximumScopeAsString (const char *enumString)
 Sets the MaximumScope as string
Created in NX8.5.0. More...
 
void SetPointOverlay (bool pointOverlay)
 Sets the PointOverlay. More...
 
void SetSelectedObjects (const std::vector< NXOpen::TaggedObject * > &objectVector)
 Sets the SelectedObjects
Created in NX8.5.0. More...
 
void SetSelectionFilter (NXOpen::Selection::SelectionAction maskAction, const std::vector< NXOpen::Selection::MaskTriple > &maskTriples)
 Sets the SelectionFilter
Created in NX8.5.0. More...
 
void SetSelectModeAsString (const NXString &enumString)
 Sets the SelectMode as string
Created in NX8.5.0. More...
 
void SetSelectModeAsString (const char *enumString)
 Sets the SelectMode as string
Created in NX8.5.0. More...
 
void SetSmartUpdateOptionAsString (const NXString &enumString)
 Sets the update option for points created by the point overlay. More...
 
void SetSmartUpdateOptionAsString (const char *enumString)
 Sets the update option for points created by the point overlay. More...
 
void SetSnapPointTypesEnabled (int typesEnabled)
 Sets the SnapPointTypesEnabled
Created in NX8.5.0. More...
 
void SetSnapPointTypesOnByDefault (int typesByDefault)
 Sets the SnapPointTypesOnByDefault
Created in NX8.5.0. More...
 
void SetStepStatusAsString (const NXString &enumString)
 Sets the StepStatus as string
Created in NX8.5.0. More...
 
void SetStepStatusAsString (const char *enumString)
 Sets the StepStatus as string
Created in NX8.5.0. More...
 
void SetToolTip (const NXString &toolTip)
 Sets the ToolTip
Created in NX8.5.0. More...
 
void SetToolTip (const char *toolTip)
 Sets the ToolTip
Created in NX8.5.0. More...
 
NXString SmartUpdateOptionAsString ()
 Returns the update option for points created by the point overlay. More...
 
int SnapPointTypesEnabled ()
 Returns the SnapPointTypesEnabled
Created in NX8.5.0. More...
 
int SnapPointTypesOnByDefault ()
 Returns the SnapPointTypesOnByDefault
Created in NX8.5.0. More...
 
NXString StepStatusAsString ()
 Returns the StepStatus as string
Created in NX8.5.0. More...
 
NXString ToolTip ()
 Returns the ToolTip
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 Select Object block
Created in NX8.5.0.


Member Enumeration Documentation

Indicates the general filter type for selection.

Enumerator
FilterTypeFeatures 

Filter to select all feature types.

FilterTypeFaces 

Filter to select all face types.

FilterTypeEdges 

Filter to select all edge types.

FilterTypeCurvesAndEdges 

Filter to select all curve and edge types.

FilterTypeComponents 

Filter to select all components.

FilterTypeSolidBodies 

Filter to select all solid bodies.

FilterTypeSheetBodies 

Filter to select all sheet bodies.

Member Function Documentation

void NXOpen::BlockStyler::SelectObject::AddFilter ( int  filterTypes)

Adds the filters for select object block.

This method takes the integer value of the desired enum values from NXOpen::BlockStyler::SelectObject::FilterType .


Created in NX8.5.0.

License requirements : None

Parameters
filterTypesValues from SelectObject::FilterType for specifying filters
void NXOpen::BlockStyler::SelectObject::AddFilter ( NXOpen::BlockStyler::SelectObject::FilterType  filterTypes)

Adds the filters for select object block.

This method takes the desired enumeration value from NXOpen::BlockStyler::SelectObject::FilterType .


Created in NX11.0.0.

License requirements : None

Parameters
filterTypesValues from SelectObject::FilterType for specifying filters
void NXOpen::BlockStyler::SelectObject::AddFilter ( int  type,
int  subType,
int  solidBodyType 
)

Adds the filter for select object block using type, subtype and solidBodyType
Created in NX8.5.0.



License requirements : None

Parameters
typeObject type. This can be one of the object types that are listed in uf_object_types.h. For example, for point, use UF_point_type in C++ and NXOpen.UF.UFConstants.UF_point_type in .NET.
subTypeObject subtype. This can either be -1 (UF_all_subtype) for any subtype, or a subtype of the selected type. The subtypes are listed in uf_object_types.h.
solidBodyTypeSolid body subtype. This is only meaningful when the type is UF_solid_type. In that case, this should be set to one of the solid type constants listed in uf_ui_types.h under "Constants for selection solid_type". When this is used, subtype does not matter. For example, to select any face, use UF_UI_SEL_FEATURE_ANY_FACE in C++ and NXOpen.UF.UFConstants.UF_UI_SEL_FEATURE_ANY_FACE in .NET
bool NXOpen::BlockStyler::SelectObject::AllowConvergentObject ( )

Returns the AllowConvergentObject
Created in NX11.0.0.



License requirements : None

bool NXOpen::BlockStyler::SelectObject::AutomaticProgression ( )

Returns the AutomaticProgression
Created in NX8.5.0.



License requirements : None

NXString NXOpen::BlockStyler::SelectObject::BalloonTooltipImage ( )

Returns the BalloonTooltipImage
Created in NX8.5.0.



License requirements : None

NXString NXOpen::BlockStyler::SelectObject::BalloonTooltipLayoutAsString ( )

Returns the BalloonTooltipLayout as string
Created in NX8.5.0.



License requirements : None

NXString NXOpen::BlockStyler::SelectObject::BalloonTooltipText ( )

Returns the BalloonTooltipText
Created in NX8.5.0.



License requirements : None

NXString NXOpen::BlockStyler::SelectObject::Bitmap ( )

Returns the Bitmap
Created in NX8.5.0.



License requirements : None

bool NXOpen::BlockStyler::SelectObject::BlendVirtualCurveOverlay ( )

Returns the BlendVirtualCurveOverlay.

If true, virtual curve is displayed during preselection.
Created in NX8.5.0.

License requirements : None

bool NXOpen::BlockStyler::SelectObject::CreateInterpartLink ( )

Returns the CreateInterpartLink
Created in NX8.5.0.



License requirements : None

NXString NXOpen::BlockStyler::SelectObject::Cue ( )

Returns the Cue
Created in NX8.5.0.



License requirements : None

std::vector<NXString> NXOpen::BlockStyler::SelectObject::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::SelectObject::GetInterpartSelectionMembers ( )

Gets the InterpartSelection members.

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

License requirements : None
std::vector<NXOpen::TaggedObject *> NXOpen::BlockStyler::SelectObject::GetLastDeselectedObjects ( )

Gets the LastDeselectedObjects.

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

License requirements : None
std::vector<NXOpen::TaggedObject *> NXOpen::BlockStyler::SelectObject::GetLastSelectedObjects ( )

Gets the LastSelectedObjects.

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

License requirements : None
std::vector<NXString> NXOpen::BlockStyler::SelectObject::GetMaximumScopeMembers ( )

Gets the MaximumScope members.

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

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

Gets the SelectedObjects.

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

License requirements : None
std::vector<NXString> NXOpen::BlockStyler::SelectObject::GetSelectModeMembers ( )

Gets the SelectMode members.

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

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

Gets the StepStatus members.

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

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

Returns the InterpartSelection as string
Created in NX8.5.0.



License requirements : None

NXString NXOpen::BlockStyler::SelectObject::LabelString ( )

Returns the LabelString
Created in NX8.5.0.



License requirements : None

NXString NXOpen::BlockStyler::SelectObject::MaximumScopeAsString ( )

Returns the MaximumScope as string
Created in NX8.5.0.



License requirements : None

NXOpen::Point3d NXOpen::BlockStyler::SelectObject::PickPoint ( )

Returns the PickPoint
Created in NX8.5.0.



License requirements : None

bool NXOpen::BlockStyler::SelectObject::PointOverlay ( )

Returns the PointOverlay.

If true,on the fly point creation is allowed.
Created in NX8.5.0.

License requirements : None

void NXOpen::BlockStyler::SelectObject::ResetFilter ( )

Resets the filter for select object block
Created in NX8.5.0.



License requirements : None

NXString NXOpen::BlockStyler::SelectObject::SelectModeAsString ( )

Returns the SelectMode as string
Created in NX8.5.0.



License requirements : None

void NXOpen::BlockStyler::SelectObject::SetAllowConvergentObject ( bool  allowConvergentObject)

Sets the AllowConvergentObject
Created in NX11.0.0.



License requirements : None

Parameters
allowConvergentObjectallowconvergentobject
void NXOpen::BlockStyler::SelectObject::SetAutomaticProgression ( bool  automaticProgression)

Sets the AutomaticProgression
Created in NX8.5.0.



License requirements : None

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

Sets the BalloonTooltipImage
Created in NX8.5.0.



License requirements : None

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

Sets the BalloonTooltipImage
Created in NX8.5.0.



License requirements : None

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

Sets the BalloonTooltipLayout as string
Created in NX8.5.0.



License requirements : None

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

Sets the BalloonTooltipLayout as string
Created in NX8.5.0.



License requirements : None

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

Sets the BalloonTooltipText
Created in NX8.5.0.



License requirements : None

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

Sets the BalloonTooltipText
Created in NX8.5.0.



License requirements : None

Parameters
balloonTooltipTextballoon tooltip text
void NXOpen::BlockStyler::SelectObject::SetBitmap ( const NXString bitmapString)

Sets the Bitmap
Created in NX8.5.0.



License requirements : None

Parameters
bitmapStringbitmap string
void NXOpen::BlockStyler::SelectObject::SetBitmap ( const char *  bitmapString)

Sets the Bitmap
Created in NX8.5.0.



License requirements : None

Parameters
bitmapStringbitmap string
void NXOpen::BlockStyler::SelectObject::SetBlendVirtualCurveOverlay ( bool  blendCurve)

Sets the BlendVirtualCurveOverlay.

If true, virtual curve is displayed during preselection.
Created in NX8.5.0.

License requirements : None

Parameters
blendCurveblendcurve
void NXOpen::BlockStyler::SelectObject::SetCreateInterpartLink ( bool  createLink)

Sets the CreateInterpartLink
Created in NX8.5.0.



License requirements : None

Parameters
createLinkcreatelink
void NXOpen::BlockStyler::SelectObject::SetCue ( const NXString cue)

Sets the Cue
Created in NX8.5.0.



License requirements : None

Parameters
cuecue
void NXOpen::BlockStyler::SelectObject::SetCue ( const char *  cue)

Sets the Cue
Created in NX8.5.0.



License requirements : None

Parameters
cuecue
void NXOpen::BlockStyler::SelectObject::SetInterpartSelectionAsString ( const NXString enumString)

Sets the InterpartSelection as string
Created in NX8.5.0.



License requirements : None

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

Sets the InterpartSelection as string
Created in NX8.5.0.



License requirements : None

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

Sets the LabelString
Created in NX8.5.0.



License requirements : None

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

Sets the LabelString
Created in NX8.5.0.



License requirements : None

Parameters
labelStringlabelstring
void NXOpen::BlockStyler::SelectObject::SetMaximumScopeAsString ( const NXString enumString)

Sets the MaximumScope as string
Created in NX8.5.0.



License requirements : None

Parameters
enumStringenumstring
void NXOpen::BlockStyler::SelectObject::SetMaximumScopeAsString ( const char *  enumString)

Sets the MaximumScope as string
Created in NX8.5.0.



License requirements : None

Parameters
enumStringenumstring
void NXOpen::BlockStyler::SelectObject::SetPointOverlay ( bool  pointOverlay)

Sets the PointOverlay.

If true,on the fly point creation is allowed.
Created in NX8.5.0.

License requirements : None

Parameters
pointOverlaypointoverlay
void NXOpen::BlockStyler::SelectObject::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::SelectObject::SetSelectionFilter ( NXOpen::Selection::SelectionAction  maskAction,
const std::vector< NXOpen::Selection::MaskTriple > &  maskTriples 
)

Sets the SelectionFilter
Created in NX8.5.0.



License requirements : None

Parameters
maskActionMask action
maskTriplesMask triples
void NXOpen::BlockStyler::SelectObject::SetSelectModeAsString ( const NXString enumString)

Sets the SelectMode as string
Created in NX8.5.0.



License requirements : None

Parameters
enumStringenumstring
void NXOpen::BlockStyler::SelectObject::SetSelectModeAsString ( const char *  enumString)

Sets the SelectMode as string
Created in NX8.5.0.



License requirements : None

Parameters
enumStringenumstring
void NXOpen::BlockStyler::SelectObject::SetSmartUpdateOptionAsString ( const NXString enumString)

Sets the update option for points created by the point overlay.


Acceptable values are:

  • Within Modeling The smart object updates within Modeling in time stamp order. For example, if the smart object is referenced by Feature(i), the smart object will update after Feature (i-1) and right before Feature(i).
  • After Modeling The smart object updates after Modeling. Use for Drafting dimensions and other objects outside Modeling.
  • After Parent Body The smart object will always update after the last feature on the parent body.
  • Mixed The smart object will update after the last feature on the parent body when the parent body is in a different part; updates within Modeling in time-stamp order for parents in the same part.



Created in NX8.5.1.

License requirements : None

Parameters
enumStringenumstring
void NXOpen::BlockStyler::SelectObject::SetSmartUpdateOptionAsString ( const char *  enumString)

Sets the update option for points created by the point overlay.


Acceptable values are:

  • Within Modeling The smart object updates within Modeling in time stamp order. For example, if the smart object is referenced by Feature(i), the smart object will update after Feature (i-1) and right before Feature(i).
  • After Modeling The smart object updates after Modeling. Use for Drafting dimensions and other objects outside Modeling.
  • After Parent Body The smart object will always update after the last feature on the parent body.
  • Mixed The smart object will update after the last feature on the parent body when the parent body is in a different part; updates within Modeling in time-stamp order for parents in the same part.



Created in NX8.5.1.

License requirements : None

Parameters
enumStringenumstring
void NXOpen::BlockStyler::SelectObject::SetSnapPointTypesEnabled ( int  typesEnabled)

Sets the SnapPointTypesEnabled
Created in NX8.5.0.



License requirements : None

Parameters
typesEnabledtypesenabled
void NXOpen::BlockStyler::SelectObject::SetSnapPointTypesOnByDefault ( int  typesByDefault)

Sets the SnapPointTypesOnByDefault
Created in NX8.5.0.



License requirements : None

Parameters
typesByDefaulttypesbydefault
void NXOpen::BlockStyler::SelectObject::SetStepStatusAsString ( const NXString enumString)

Sets the StepStatus as string
Created in NX8.5.0.



License requirements : None

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

Sets the StepStatus as string
Created in NX8.5.0.



License requirements : None

Parameters
enumStringenumstring
void NXOpen::BlockStyler::SelectObject::SetToolTip ( const NXString toolTip)

Sets the ToolTip
Created in NX8.5.0.



License requirements : None

Parameters
toolTiptooltip
void NXOpen::BlockStyler::SelectObject::SetToolTip ( const char *  toolTip)

Sets the ToolTip
Created in NX8.5.0.



License requirements : None

Parameters
toolTiptooltip
NXString NXOpen::BlockStyler::SelectObject::SmartUpdateOptionAsString ( )

Returns the update option for points created by the point overlay.


Acceptable values are:

  • Within Modeling The smart object updates within Modeling in time stamp order. For example, if the smart object is referenced by Feature(i), the smart object will update after Feature (i-1) and right before Feature(i).
  • After Modeling The smart object updates after Modeling. Use for Drafting dimensions and other objects outside Modeling.
  • After Parent Body The smart object will always update after the last feature on the parent body.
  • Mixed The smart object will update after the last feature on the parent body when the parent body is in a different part; updates within Modeling in time-stamp order for parents in the same part.



Created in NX8.5.1.

License requirements : None

int NXOpen::BlockStyler::SelectObject::SnapPointTypesEnabled ( )

Returns the SnapPointTypesEnabled
Created in NX8.5.0.



License requirements : None

int NXOpen::BlockStyler::SelectObject::SnapPointTypesOnByDefault ( )

Returns the SnapPointTypesOnByDefault
Created in NX8.5.0.



License requirements : None

NXString NXOpen::BlockStyler::SelectObject::StepStatusAsString ( )

Returns the StepStatus as string
Created in NX8.5.0.



License requirements : None

NXString NXOpen::BlockStyler::SelectObject::ToolTip ( )

Returns the ToolTip
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.