FlatPatternViewStyle Class¶
-
class
NXOpen.Drawings.FlatPatternViewStyle¶ Bases:
objectProvides access to object and callout properties for sheet-metal data in flat pattern views on drawings.
To obtain an instance of this class, refer to
NXOpen.Drawings.ViewStyleNew in version NX5.0.0.
Methods¶
| Method | Description |
|---|---|
| Commit | Commits and applies all the settings done with set_callout_type_display and set_object_type_display. |
| GetPropertiesObject | Returns the properties object for the view’s flat pattern style settings. |
Method Detail¶
Commit¶
-
FlatPatternViewStyle.Commit¶ Commits and applies all the settings done with set_callout_type_display and set_object_type_display.
It must be called after a sequence of calls to those methods to cause the view to update.
Signature
Commit()New in version NX5.0.0.
License requirements: nx_sheet_metal (“NX Sheet Metal”)
GetPropertiesObject¶
-
FlatPatternViewStyle.GetPropertiesObject¶ Returns the properties object for the view’s flat pattern style settings.
Signature
GetPropertiesObject()Returns: Reference to the object on which to get and set the style for flat pattern drawing member views. :rtype:
NXOpen.SheetMetal.FlatPatternSettingsNew in version NX5.0.0.
License requirements: nx_sheet_metal (“NX Sheet Metal”)