SheetBorderSettingsBuilder Class¶
-
class
NXOpen.Diagramming.SheetBorderSettingsBuilder¶ Bases:
NXOpen.TaggedObject,NXOpen.GeometricUtilities.IComponentBuilderThe SheetBorderSettings builder
New in version NX11.0.1.
Properties¶
| Property | Description |
|---|---|
| ArrowAngle | Returns or sets the angle of arrow in the borders. |
| ArrowDirection | Returns or sets the direction of arrow like Into Sheet or Out of Sheet. |
| ArrowHeadTail | Returns or sets the length of arrow tail. |
| ArrowLength | Returns or sets the length of arrow in the borders. |
| ArrowStyle | Returns or sets the type of arrow style like Open, Closed. |
| BorderLineWidth | Returns or sets the width of border. |
| CenteringMarkLength | Returns or sets the length of centering mark. |
| CenteringMarksColorWidth | Returns the color and width of centering marks. |
| CenteringMarksExtension | Returns or sets the length of centering marks extension from inner border. |
| CenteringMarksHorizontal | Returns or sets the horizontal centering mark used to show the type of centering mark like LeftArrow/RightArrow. |
| CenteringMarksVertical | Returns or sets the vertical centering mark used to show the type of centering mark like TopArrow/BottomArrow. |
| CreateBorders | Returns or sets the flag that indicates if borders are created. |
| CreateTrimmingMarks | Returns or sets the flag indicates to create trimming marks or not. |
| DisplaySheetSizeInBorder | Returns or sets the flag indicates to display sheet size in border or not |
| DistanceFromInnerBorder | Returns or sets the distance between inner border and arrow head. |
| InnerLineCFW | Returns the color, font and width of inner border line. |
| Method | Returns or sets the type of method to display like Standard/Custom |
| OuterLineCFW | Returns the color, font and width of outer border line. |
| Tag | Returns the Tag for this object. |
| TrimmingMarkColor | Returns or sets the color of trimming mark. |
| TrimmingMarkLength | Returns or sets the length of trimming mark. |
| TrimmingMarkStyle | Returns or sets the type of trimming mark style like Corner or Triangle. |
| TrimmingMarkWidth | Returns or sets the width of trimming mark. |
Methods¶
| Method | Description |
|---|---|
| Validate | Validate whether the inputs to the component are sufficient for commit to be called. |
Property Detail¶
ArrowAngle¶
-
SheetBorderSettingsBuilder.ArrowAngle¶ Returns or sets the angle of arrow in the borders.
-------------------------------------Getter Method
Signature
ArrowAngleReturns: Return type: float New in version NX11.0.1.
License requirements: None.
-------------------------------------Setter Method
Signature
ArrowAngleParameters: arrowAngle (float) – New in version NX11.0.1.
License requirements: None.
ArrowDirection¶
-
SheetBorderSettingsBuilder.ArrowDirection¶ Returns or sets the direction of arrow like Into Sheet or Out of Sheet.
-------------------------------------Getter Method
Signature
ArrowDirectionReturns: Return type: NXOpen.Diagramming.ArrowDirectionTypeNew in version NX11.0.1.
License requirements: None.
-------------------------------------Setter Method
Signature
ArrowDirectionParameters: arrowDirection ( NXOpen.Diagramming.ArrowDirectionType) –New in version NX11.0.1.
License requirements: None.
ArrowHeadTail¶
-
SheetBorderSettingsBuilder.ArrowHeadTail¶ Returns or sets the length of arrow tail.
-------------------------------------Getter Method
Signature
ArrowHeadTailReturns: Return type: float New in version NX11.0.1.
License requirements: None.
-------------------------------------Setter Method
Signature
ArrowHeadTailParameters: arrowHeadTail (float) – New in version NX11.0.1.
License requirements: None.
ArrowLength¶
-
SheetBorderSettingsBuilder.ArrowLength¶ Returns or sets the length of arrow in the borders.
-------------------------------------Getter Method
Signature
ArrowLengthReturns: Return type: float New in version NX11.0.1.
License requirements: None.
-------------------------------------Setter Method
Signature
ArrowLengthParameters: arrowLength (float) – New in version NX11.0.1.
License requirements: None.
ArrowStyle¶
-
SheetBorderSettingsBuilder.ArrowStyle¶ Returns or sets the type of arrow style like Open, Closed.
-------------------------------------Getter Method
Signature
ArrowStyleReturns: Return type: NXOpen.Diagramming.ArrowStyleTypeNew in version NX11.0.1.
License requirements: None.
-------------------------------------Setter Method
Signature
ArrowStyleParameters: arrowStyle ( NXOpen.Diagramming.ArrowStyleType) –New in version NX11.0.1.
License requirements: None.
BorderLineWidth¶
-
SheetBorderSettingsBuilder.BorderLineWidth¶ Returns or sets the width of border.
It should be greater than zero.
-------------------------------------Getter Method
Signature
BorderLineWidthReturns: Return type: float New in version NX11.0.1.
License requirements: None.
-------------------------------------Setter Method
Signature
BorderLineWidthParameters: borderLineWidth (float) – New in version NX11.0.1.
License requirements: None.
CenteringMarkLength¶
-
SheetBorderSettingsBuilder.CenteringMarkLength¶ Returns or sets the length of centering mark.
-------------------------------------Getter Method
Signature
CenteringMarkLengthReturns: Return type: float New in version NX11.0.1.
License requirements: None.
-------------------------------------Setter Method
Signature
CenteringMarkLengthParameters: centeringMarkLength (float) – New in version NX11.0.1.
License requirements: None.
CenteringMarksColorWidth¶
-
SheetBorderSettingsBuilder.CenteringMarksColorWidth¶ Returns the color and width of centering marks.
-------------------------------------Getter Method
Signature
CenteringMarksColorWidthReturns: Return type: NXOpen.LineColorFontWidthBuilderNew in version NX11.0.1.
License requirements: None.
CenteringMarksExtension¶
-
SheetBorderSettingsBuilder.CenteringMarksExtension¶ Returns or sets the length of centering marks extension from inner border.
-------------------------------------Getter Method
Signature
CenteringMarksExtensionReturns: Return type: float New in version NX11.0.1.
License requirements: None.
-------------------------------------Setter Method
Signature
CenteringMarksExtensionParameters: centeringMarksExtension (float) – New in version NX11.0.1.
License requirements: None.
CenteringMarksHorizontal¶
-
SheetBorderSettingsBuilder.CenteringMarksHorizontal¶ Returns or sets the horizontal centering mark used to show the type of centering mark like LeftArrow/RightArrow.
-------------------------------------Getter Method
Signature
CenteringMarksHorizontalReturns: Return type: NXOpen.Diagramming.HorizontalCenteringMarkTypeNew in version NX11.0.1.
License requirements: None.
-------------------------------------Setter Method
Signature
CenteringMarksHorizontalParameters: centeringMarksHorizontal ( NXOpen.Diagramming.HorizontalCenteringMarkType) –New in version NX11.0.1.
License requirements: None.
CenteringMarksVertical¶
-
SheetBorderSettingsBuilder.CenteringMarksVertical¶ Returns or sets the vertical centering mark used to show the type of centering mark like TopArrow/BottomArrow.
-------------------------------------Getter Method
Signature
CenteringMarksVerticalReturns: Return type: NXOpen.Diagramming.VerticalCenteringMarkTypeNew in version NX11.0.1.
License requirements: None.
-------------------------------------Setter Method
Signature
CenteringMarksVerticalParameters: centeringMarksVertical ( NXOpen.Diagramming.VerticalCenteringMarkType) –New in version NX11.0.1.
License requirements: None.
CreateBorders¶
-
SheetBorderSettingsBuilder.CreateBorders¶ Returns or sets the flag that indicates if borders are created.
-------------------------------------Getter Method
Signature
CreateBordersReturns: Return type: bool New in version NX11.0.1.
License requirements: None.
-------------------------------------Setter Method
Signature
CreateBordersParameters: createBorders (bool) – New in version NX11.0.1.
License requirements: None.
CreateTrimmingMarks¶
-
SheetBorderSettingsBuilder.CreateTrimmingMarks¶ Returns or sets the flag indicates to create trimming marks or not.
-------------------------------------Getter Method
Signature
CreateTrimmingMarksReturns: Return type: bool New in version NX11.0.1.
License requirements: None.
-------------------------------------Setter Method
Signature
CreateTrimmingMarksParameters: createTrimmingMarks (bool) – New in version NX11.0.1.
License requirements: None.
DisplaySheetSizeInBorder¶
-
SheetBorderSettingsBuilder.DisplaySheetSizeInBorder¶ Returns or sets the flag indicates to display sheet size in border or not
-------------------------------------Getter Method
Signature
DisplaySheetSizeInBorderReturns: Return type: bool New in version NX11.0.1.
License requirements: None.
-------------------------------------Setter Method
Signature
DisplaySheetSizeInBorderParameters: displaySheetSizeInBorder (bool) – New in version NX11.0.1.
License requirements: None.
DistanceFromInnerBorder¶
-
SheetBorderSettingsBuilder.DistanceFromInnerBorder¶ Returns or sets the distance between inner border and arrow head.
-------------------------------------Getter Method
Signature
DistanceFromInnerBorderReturns: Return type: float New in version NX11.0.1.
License requirements: None.
-------------------------------------Setter Method
Signature
DistanceFromInnerBorderParameters: distanceInFromInnerBorder (float) – New in version NX11.0.1.
License requirements: None.
InnerLineCFW¶
-
SheetBorderSettingsBuilder.InnerLineCFW¶ Returns the color, font and width of inner border line.
-------------------------------------Getter Method
Signature
InnerLineCFWReturns: Return type: NXOpen.LineColorFontWidthBuilderNew in version NX11.0.1.
License requirements: None.
Method¶
-
SheetBorderSettingsBuilder.Method¶ Returns or sets the type of method to display like Standard/Custom
-------------------------------------Getter Method
Signature
MethodReturns: Return type: NXOpen.Diagramming.MethodNew in version NX11.0.1.
License requirements: None.
-------------------------------------Setter Method
Signature
MethodParameters: method ( NXOpen.Diagramming.Method) –New in version NX11.0.1.
License requirements: None.
OuterLineCFW¶
-
SheetBorderSettingsBuilder.OuterLineCFW¶ Returns the color, font and width of outer border line.
-------------------------------------Getter Method
Signature
OuterLineCFWReturns: Return type: NXOpen.LineColorFontWidthBuilderNew in version NX11.0.1.
License requirements: None.
TrimmingMarkColor¶
-
SheetBorderSettingsBuilder.TrimmingMarkColor¶ Returns or sets the color of trimming mark.
-------------------------------------Getter Method
Signature
TrimmingMarkColorReturns: Return type: Id New in version NX11.0.1.
License requirements: None.
-------------------------------------Setter Method
Signature
TrimmingMarkColorParameters: trimmingMarkColor (Id) – New in version NX11.0.1.
License requirements: None.
TrimmingMarkLength¶
-
SheetBorderSettingsBuilder.TrimmingMarkLength¶ Returns or sets the length of trimming mark.
It should be greater than zero.
-------------------------------------Getter Method
Signature
TrimmingMarkLengthReturns: Return type: float New in version NX11.0.1.
License requirements: None.
-------------------------------------Setter Method
Signature
TrimmingMarkLengthParameters: trimmingMarkLength (float) – New in version NX11.0.1.
License requirements: None.
TrimmingMarkStyle¶
-
SheetBorderSettingsBuilder.TrimmingMarkStyle¶ Returns or sets the type of trimming mark style like Corner or Triangle.
-------------------------------------Getter Method
Signature
TrimmingMarkStyleReturns: Return type: NXOpen.Diagramming.TrimmingMarkStyleTypeNew in version NX11.0.1.
License requirements: None.
-------------------------------------Setter Method
Signature
TrimmingMarkStyleParameters: trimmingMarkStyle ( NXOpen.Diagramming.TrimmingMarkStyleType) –New in version NX11.0.1.
License requirements: None.
TrimmingMarkWidth¶
-
SheetBorderSettingsBuilder.TrimmingMarkWidth¶ Returns or sets the width of trimming mark.
It should be greater than zero.
-------------------------------------Getter Method
Signature
TrimmingMarkWidthReturns: Return type: float New in version NX11.0.1.
License requirements: None.
-------------------------------------Setter Method
Signature
TrimmingMarkWidthParameters: trimmingMarkWidth (float) – New in version NX11.0.1.
License requirements: None.
Method Detail¶
Validate¶
-
SheetBorderSettingsBuilder.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.