OrientXpress Class

class NXOpen.BlockStyler.OrientXpress

Bases: NXOpen.BlockStyler.UIBlock

Represents OrientXpress Block

New in version NX8.5.0.

Properties

Property Description
DirectionAsString Returns or sets the Direction as string
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
PlaneAsString Returns or sets the Plane as string
ReferenceAsString Returns or sets the Reference as string
ReferenceCsys Returns or sets the ReferenceCsys
Show Returns or sets the Visibility of block.
ShowAxisSubBlock Returns or sets the ShowAxisSubBlock
ShowPlaneSubBlock Returns or sets the ShowPlaneSubBlock
ShowReferenceSubBlock Returns or sets the ShowReferenceSubBlock
ShowSceneControl Returns or sets the ShowSceneControl
ShowXAxis Returns or sets the ShowXAxis
ShowXYPlane Returns or sets the ShowXYPlane
ShowXZPlane Returns or sets the ShowXZPlane
ShowYAxis Returns or sets the ShowYAxis
ShowYZPlane Returns or sets the ShowYZPlane
ShowZAxis Returns or sets the ShowZAxis
Tag Returns the Tag for this object.
Type Returns the type of block

Methods

Method Description
Focus Focuses on the block.
GetDirectionMembers Gets Direction members @return
GetPlaneMembers Gets Plane members @return
GetProperties Returns the properties of the block @return
GetReferenceMembers Gets Reference members @return

Property Detail

DirectionAsString

OrientXpress.DirectionAsString

Returns or sets the Direction as string

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

Getter Method

Signature DirectionAsString()

Returns:
Return type:str

New in version NX8.5.0.

License requirements: None.

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

Setter Method

Signature DirectionAsString(enumString)

Parameters:enumString (str) –

New in version NX8.5.0.

License requirements: None.

PlaneAsString

OrientXpress.PlaneAsString

Returns or sets the Plane as string

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

Getter Method

Signature PlaneAsString()

Returns:
Return type:str

New in version NX8.5.0.

License requirements: None.

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

Setter Method

Signature PlaneAsString(enumString)

Parameters:enumString (str) –

New in version NX8.5.0.

License requirements: None.

ReferenceAsString

OrientXpress.ReferenceAsString

Returns or sets the Reference as string

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

Getter Method

Signature ReferenceAsString()

Returns:
Return type:str

New in version NX8.5.0.

License requirements: None.

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

Setter Method

Signature ReferenceAsString(enumString)

Parameters:enumString (str) –

New in version NX8.5.0.

License requirements: None.

ReferenceCsys

OrientXpress.ReferenceCsys

Returns or sets the ReferenceCsys

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

Getter Method

Signature ReferenceCsys()

Returns:
Return type:NXOpen.TaggedObject

New in version NX8.5.0.

License requirements: None.

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

Setter Method

Signature ReferenceCsys(referenceCsys)

Parameters:referenceCsys (NXOpen.TaggedObject) –

New in version NX8.5.0.

License requirements: None.

ShowAxisSubBlock

OrientXpress.ShowAxisSubBlock

Returns or sets the ShowAxisSubBlock

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

Getter Method

Signature ShowAxisSubBlock()

Returns:
Return type:bool

New in version NX8.5.0.

License requirements: None.

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

Setter Method

Signature ShowAxisSubBlock(show)

Parameters:show (bool) –

New in version NX8.5.0.

License requirements: None.

ShowPlaneSubBlock

OrientXpress.ShowPlaneSubBlock

Returns or sets the ShowPlaneSubBlock

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

Getter Method

Signature ShowPlaneSubBlock()

Returns:
Return type:bool

New in version NX8.5.0.

License requirements: None.

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

Setter Method

Signature ShowPlaneSubBlock(show)

Parameters:show (bool) –

New in version NX8.5.0.

License requirements: None.

ShowReferenceSubBlock

OrientXpress.ShowReferenceSubBlock

Returns or sets the ShowReferenceSubBlock

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

Getter Method

Signature ShowReferenceSubBlock()

Returns:
Return type:bool

New in version NX8.5.0.

License requirements: None.

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

Setter Method

Signature ShowReferenceSubBlock(show)

Parameters:show (bool) –

New in version NX8.5.0.

License requirements: None.

ShowSceneControl

OrientXpress.ShowSceneControl

Returns or sets the ShowSceneControl

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

Getter Method

Signature ShowSceneControl()

Returns:
Return type:bool

New in version NX8.5.0.

License requirements: None.

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

Setter Method

Signature ShowSceneControl(show)

Parameters:show (bool) –

New in version NX8.5.0.

License requirements: None.

ShowXAxis

OrientXpress.ShowXAxis

Returns or sets the ShowXAxis

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

Getter Method

Signature ShowXAxis()

Returns:
Return type:bool

New in version NX8.5.0.

License requirements: None.

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

Setter Method

Signature ShowXAxis(show)

Parameters:show (bool) –

New in version NX8.5.0.

License requirements: None.

ShowXYPlane

OrientXpress.ShowXYPlane

Returns or sets the ShowXYPlane

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

Getter Method

Signature ShowXYPlane()

Returns:
Return type:bool

New in version NX8.5.0.

License requirements: None.

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

Setter Method

Signature ShowXYPlane(show)

Parameters:show (bool) –

New in version NX8.5.0.

License requirements: None.

ShowXZPlane

OrientXpress.ShowXZPlane

Returns or sets the ShowXZPlane

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

Getter Method

Signature ShowXZPlane()

Returns:
Return type:bool

New in version NX8.5.0.

License requirements: None.

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

Setter Method

Signature ShowXZPlane(show)

Parameters:show (bool) –

New in version NX8.5.0.

License requirements: None.

ShowYAxis

OrientXpress.ShowYAxis

Returns or sets the ShowYAxis

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

Getter Method

Signature ShowYAxis()

Returns:
Return type:bool

New in version NX8.5.0.

License requirements: None.

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

Setter Method

Signature ShowYAxis(show)

Parameters:show (bool) –

New in version NX8.5.0.

License requirements: None.

ShowYZPlane

OrientXpress.ShowYZPlane

Returns or sets the ShowYZPlane

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

Getter Method

Signature ShowYZPlane()

Returns:
Return type:bool

New in version NX8.5.0.

License requirements: None.

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

Setter Method

Signature ShowYZPlane(show)

Parameters:show (bool) –

New in version NX8.5.0.

License requirements: None.

ShowZAxis

OrientXpress.ShowZAxis

Returns or sets the ShowZAxis

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

Getter Method

Signature ShowZAxis()

Returns:
Return type:bool

New in version NX8.5.0.

License requirements: None.

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

Setter Method

Signature ShowZAxis(show)

Parameters:show (bool) –

New in version NX8.5.0.

License requirements: None.

Method Detail

GetDirectionMembers

OrientXpress.GetDirectionMembers

Gets Direction members

Signature GetDirectionMembers()

Returns:
Return type:list of str

New in version NX8.5.0.

License requirements: None.

GetPlaneMembers

OrientXpress.GetPlaneMembers

Gets Plane members

Signature GetPlaneMembers()

Returns:
Return type:list of str

New in version NX8.5.0.

License requirements: None.

GetReferenceMembers

OrientXpress.GetReferenceMembers

Gets Reference members

Signature GetReferenceMembers()

Returns:
Return type:list of str

New in version NX8.5.0.

License requirements: None.