DrawingArea Class¶
-
class
NXOpen.BlockStyler.DrawingArea¶ Bases:
NXOpen.BlockStyler.UIBlockRepresents a Drawing Area block
New in version NX8.5.0.
Properties¶
| Property | Description |
|---|---|
| Enable | Returns or sets the Enable. |
| Expanded | Returns or sets the Expanded |
| Group | Returns or sets the Group |
| Height | Returns or sets the Height |
| Image | Returns or sets the Image |
| Label | Returns or sets the Label |
| Name | Returns the name of the block or BlockID |
| Show | Returns or sets the Visibility of block. |
| Tag | Returns the Tag for this object. |
| Type | Returns the type of block |
| Width | Returns or sets the Width |
Methods¶
| Method | Description |
|---|---|
| Focus | Focuses on the block. |
| GetProperties | Returns the properties of the block |
Property Detail¶
Height¶
-
DrawingArea.Height¶ Returns or sets the Height
-------------------------------------Getter Method
Signature
HeightReturns: Return type: int New in version NX8.5.0.
License requirements: None.
-------------------------------------Setter Method
Signature
HeightParameters: height (int) – New in version NX8.5.0.
License requirements: None.
Image¶
-
DrawingArea.Image¶ Returns or sets the Image
-------------------------------------Getter Method
Signature
ImageReturns: Return type: str New in version NX8.5.0.
License requirements: None.
-------------------------------------Setter Method
Signature
ImageParameters: imageString (str) – New in version NX8.5.0.
License requirements: None.
Width¶
-
DrawingArea.Width¶ Returns or sets the Width
-------------------------------------Getter Method
Signature
WidthReturns: Return type: int New in version NX8.5.0.
License requirements: None.
-------------------------------------Setter Method
Signature
WidthParameters: width (int) – New in version NX8.5.0.
License requirements: None.