SpecifyCSYS Class

class NXOpen.BlockStyler.SpecifyCSYS

Bases: NXOpen.BlockStyler.UIBlock

Represents a Specify CSYS block

New in version NX8.5.0.

Properties

Property Description
AutomaticProgression Returns or sets the AutomaticProgression
BalloonTooltipImage Returns or sets the BalloonTooltipImage
BalloonTooltipLayoutAsString Returns or sets the BalloonTooltipLayout as string
BalloonTooltipText Returns or sets the BalloonTooltipText
CreateInterpartLink Returns or sets the CreateInterpartLink
Enable Returns or sets the Enable.
Expanded Returns or sets the Expanded
Group Returns or sets the Group
InterpartSelectionAsString Returns or sets the InterpartSelection as string
Label Returns or sets the Label
LabelString Returns or sets the LabelString
Name Returns the name of the block or BlockID
OutputTypeAsString Returns or sets the OutputType as string
Show Returns or sets the Visibility of block.
ShowShortcuts Returns or sets the ShowShortcuts
SmartUpdateOptionAsString Returns or sets the SmartUpdateOption as string
SmartUpdteOptionAsString Returns or sets the SmartUpdateOption as string
StepStatusAsString Returns or sets the StepStatus as string
Tag Returns the Tag for this object.
Type Returns the type of block

Methods

Method Description
Focus Focuses on the block.
GetBalloonTooltipLayoutMembers Gets the BalloonTooltipLayout members
GetInterpartSelectionMembers Gets the InterpartSelection members
GetOutputTypeMembers Gets the OutputType members
GetProperties Returns the properties of the block
GetSelectedObjects Gets the SelectedObjects
GetSmartUpdateOptionMembers Gets the SmartUpdateOption members
GetSmartUpdteOptionMembers Gets the SmartUpdateOption members
GetStepStatusMembers Gets the StepStatus members
SetSelectedObjects Sets the SelectedObjects

Property Detail

AutomaticProgression

SpecifyCSYS.AutomaticProgression

Returns or sets the AutomaticProgression

-------------------------------------

Getter Method

Signature AutomaticProgression

Returns:
Return type:bool

New in version NX8.5.0.

License requirements: None.

-------------------------------------

Setter Method

Signature AutomaticProgression

Parameters:automaticProgression (bool) –

New in version NX8.5.0.

License requirements: None.

BalloonTooltipImage

SpecifyCSYS.BalloonTooltipImage

Returns or sets the BalloonTooltipImage

-------------------------------------

Getter Method

Signature BalloonTooltipImage

Returns:
Return type:str

New in version NX8.5.0.

License requirements: None.

-------------------------------------

Setter Method

Signature BalloonTooltipImage

Parameters:imageString (str) –

New in version NX8.5.0.

License requirements: None.

BalloonTooltipLayoutAsString

SpecifyCSYS.BalloonTooltipLayoutAsString

Returns or sets the BalloonTooltipLayout as string

-------------------------------------

Getter Method

Signature BalloonTooltipLayoutAsString

Returns:
Return type:str

New in version NX8.5.0.

License requirements: None.

-------------------------------------

Setter Method

Signature BalloonTooltipLayoutAsString

Parameters:enumString (str) –

New in version NX8.5.0.

License requirements: None.

BalloonTooltipText

SpecifyCSYS.BalloonTooltipText

Returns or sets the BalloonTooltipText

-------------------------------------

Getter Method

Signature BalloonTooltipText

Returns:
Return type:str

New in version NX8.5.0.

License requirements: None.

-------------------------------------

Setter Method

Signature BalloonTooltipText

Parameters:balloonTooltipText (str) –

New in version NX8.5.0.

License requirements: None.

InterpartSelectionAsString

SpecifyCSYS.InterpartSelectionAsString

Returns or sets the InterpartSelection as string

-------------------------------------

Getter Method

Signature InterpartSelectionAsString

Returns:
Return type:str

New in version NX8.5.0.

License requirements: None.

-------------------------------------

Setter Method

Signature InterpartSelectionAsString

Parameters:enumString (str) –

New in version NX8.5.0.

License requirements: None.

LabelString

SpecifyCSYS.LabelString

Returns or sets the LabelString

-------------------------------------

Getter Method

Signature LabelString

Returns:
Return type:str

New in version NX8.5.0.

License requirements: None.

-------------------------------------

Setter Method

Signature LabelString

Parameters:labelString (str) –

New in version NX8.5.0.

License requirements: None.

OutputTypeAsString

SpecifyCSYS.OutputTypeAsString

Returns or sets the OutputType as string

-------------------------------------

Getter Method

Signature OutputTypeAsString

Returns:
Return type:str

New in version NX8.5.0.

License requirements: None.

-------------------------------------

Setter Method

Signature OutputTypeAsString

Parameters:enumString (str) –

New in version NX8.5.0.

License requirements: None.

ShowShortcuts

SpecifyCSYS.ShowShortcuts

Returns or sets the ShowShortcuts

-------------------------------------

Getter Method

Signature ShowShortcuts

Returns:
Return type:bool

New in version NX9.0.0.

License requirements: None.

-------------------------------------

Setter Method

Signature ShowShortcuts

Parameters:show (bool) –

New in version NX9.0.0.

License requirements: None.

SmartUpdateOptionAsString

SpecifyCSYS.SmartUpdateOptionAsString

Returns or sets the SmartUpdateOption as string

-------------------------------------

Getter Method

Signature SmartUpdateOptionAsString

Returns:
Return type:str

New in version NX9.0.1.

License requirements: None.

-------------------------------------

Setter Method

Signature SmartUpdateOptionAsString

Parameters:enumString (str) –

New in version NX9.0.1.

License requirements: None.

SmartUpdteOptionAsString

SpecifyCSYS.SmartUpdteOptionAsString

Returns or sets the SmartUpdateOption as string

-------------------------------------

Getter Method

Signature SmartUpdteOptionAsString

Returns:
Return type:str

New in version NX8.5.0.

Deprecated since version NX9.0.1: Use BlockStyler.SpecifyCSYS.SmartUpdateOptionAsString() instead

License requirements: None.

-------------------------------------

Setter Method

Signature SmartUpdteOptionAsString

Parameters:enumString (str) –

New in version NX8.5.0.

Deprecated since version NX9.0.1: Use BlockStyler.SpecifyCSYS.SmartUpdateOptionAsString() instead

License requirements: None.

StepStatusAsString

SpecifyCSYS.StepStatusAsString

Returns or sets the StepStatus as string

-------------------------------------

Getter Method

Signature StepStatusAsString

Returns:
Return type:str

New in version NX8.5.0.

License requirements: None.

-------------------------------------

Setter Method

Signature StepStatusAsString

Parameters:enumString (str) –

New in version NX8.5.0.

License requirements: None.

Method Detail

GetBalloonTooltipLayoutMembers

SpecifyCSYS.GetBalloonTooltipLayoutMembers

Gets the BalloonTooltipLayout members

Signature GetBalloonTooltipLayoutMembers()

Returns:Value to get from the property.
Return type:list of str

New in version NX8.5.0.

License requirements: None.

GetInterpartSelectionMembers

SpecifyCSYS.GetInterpartSelectionMembers

Gets the InterpartSelection members

Signature GetInterpartSelectionMembers()

Returns:Value to get from the property
Return type:list of str

New in version NX8.5.0.

License requirements: None.

GetOutputTypeMembers

SpecifyCSYS.GetOutputTypeMembers

Gets the OutputType members

Signature GetOutputTypeMembers()

Returns:Value to get from the property
Return type:list of str

New in version NX8.5.0.

License requirements: None.

GetSelectedObjects

SpecifyCSYS.GetSelectedObjects

Gets the SelectedObjects

Signature GetSelectedObjects()

Returns:Value to get from the property
Return type:list of NXOpen.TaggedObject

New in version NX8.5.0.

License requirements: None.

GetSmartUpdateOptionMembers

SpecifyCSYS.GetSmartUpdateOptionMembers

Gets the SmartUpdateOption members

Signature GetSmartUpdateOptionMembers()

Returns:Value to get from the property
Return type:list of str

New in version NX9.0.1.

License requirements: None.

GetSmartUpdteOptionMembers

SpecifyCSYS.GetSmartUpdteOptionMembers

Gets the SmartUpdateOption members

Signature GetSmartUpdteOptionMembers()

Returns:Value to get from the property
Return type:list of str

New in version NX8.5.0.

Deprecated since version NX9.0.1: Use BlockStyler.SpecifyCSYS.GetSmartUpdateOptionMembers() instead

License requirements: None.

GetStepStatusMembers

SpecifyCSYS.GetStepStatusMembers

Gets the StepStatus members

Signature GetStepStatusMembers()

Returns:Value to get from the property
Return type:list of str

New in version NX8.5.0.

License requirements: None.

SetSelectedObjects

SpecifyCSYS.SetSelectedObjects

Sets the SelectedObjects

Signature SetSelectedObjects(objectVector)

Parameters:objectVector (list of NXOpen.TaggedObject) – Value to set for the property

New in version NX8.5.0.

License requirements: None.