InheritPmiPreferences Class¶
-
class
NXOpen.Preferences.InheritPmiPreferences¶ Bases:
objectRepresents 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
CrosshatchPmiLightweightSectionViewReturns: Return type: bool New in version NX8.0.0.
License requirements: None.
-------------------------------------Setter Method
Signature
CrosshatchPmiLightweightSectionViewParameters: 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
InheritGdtReturns: Return type: NXOpen.Preferences.GdtOptionNew in version NX5.0.0.
License requirements: None.
-------------------------------------Setter Method
Signature
InheritGdtParameters: 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
InheritPmiModeReturns: Return type: NXOpen.Preferences.PmiOptionNew in version NX5.0.0.
License requirements: None.
-------------------------------------Setter Method
Signature
InheritPmiModeParameters: 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
InheritPmiToDrawingReturns: Inherit to drawing flag Return type: bool New in version NX5.0.0.
License requirements: None.
-------------------------------------Setter Method
Signature
InheritPmiToDrawingParameters: pmiOption (bool) – New in version NX5.0.0.
License requirements: drafting (“DRAFTING”)