SpecifyAxis Class

class NXOpen.BlockStyler.SpecifyAxis

Bases: NXOpen.BlockStyler.UIBlock

Represents a Specify Axis block

New in version NX8.5.0.

Properties

Property Description
BalloonTooltipLayoutAsString Returns or sets the BalloonTooltipLayout as string
BalloonTooltipPointImage Returns or sets the BalloonTooltipPointImage
BalloonTooltipPointText Returns or sets the BalloonTooltipPointText
BalloonTooltipVectorImage Returns or sets the BalloonTooltipVectorImage
BalloonTooltipVectorText Returns or sets the BalloonTooltipVectorText
Enable Returns or sets the Enable.
Expanded Returns or sets the Expanded
Group Returns or sets the Group
Label Returns or sets the Label
Name Returns the name of the block or BlockID
Show Returns or sets the Visibility of block.
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 @return Value to get from the property.
GetProperties Returns the properties of the block @return
GetSelectedObjects Gets the SelectedObjects @return Value to get from the property
GetStepStatusMembers Gets the StepStatus members @return Value to get from the property
SetSelectedObjects Sets the SelectedObjects

Property Detail

BalloonTooltipLayoutAsString

SpecifyAxis.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(enumString)

Parameters:enumString (str) –

New in version NX8.5.0.

License requirements: None.

BalloonTooltipPointImage

SpecifyAxis.BalloonTooltipPointImage

Returns or sets the BalloonTooltipPointImage

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

Getter Method

Signature BalloonTooltipPointImage()

Returns:
Return type:str

New in version NX8.5.0.

License requirements: None.

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

Setter Method

Signature BalloonTooltipPointImage(imageString)

Parameters:imageString (str) –

New in version NX8.5.0.

License requirements: None.

BalloonTooltipPointText

SpecifyAxis.BalloonTooltipPointText

Returns or sets the BalloonTooltipPointText

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

Getter Method

Signature BalloonTooltipPointText()

Returns:
Return type:str

New in version NX8.5.0.

License requirements: None.

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

Setter Method

Signature BalloonTooltipPointText(balloonTooltipText)

Parameters:balloonTooltipText (str) –

New in version NX8.5.0.

License requirements: None.

BalloonTooltipVectorImage

SpecifyAxis.BalloonTooltipVectorImage

Returns or sets the BalloonTooltipVectorImage

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

Getter Method

Signature BalloonTooltipVectorImage()

Returns:
Return type:str

New in version NX8.5.0.

License requirements: None.

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

Setter Method

Signature BalloonTooltipVectorImage(imageString)

Parameters:imageString (str) –

New in version NX8.5.0.

License requirements: None.

BalloonTooltipVectorText

SpecifyAxis.BalloonTooltipVectorText

Returns or sets the BalloonTooltipVectorText

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

Getter Method

Signature BalloonTooltipVectorText()

Returns:
Return type:str

New in version NX8.5.0.

License requirements: None.

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

Setter Method

Signature BalloonTooltipVectorText(tooltipText)

Parameters:tooltipText (str) –

New in version NX8.5.0.

License requirements: None.

StepStatusAsString

SpecifyAxis.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(enumString)

Parameters:enumString (str) –

New in version NX8.5.0.

License requirements: None.

Method Detail

GetBalloonTooltipLayoutMembers

SpecifyAxis.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.

GetSelectedObjects

SpecifyAxis.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.

GetStepStatusMembers

SpecifyAxis.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

SpecifyAxis.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.