InheritPmiPreferences Class

class NXOpen.Preferences.InheritPmiPreferences

Bases: object

Represents set of InheritPmiPreferences applicable to drafting views.

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

New in version NX5.0.0.

Properties

Property Description
CrosshatchPmiLightweightSectionView Returns or sets the cross-hatch setting for the current inherited PMI Lightweight Section View
InheritGdt Returns or sets the Inherit GD and T option
InheritPmiMode Returns or sets the Status of inherit pmi mode.
InheritPmiToDrawing Returns or sets the Status of pmi inherited to drawing.

Methods

Property Detail

CrosshatchPmiLightweightSectionView

InheritPmiPreferences.CrosshatchPmiLightweightSectionView

Returns or sets the cross-hatch setting for the current inherited PMI Lightweight Section View

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

Getter Method

Signature CrosshatchPmiLightweightSectionView

Returns:
Return type:bool

New in version NX8.0.0.

License requirements: None.

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

Setter Method

Signature CrosshatchPmiLightweightSectionView

Parameters:crosshatch (bool) –

New in version NX8.0.0.

License requirements: drafting (“DRAFTING”)

InheritGdt

InheritPmiPreferences.InheritGdt

Returns or sets the Inherit GD and T option

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

Getter Method

Signature InheritGdt

Returns:
Return type:NXOpen.Preferences.GdtOption

New in version NX5.0.0.

License requirements: None.

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

Setter Method

Signature InheritGdt

Parameters:gdtOption (NXOpen.Preferences.GdtOption) –

New in version NX5.0.0.

License requirements: drafting (“DRAFTING”)

InheritPmiMode

InheritPmiPreferences.InheritPmiMode

Returns or sets the Status of inherit pmi mode.

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

Getter Method

Signature InheritPmiMode

Returns:
Return type:NXOpen.Preferences.PmiOption

New in version NX5.0.0.

License requirements: None.

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

Setter Method

Signature InheritPmiMode

Parameters:pmiOption (NXOpen.Preferences.PmiOption) –

New in version NX5.0.0.

License requirements: drafting (“DRAFTING”)

InheritPmiToDrawing

InheritPmiPreferences.InheritPmiToDrawing

Returns or sets the Status of pmi inherited to drawing.

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

Getter Method

Signature InheritPmiToDrawing

Returns:Inherit to drawing flag
Return type:bool

New in version NX5.0.0.

License requirements: None.

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

Setter Method

Signature InheritPmiToDrawing

Parameters:pmiOption (bool) –

New in version NX5.0.0.

License requirements: drafting (“DRAFTING”)