InheritPmiViewStyle Class¶
-
class
NXOpen.Drawings.InheritPmiViewStyle¶ Bases:
objectRepresents set of InheritPmiViewStyle applicable to drafting views.
To obtain an instance of this class use
Drawings.ViewStyle.InheritPmi()New in version NX5.0.0.
Properties¶
| Property | Description |
|---|---|
| CrosshatchPmiLwsv | Returns the cross-hatch setting for the current inherited PMI Lightweight Section View |
| InheritPmiMode | Returns or sets the Inherit pmi mode. |
| InheritPmiToDrawing | Returns or sets the status of pmi inherited to drawing. |
| InheritPmiTypeMask | Returns or sets the Inherit pmi type mask. |
| PmiDimensionFromRevolved | Returns or sets the status of pmi inherited to drawing. |
Methods¶
| Method | Description |
|---|---|
| SetCrosshatchPmiLwsv | Controls whether the cut faces of an inherited PMI Lightweight section view are cross-hatched or not. |
| SetInheritGdt | Inherit GD and T option,that let you inherit GD and T display instances onto the drawing plane or into a drawing member view. |
Property Detail¶
CrosshatchPmiLwsv¶
-
InheritPmiViewStyle.CrosshatchPmiLwsv¶ Returns the cross-hatch setting for the current inherited PMI Lightweight Section View
-------------------------------------Getter Method
Signature
CrosshatchPmiLwsvReturns: the crosshatch flag setting Return type: bool New in version NX8.0.0.
License requirements: None.
InheritPmiMode¶
-
InheritPmiViewStyle.InheritPmiMode¶ Returns or sets the 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¶
-
InheritPmiViewStyle.InheritPmiToDrawing¶ Returns or sets the status of pmi inherited to drawing.
-------------------------------------Getter Method
Signature
InheritPmiToDrawingReturns: Return type: bool New in version NX5.0.0.
License requirements: None.
-------------------------------------Setter Method
Signature
InheritPmiToDrawingParameters: pmiToDrawing (bool) – New in version NX5.0.0.
License requirements: drafting (“DRAFTING”)
InheritPmiTypeMask¶
-
InheritPmiViewStyle.InheritPmiTypeMask¶ Returns or sets the Inherit pmi type mask.
-------------------------------------Getter Method
Signature
InheritPmiTypeMaskReturns: Return type: int New in version NX5.0.0.
License requirements: None.
-------------------------------------Setter Method
Signature
InheritPmiTypeMaskParameters: pmiTypeMask (int) – New in version NX5.0.0.
License requirements: drafting (“DRAFTING”)
PmiDimensionFromRevolved¶
-
InheritPmiViewStyle.PmiDimensionFromRevolved¶ Returns or sets the status of pmi inherited to drawing.
-------------------------------------Getter Method
Signature
PmiDimensionFromRevolvedReturns: Return type: bool New in version NX9.0.0.
License requirements: None.
-------------------------------------Setter Method
Signature
PmiDimensionFromRevolvedParameters: pmiDimensionFromRevolved (bool) – New in version NX9.0.0.
License requirements: drafting (“DRAFTING”)
Method Detail¶
SetCrosshatchPmiLwsv¶
-
InheritPmiViewStyle.SetCrosshatchPmiLwsv¶ Controls whether the cut faces of an inherited PMI Lightweight section view are cross-hatched or not.
Signature
SetCrosshatchPmiLwsv(crosshatch)Parameters: crosshatch (bool) – New in version NX8.0.0.
License requirements: drafting (“DRAFTING”)
SetInheritGdt¶
-
InheritPmiViewStyle.SetInheritGdt¶ Inherit GD and T option,that let you inherit GD and T display instances onto the drawing plane or into a drawing member view.
Signature
SetInheritGdt(gdtOption)Parameters: gdtOption ( NXOpen.Preferences.GdtOption) – Inherit GDT optionNew in version NX5.0.0.
License requirements: drafting (“DRAFTING”)