SheetZoneSettingsBuilder Class¶
-
class
NXOpen.Drawings.SheetZoneSettingsBuilder¶ Bases:
NXOpen.TaggedObject,NXOpen.GeometricUtilities.IComponentBuilderRepresents the Drawing Sheet Zone Setting Style Builder.
New in version NX10.0.0.
Properties¶
| Property | Description |
|---|---|
| ContinueZoneIndexingAcrossSheets | Returns or sets the continue zone indexing across sheets |
| CornerZoneModification | Returns or sets the corner zone modification |
| CreateZoneLabels | Returns or sets the create zone labels |
| CreateZoneMarkings | Returns or sets the create zone markings |
| CreateZones | Returns or sets the create zones |
| HorizontalSize | Returns or sets the horizontal size |
| LabelColor | Returns or sets the labels color |
| LabelFont | Returns or sets the labels font |
| LabelHeight | Returns or sets the label height |
| LabelItalicized | Returns or sets the labels font style |
| LabelWidth | Returns or sets the labels width |
| LabelsToSkip | Returns or sets the labels to skip |
| MarkingHeight | Returns or sets the marking height |
| MarkingLineColorWidth | Returns the marking line color width |
| Origin | Returns or sets the origin |
| Tag | Returns the Tag for this object. |
| VerticalSize | Returns or sets the vertical size |
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 continue zone indexing across sheets
-------------------------------------Getter Method
Signature
ContinueZoneIndexingAcrossSheetsReturns: Return type: bool New in version NX10.0.0.
License requirements: None.
-------------------------------------Setter Method
Signature
ContinueZoneIndexingAcrossSheetsParameters: continueZoneIndexingAcrossSheets (bool) – New in version NX10.0.0.
License requirements: drafting (“DRAFTING”)
CornerZoneModification¶
-
SheetZoneSettingsBuilder.CornerZoneModification¶ Returns or sets the corner zone modification
-------------------------------------Getter Method
Signature
CornerZoneModificationReturns: Return type: float New in version NX10.0.0.
License requirements: None.
-------------------------------------Setter Method
Signature
CornerZoneModificationParameters: cornerZoneModification (float) – New in version NX10.0.0.
License requirements: drafting (“DRAFTING”)
CreateZoneLabels¶
-
SheetZoneSettingsBuilder.CreateZoneLabels¶ Returns or sets the create zone labels
-------------------------------------Getter Method
Signature
CreateZoneLabelsReturns: Return type: bool New in version NX10.0.0.
License requirements: None.
-------------------------------------Setter Method
Signature
CreateZoneLabelsParameters: createZoneLabels (bool) – New in version NX10.0.0.
License requirements: drafting (“DRAFTING”)
CreateZoneMarkings¶
-
SheetZoneSettingsBuilder.CreateZoneMarkings¶ Returns or sets the create zone markings
-------------------------------------Getter Method
Signature
CreateZoneMarkingsReturns: Return type: bool New in version NX10.0.0.
License requirements: None.
-------------------------------------Setter Method
Signature
CreateZoneMarkingsParameters: createZoneMarkings (bool) – New in version NX10.0.0.
License requirements: drafting (“DRAFTING”)
CreateZones¶
-
SheetZoneSettingsBuilder.CreateZones¶ Returns or sets the create zones
-------------------------------------Getter Method
Signature
CreateZonesReturns: Return type: bool New in version NX10.0.0.
License requirements: None.
-------------------------------------Setter Method
Signature
CreateZonesParameters: createZones (bool) – New in version NX10.0.0.
License requirements: drafting (“DRAFTING”)
HorizontalSize¶
-
SheetZoneSettingsBuilder.HorizontalSize¶ Returns or sets the horizontal size
-------------------------------------Getter Method
Signature
HorizontalSizeReturns: Return type: float New in version NX10.0.0.
License requirements: None.
-------------------------------------Setter Method
Signature
HorizontalSizeParameters: horizontalSize (float) – New in version NX10.0.0.
License requirements: drafting (“DRAFTING”)
LabelColor¶
-
SheetZoneSettingsBuilder.LabelColor¶ Returns or sets the labels color
-------------------------------------Getter Method
Signature
LabelColorReturns: Return type: int New in version NX10.0.0.
License requirements: None.
-------------------------------------Setter Method
Signature
LabelColorParameters: labelColor (int) – New in version NX10.0.0.
License requirements: drafting (“DRAFTING”)
LabelFont¶
-
SheetZoneSettingsBuilder.LabelFont¶ Returns or sets the labels font
-------------------------------------Getter Method
Signature
LabelFontReturns: Return type: int New in version NX10.0.0.
License requirements: None.
-------------------------------------Setter Method
Signature
LabelFontParameters: labelFont (int) – New in version NX10.0.0.
License requirements: drafting (“DRAFTING”)
LabelHeight¶
-
SheetZoneSettingsBuilder.LabelHeight¶ Returns or sets the label height
-------------------------------------Getter Method
Signature
LabelHeightReturns: Return type: float New in version NX10.0.0.
License requirements: None.
-------------------------------------Setter Method
Signature
LabelHeightParameters: labelHeight (float) – New in version NX10.0.0.
License requirements: drafting (“DRAFTING”)
LabelItalicized¶
-
SheetZoneSettingsBuilder.LabelItalicized¶ Returns or sets the labels font style
-------------------------------------Getter Method
Signature
LabelItalicizedReturns: Return type: bool New in version NX10.0.0.
License requirements: None.
-------------------------------------Setter Method
Signature
LabelItalicizedParameters: italic (bool) – New in version NX10.0.0.
License requirements: drafting (“DRAFTING”)
LabelWidth¶
-
SheetZoneSettingsBuilder.LabelWidth¶ Returns or sets the labels width
-------------------------------------Getter Method
Signature
LabelWidthReturns: Return type: int New in version NX10.0.0.
License requirements: None.
-------------------------------------Setter Method
Signature
LabelWidthParameters: labelWidth (int) – New in version NX10.0.0.
License requirements: drafting (“DRAFTING”)
LabelsToSkip¶
-
SheetZoneSettingsBuilder.LabelsToSkip¶ Returns or sets the labels to skip
-------------------------------------Getter Method
Signature
LabelsToSkipReturns: Return type: str New in version NX10.0.0.
License requirements: None.
-------------------------------------Setter Method
Signature
LabelsToSkipParameters: labelsToSkip (str) – New in version NX10.0.0.
License requirements: drafting (“DRAFTING”)
MarkingHeight¶
-
SheetZoneSettingsBuilder.MarkingHeight¶ Returns or sets the marking height
-------------------------------------Getter Method
Signature
MarkingHeightReturns: Return type: float New in version NX10.0.0.
License requirements: None.
-------------------------------------Setter Method
Signature
MarkingHeightParameters: markingHeight (float) – New in version NX10.0.0.
License requirements: drafting (“DRAFTING”)
MarkingLineColorWidth¶
-
SheetZoneSettingsBuilder.MarkingLineColorWidth¶ Returns the marking line color width
-------------------------------------Getter Method
Signature
MarkingLineColorWidthReturns: Return type: NXOpen.LineColorFontWidthBuilderNew in version NX10.0.0.
License requirements: None.
Origin¶
-
SheetZoneSettingsBuilder.Origin¶ Returns or sets the origin
-------------------------------------Getter Method
Signature
OriginReturns: Return type: NXOpen.Drawings.ZoneOriginNew in version NX10.0.0.
License requirements: None.
-------------------------------------Setter Method
Signature
OriginParameters: origin ( NXOpen.Drawings.ZoneOrigin) –New in version NX10.0.0.
License requirements: drafting (“DRAFTING”)
VerticalSize¶
-
SheetZoneSettingsBuilder.VerticalSize¶ Returns or sets the vertical size
-------------------------------------Getter Method
Signature
VerticalSizeReturns: Return type: float New in version NX10.0.0.
License requirements: None.
-------------------------------------Setter Method
Signature
VerticalSizeParameters: verticalSize (float) – New in version NX10.0.0.
License requirements: drafting (“DRAFTING”)
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.