DetailViewPreferences Class¶
-
class
NXOpen.Preferences.DetailViewPreferences¶ Bases:
objectRepresents 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
CreateIndependentReturns: Return type: int New in version NX7.5.3.
License requirements: drafting (“DRAFTING”)
-------------------------------------Setter Method
Signature
CreateIndependentParameters: 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
ViewBoundaryColorReturns: Return type: Id New in version NX6.0.2.
License requirements: drafting (“DRAFTING”)
-------------------------------------Setter Method
Signature
ViewBoundaryColorParameters: 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
ViewBoundaryFontReturns: Return type: NXOpen.Preferences.FontNew in version NX6.0.2.
License requirements: drafting (“DRAFTING”)
-------------------------------------Setter Method
Signature
ViewBoundaryFontParameters: 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
ViewBoundaryWidthReturns: Return type: NXOpen.Preferences.WidthNew in version NX6.0.2.
License requirements: drafting (“DRAFTING”)
-------------------------------------Setter Method
Signature
ViewBoundaryWidthParameters: 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”)