SheetZoneSettingsBuilder Class¶
-
class
NXOpen.Diagramming.SheetZoneSettingsBuilder¶ Bases:
NXOpen.TaggedObject,NXOpen.GeometricUtilities.IComponentBuilderThe SheetZoneSettings builder
New in version NX11.0.1.
Properties¶
| Property | Description |
|---|---|
| ContinueZoneIndexingAcrossSheets | Returns or sets the flag indicates whether the index for horizontal numeric zone labels will continue onto the next sheet or not. |
| CornerZoneModification | Returns or sets the corner zone modification used as determine the size of the corner zone. |
| CreateZoneLabels | Returns or sets the flag indicates to create zone labels or not. |
| CreateZoneMarkings | Returns or sets the flag indicates to create zone markings or not. |
| CreateZones | Returns or sets the flag indicates to create zones or not. |
| HorizontalSize | Returns or sets the size of the horizontal zone. |
| LabelColor | Returns or sets the color of the label(text). |
| LabelFont | Returns or sets the font of the label(text). |
| LabelHeight | Returns or sets the height of the label(text). |
| LabelItalicized | Returns or sets the flag indicates the label(text) is italic or not. |
| LabelWidth | Returns or sets the width of the label(text) like Regular, Bold. |
| LabelsToSkip | Returns or sets the characters to skip in label(text). |
| MarkingHeight | Returns or sets the height of the marking. |
| MarkingLineColorWidth | Returns the color and width of marking line. |
| Origin | Returns or sets the type of zone origin like TopLeft/BottomRight. |
| Tag | Returns the Tag for this object. |
| VerticalSize | Returns or sets the size of the vertical zone. |
Methods¶
| Method | Description |
|---|---|
| Validate | Validate whether the inputs to the component are sufficient for commit to be called. |
Property Detail¶
ContinueZoneIndexingAcrossSheets¶
-
SheetZoneSettingsBuilder.ContinueZoneIndexingAcrossSheets¶ Returns or sets the flag indicates whether the index for horizontal numeric zone labels will continue onto the next sheet or not.
-------------------------------------Getter Method
Signature
ContinueZoneIndexingAcrossSheetsReturns: Return type: bool New in version NX11.0.1.
License requirements: None.
-------------------------------------Setter Method
Signature
ContinueZoneIndexingAcrossSheetsParameters: continueZoneIndexingAcrossSheets (bool) – New in version NX11.0.1.
License requirements: None.
CornerZoneModification¶
-
SheetZoneSettingsBuilder.CornerZoneModification¶ Returns or sets the corner zone modification used as determine the size of the corner zone.
-------------------------------------Getter Method
Signature
CornerZoneModificationReturns: Return type: float New in version NX11.0.1.
License requirements: None.
-------------------------------------Setter Method
Signature
CornerZoneModificationParameters: cornerZoneModification (float) – New in version NX11.0.1.
License requirements: None.
CreateZoneLabels¶
-
SheetZoneSettingsBuilder.CreateZoneLabels¶ Returns or sets the flag indicates to create zone labels or not.
-------------------------------------Getter Method
Signature
CreateZoneLabelsReturns: Return type: bool New in version NX11.0.1.
License requirements: None.
-------------------------------------Setter Method
Signature
CreateZoneLabelsParameters: createZoneLabels (bool) – New in version NX11.0.1.
License requirements: None.
CreateZoneMarkings¶
-
SheetZoneSettingsBuilder.CreateZoneMarkings¶ Returns or sets the flag indicates to create zone markings or not.
-------------------------------------Getter Method
Signature
CreateZoneMarkingsReturns: Return type: bool New in version NX11.0.1.
License requirements: None.
-------------------------------------Setter Method
Signature
CreateZoneMarkingsParameters: createZoneMarkings (bool) – New in version NX11.0.1.
License requirements: None.
CreateZones¶
-
SheetZoneSettingsBuilder.CreateZones¶ Returns or sets the flag indicates to create zones or not.
-------------------------------------Getter Method
Signature
CreateZonesReturns: Return type: bool New in version NX11.0.1.
License requirements: None.
-------------------------------------Setter Method
Signature
CreateZonesParameters: createZones (bool) – New in version NX11.0.1.
License requirements: None.
HorizontalSize¶
-
SheetZoneSettingsBuilder.HorizontalSize¶ Returns or sets the size of the horizontal zone.
It must be greater than zero.
-------------------------------------Getter Method
Signature
HorizontalSizeReturns: Return type: float New in version NX11.0.1.
License requirements: None.
-------------------------------------Setter Method
Signature
HorizontalSizeParameters: horizontalSize (float) – New in version NX11.0.1.
License requirements: None.
LabelColor¶
-
SheetZoneSettingsBuilder.LabelColor¶ Returns or sets the color of the label(text).
-------------------------------------Getter Method
Signature
LabelColorReturns: Return type: int New in version NX11.0.1.
License requirements: None.
-------------------------------------Setter Method
Signature
LabelColorParameters: labelColor (int) – New in version NX11.0.1.
License requirements: None.
LabelFont¶
-
SheetZoneSettingsBuilder.LabelFont¶ Returns or sets the font of the label(text).
-------------------------------------Getter Method
Signature
LabelFontReturns: Return type: int New in version NX11.0.1.
License requirements: None.
-------------------------------------Setter Method
Signature
LabelFontParameters: labelFont (int) – New in version NX11.0.1.
License requirements: None.
LabelHeight¶
-
SheetZoneSettingsBuilder.LabelHeight¶ Returns or sets the height of the label(text).
-------------------------------------Getter Method
Signature
LabelHeightReturns: Return type: float New in version NX11.0.1.
License requirements: None.
-------------------------------------Setter Method
Signature
LabelHeightParameters: labelHeight (float) – New in version NX11.0.1.
License requirements: None.
LabelItalicized¶
-
SheetZoneSettingsBuilder.LabelItalicized¶ Returns or sets the flag indicates the label(text) is italic or not.
-------------------------------------Getter Method
Signature
LabelItalicizedReturns: Return type: bool New in version NX11.0.1.
License requirements: None.
-------------------------------------Setter Method
Signature
LabelItalicizedParameters: italic (bool) – New in version NX11.0.1.
License requirements: None.
LabelWidth¶
-
SheetZoneSettingsBuilder.LabelWidth¶ Returns or sets the width of the label(text) like Regular, Bold.
-------------------------------------Getter Method
Signature
LabelWidthReturns: Return type: int New in version NX11.0.1.
License requirements: None.
-------------------------------------Setter Method
Signature
LabelWidthParameters: labelWidth (int) – New in version NX11.0.1.
License requirements: None.
LabelsToSkip¶
-
SheetZoneSettingsBuilder.LabelsToSkip¶ Returns or sets the characters to skip in label(text).
-------------------------------------Getter Method
Signature
LabelsToSkipReturns: Return type: str New in version NX11.0.1.
License requirements: None.
-------------------------------------Setter Method
Signature
LabelsToSkipParameters: labelsToSkip (str) – New in version NX11.0.1.
License requirements: None.
MarkingHeight¶
-
SheetZoneSettingsBuilder.MarkingHeight¶ Returns or sets the height of the marking.
-------------------------------------Getter Method
Signature
MarkingHeightReturns: Return type: float New in version NX11.0.1.
License requirements: None.
-------------------------------------Setter Method
Signature
MarkingHeightParameters: markingHeight (float) – New in version NX11.0.1.
License requirements: None.
MarkingLineColorWidth¶
-
SheetZoneSettingsBuilder.MarkingLineColorWidth¶ Returns the color and width of marking line.
-------------------------------------Getter Method
Signature
MarkingLineColorWidthReturns: Return type: NXOpen.LineColorFontWidthBuilderNew in version NX11.0.1.
License requirements: None.
Origin¶
-
SheetZoneSettingsBuilder.Origin¶ Returns or sets the type of zone origin like TopLeft/BottomRight.
-------------------------------------Getter Method
Signature
OriginReturns: Return type: NXOpen.Diagramming.ZoneOriginNew in version NX11.0.1.
License requirements: None.
-------------------------------------Setter Method
Signature
OriginParameters: origin ( NXOpen.Diagramming.ZoneOrigin) –New in version NX11.0.1.
License requirements: None.
VerticalSize¶
-
SheetZoneSettingsBuilder.VerticalSize¶ Returns or sets the size of the vertical zone.
It must be greater than zero.
-------------------------------------Getter Method
Signature
VerticalSizeReturns: Return type: float New in version NX11.0.1.
License requirements: None.
-------------------------------------Setter Method
Signature
VerticalSizeParameters: verticalSize (float) – New in version NX11.0.1.
License requirements: None.
Method Detail¶
Validate¶
-
SheetZoneSettingsBuilder.Validate¶ Validate whether the inputs to the component are sufficient for commit to be called.
If the component is not in a state to commit then an exception is thrown. For example, if the component requires you to set some property, this method will throw an exception if you haven’t set it. This method throws a not-yet-implemented NXException for some components.
Signature
Validate()Returns: Was self validation successful Return type: bool New in version NX3.0.1.
License requirements: None.