LineColorFontWidth Class¶
-
class
NXOpen.BlockStyler.LineColorFontWidth¶ Bases:
NXOpen.BlockStyler.UIBlockRepresents a Line Width block
New in version NX9.0.0.
Properties¶
| Property | Description |
|---|---|
| Enable | Returns or sets the Enable. |
| Expanded | Returns or sets the Expanded |
| Group | Returns or sets the Group |
| HideSubBlocksAsString | Returns or sets the hide sub block. |
| Label | Returns or sets the Label |
| LabelString | Returns or sets the Label String in horizontal layout. |
| LayoutAsString | Returns or sets the layout. |
| LineFontAvailableOptions | Returns or sets the Line Font Available Options |
| LineFontValueAsString | Returns or sets the Line Font Value. |
| LineWidthShowDefault | Returns or sets the Line width Show Default |
| LineWidthShowDefaultAsOriginal | Returns or sets the Line Width Show Default as Original |
| LineWidthShowNoChange | Returns or sets the Line Width Show No Change |
| LineWidthUseWideLines | Returns or sets the Line Width Use Wide Lines |
| Name | Returns the name of the block or BlockID |
| Show | Returns or sets the Visibility of block. |
| ShowLabel | Returns or sets the Show Label flag. |
| Tag | Returns the Tag for this object. |
| Type | Returns the type of block |
Methods¶
| Method | Description |
|---|---|
| Focus | Focuses on the block. |
| GetColorValue | Gets line color values |
| GetProperties | Returns the properties of the block |
| SetColorValue | Sets line color values |
Property Detail¶
HideSubBlocksAsString¶
-
LineColorFontWidth.HideSubBlocksAsString¶ Returns or sets the hide sub block.
-------------------------------------Getter Method
Signature
HideSubBlocksAsStringReturns: Return type: str New in version NX9.0.0.
License requirements: None.
-------------------------------------Setter Method
Signature
HideSubBlocksAsStringParameters: hideSubBlocksString (str) – New in version NX9.0.0.
License requirements: None.
LabelString¶
-
LineColorFontWidth.LabelString¶ Returns or sets the Label String in horizontal layout.
-------------------------------------Getter Method
Signature
LabelStringReturns: Return type: str New in version NX11.0.0.
License requirements: None.
-------------------------------------Setter Method
Signature
LabelStringParameters: labelString (str) – New in version NX11.0.0.
License requirements: None.
LayoutAsString¶
-
LineColorFontWidth.LayoutAsString¶ Returns or sets the layout.
-------------------------------------Getter Method
Signature
LayoutAsStringReturns: Return type: str New in version NX9.0.0.
License requirements: None.
-------------------------------------Setter Method
Signature
LayoutAsStringParameters: layoutString (str) – New in version NX9.0.0.
License requirements: None.
LineFontAvailableOptions¶
-
LineColorFontWidth.LineFontAvailableOptions¶ Returns or sets the Line Font Available Options
-------------------------------------Getter Method
Signature
LineFontAvailableOptionsReturns: Return type: int New in version NX9.0.0.
License requirements: None.
-------------------------------------Setter Method
Signature
LineFontAvailableOptionsParameters: lineFontAvailableOptions (int) – New in version NX9.0.0.
License requirements: None.
LineFontValueAsString¶
-
LineColorFontWidth.LineFontValueAsString¶ Returns or sets the Line Font Value.
-------------------------------------Getter Method
Signature
LineFontValueAsStringReturns: Return type: str New in version NX9.0.0.
License requirements: None.
-------------------------------------Setter Method
Signature
LineFontValueAsStringParameters: fontValueString (str) – New in version NX9.0.0.
License requirements: None.
LineWidthShowDefault¶
-
LineColorFontWidth.LineWidthShowDefault¶ Returns or sets the Line width Show Default
-------------------------------------Getter Method
Signature
LineWidthShowDefaultReturns: Return type: bool New in version NX9.0.0.
License requirements: None.
-------------------------------------Setter Method
Signature
LineWidthShowDefaultParameters: lineWidthShowDefault (bool) – New in version NX9.0.0.
License requirements: None.
LineWidthShowDefaultAsOriginal¶
-
LineColorFontWidth.LineWidthShowDefaultAsOriginal¶ Returns or sets the Line Width Show Default as Original
-------------------------------------Getter Method
Signature
LineWidthShowDefaultAsOriginalReturns: Return type: bool New in version NX9.0.0.
License requirements: None.
-------------------------------------Setter Method
Signature
LineWidthShowDefaultAsOriginalParameters: lineWidthShowDefaultAsOriginal (bool) – New in version NX9.0.0.
License requirements: None.
LineWidthShowNoChange¶
-
LineColorFontWidth.LineWidthShowNoChange¶ Returns or sets the Line Width Show No Change
-------------------------------------Getter Method
Signature
LineWidthShowNoChangeReturns: Return type: bool New in version NX9.0.0.
License requirements: None.
-------------------------------------Setter Method
Signature
LineWidthShowNoChangeParameters: lineWidthShowNoChange (bool) – New in version NX9.0.0.
License requirements: None.
LineWidthUseWideLines¶
-
LineColorFontWidth.LineWidthUseWideLines¶ Returns or sets the Line Width Use Wide Lines
-------------------------------------Getter Method
Signature
LineWidthUseWideLinesReturns: Return type: bool New in version NX9.0.0.
License requirements: None.
-------------------------------------Setter Method
Signature
LineWidthUseWideLinesParameters: lineWidthUseWideLines (bool) – New in version NX9.0.0.
License requirements: None.
ShowLabel¶
-
LineColorFontWidth.ShowLabel¶ Returns or sets the Show Label flag.
If true, the block label is shown in horizontal layout.
-------------------------------------Getter Method
Signature
ShowLabelReturns: Return type: bool New in version NX11.0.0.
License requirements: None.
-------------------------------------Setter Method
Signature
ShowLabelParameters: showLabel (bool) – New in version NX11.0.0.
License requirements: None.