DetailViewPreferences Class

class NXOpen.Preferences.DetailViewPreferences

Bases: object

Represents set of Detail View Preferences applicable to drafting views.

To obtain an instance of this class use Preferences.ViewPreferences.Detail()

New in version NX5.0.0.

Properties

Property Description
CreateIndependent Returns or sets the toogle create independent
ViewBoundaryColor Returns or sets the view boundary color option
ViewBoundaryFont Returns or sets the view boundary font option
ViewBoundaryWidth Returns or sets the view boundary width option

Methods

Method Description
SetCircularBoundary Sets the circular boundary option.

Property Detail

CreateIndependent

DetailViewPreferences.CreateIndependent

Returns or sets the toogle create independent

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

Getter Method

Signature CreateIndependent()

Returns:
Return type:int

New in version NX7.5.3.

License requirements: drafting (“DRAFTING”)

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

Setter Method

Signature CreateIndependent(createIndependentToogle)

Parameters:createIndependentToogle (int) –

New in version NX7.5.3.

License requirements: drafting (“DRAFTING”)

ViewBoundaryColor

DetailViewPreferences.ViewBoundaryColor

Returns or sets the view boundary color option

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

Getter Method

Signature ViewBoundaryColor()

Returns:
Return type:Id

New in version NX6.0.2.

License requirements: drafting (“DRAFTING”)

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

Setter Method

Signature ViewBoundaryColor(color)

Parameters:color (Id) –

New in version NX6.0.2.

License requirements: drafting (“DRAFTING”)

ViewBoundaryFont

DetailViewPreferences.ViewBoundaryFont

Returns or sets the view boundary font option

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

Getter Method

Signature ViewBoundaryFont()

Returns:
Return type:NXOpen.Preferences.Font

New in version NX6.0.2.

License requirements: drafting (“DRAFTING”)

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

Setter Method

Signature ViewBoundaryFont(font)

Parameters:font (NXOpen.Preferences.Font) –

New in version NX6.0.2.

License requirements: drafting (“DRAFTING”)

ViewBoundaryWidth

DetailViewPreferences.ViewBoundaryWidth

Returns or sets the view boundary width option

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

Getter Method

Signature ViewBoundaryWidth()

Returns:
Return type:NXOpen.Preferences.Width

New in version NX6.0.2.

License requirements: drafting (“DRAFTING”)

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

Setter Method

Signature ViewBoundaryWidth(width)

Parameters:width (NXOpen.Preferences.Width) –

New in version NX6.0.2.

License requirements: drafting (“DRAFTING”)

Method Detail

SetCircularBoundary

DetailViewPreferences.SetCircularBoundary

Sets the circular boundary option.

If True, circular boundary is displayed for detail view, else rectangular boundary is displayed.

Signature SetCircularBoundary(circularBoundaryOption)

Parameters:circularBoundaryOption (bool) –

New in version NX5.0.0.

License requirements: drafting (“DRAFTING”)