BlankLayoutBuilder Class¶
-
class
NXOpen.Tooling.BlankLayoutBuilder¶ Bases:
NXOpen.BuilderProgressive Die Wizard blank layout builder
To create a new instance of this class, use
NXOpen.Tooling.BlankLayoutCollection.CreateBlankLayoutBuilder()Default values.
Property Value Bottom 0 LeftDistance 0 LeftRightSide Average LockPitchAndWidth 0 MinimumSpaceSize 0 Pitch 0 RightDistance 0 Rotate 0 SideWeb Average SnapSize One ThreeBlanks 0 Top 0 Width 0 XShift 0 YShift 0 New in version NX7.5.0.
Properties¶
| Property | Description |
|---|---|
| BasePoint | Returns or sets the base point. |
| Blank | Returns the blank. |
| BlankNameStr | Returns or sets the selected blank name. |
| Bottom | Returns or sets the bottom boundary distance between blank and strip. |
| LeftDistance | Returns or sets the left boudary distance between blank and strip. |
| LeftRightSide | Returns or sets the type of use left or right side to decide the distance between blank and strip. |
| LockPitchAndWidth | Returns or sets the lock pitch and width values from being changed during processing. |
| MaterialUtilization | Returns or sets the material utilization of the blank. |
| MinimumSpaceSize | Returns or sets the option to report minimum space size or not. |
| MinimumSpaceSizeValue | Returns or sets the minimum distance between the adjacent blanks. |
| Pitch | Returns or sets the distance between the adjacent stations. |
| RightDistance | Returns or sets the right boundary distance between blank and strip. |
| Rotate | Returns or sets the value to rotate the blank around the base point. |
| SideWeb | Returns or sets the type of the overlap on the strip. |
| SnapSize | Returns or sets the option to set the increment of the scale bar. |
| Tag | Returns the Tag for this object. |
| ThreeBlanks | Returns or sets the usage of three blanks or one blank. |
| Top | Returns or sets the top boudary distance between blank and strip. |
| Type | Returns or sets the blank layout type. |
| Width | Returns or sets the width of the strip. |
| XShift | Returns or sets the value to shift the blank in the X direction. |
| YShift | Returns or sets the value to shift the blank in the Y direction. |
Methods¶
| Method | Description |
|---|---|
| Commit | Commits any edits that have been applied to the builder. |
| Destroy | Deletes the builder, and cleans up any objects created by the builder. |
| GetCommittedObjects | For builders that create more than one object, this method returns the objects that are created by commit. |
| GetObject | Returns the object currently being edited by this builder. |
| ShowResults | Updates the model to reflect the result of an edit to the model for all builders that support showing results. |
| Validate | Validate whether the inputs to the component are sufficient for commit to be called. |
Enumerations¶
| BlankLayoutBuilderLeftRightSideOption Enumeration | Specifies the option of left right side type. |
| BlankLayoutBuilderSideWebOption Enumeration | Specifies the option of side webs type. |
| BlankLayoutBuilderSnapSizeOption Enumeration | Specifies the option of snap size. |
| BlankLayoutBuilderTypes Enumeration | Specifies the option of blank layout type. |
Property Detail¶
BasePoint¶
-
BlankLayoutBuilder.BasePoint¶ Returns or sets the base point.
-------------------------------------Getter Method
Signature
BasePointReturns: Return type: NXOpen.PointNew in version NX7.5.0.
License requirements: None.
-------------------------------------Setter Method
Signature
BasePointParameters: point ( NXOpen.Point) –New in version NX7.5.0.
License requirements: None.
Blank¶
-
BlankLayoutBuilder.Blank¶ Returns the blank.
-------------------------------------Getter Method
Signature
BlankReturns: Return type: NXOpen.SelectBodyNew in version NX7.5.0.
License requirements: None.
BlankNameStr¶
-
BlankLayoutBuilder.BlankNameStr¶ Returns or sets the selected blank name.
-------------------------------------Getter Method
Signature
BlankNameStrReturns: Returns the blank name Return type: str New in version NX7.5.0.
License requirements: None.
-------------------------------------Setter Method
Signature
BlankNameStrParameters: blankNameStr (str) – Sets the blank name New in version NX7.5.0.
License requirements: None.
Bottom¶
-
BlankLayoutBuilder.Bottom¶ Returns or sets the bottom boundary distance between blank and strip.
-------------------------------------Getter Method
Signature
BottomReturns: Return type: float New in version NX7.5.0.
License requirements: None.
-------------------------------------Setter Method
Signature
BottomParameters: bottom (float) – New in version NX7.5.0.
License requirements: None.
LeftDistance¶
-
BlankLayoutBuilder.LeftDistance¶ Returns or sets the left boudary distance between blank and strip.
-------------------------------------Getter Method
Signature
LeftDistanceReturns: Return type: float New in version NX8.0.0.
License requirements: None.
-------------------------------------Setter Method
Signature
LeftDistanceParameters: leftDistance (float) – New in version NX8.0.0.
License requirements: None.
LeftRightSide¶
-
BlankLayoutBuilder.LeftRightSide¶ Returns or sets the type of use left or right side to decide the distance between blank and strip.
-------------------------------------Getter Method
Signature
LeftRightSideReturns: Return type: NXOpen.Tooling.BlankLayoutBuilderLeftRightSideOptionNew in version NX8.0.0.
License requirements: None.
-------------------------------------Setter Method
Signature
LeftRightSideParameters: leftRightSide ( NXOpen.Tooling.BlankLayoutBuilderLeftRightSideOption) –New in version NX8.0.0.
License requirements: None.
LockPitchAndWidth¶
-
BlankLayoutBuilder.LockPitchAndWidth¶ Returns or sets the lock pitch and width values from being changed during processing.
-------------------------------------Getter Method
Signature
LockPitchAndWidthReturns: Return type: bool New in version NX7.5.0.
License requirements: None.
-------------------------------------Setter Method
Signature
LockPitchAndWidthParameters: lockPitchAndWidth (bool) – New in version NX7.5.0.
License requirements: None.
MaterialUtilization¶
-
BlankLayoutBuilder.MaterialUtilization¶ Returns or sets the material utilization of the blank.
-------------------------------------Getter Method
Signature
MaterialUtilizationReturns: Return type: str New in version NX7.5.0.
License requirements: None.
-------------------------------------Setter Method
Signature
MaterialUtilizationParameters: materialUtilization (str) – New in version NX7.5.0.
License requirements: None.
MinimumSpaceSize¶
-
BlankLayoutBuilder.MinimumSpaceSize¶ Returns or sets the option to report minimum space size or not.
-------------------------------------Getter Method
Signature
MinimumSpaceSizeReturns: Return type: bool New in version NX7.5.0.
License requirements: None.
-------------------------------------Setter Method
Signature
MinimumSpaceSizeParameters: minimumSpaceSize (bool) – New in version NX7.5.0.
License requirements: None.
MinimumSpaceSizeValue¶
-
BlankLayoutBuilder.MinimumSpaceSizeValue¶ Returns or sets the minimum distance between the adjacent blanks.
-------------------------------------Getter Method
Signature
MinimumSpaceSizeValueReturns: Return type: str New in version NX7.5.0.
License requirements: None.
-------------------------------------Setter Method
Signature
MinimumSpaceSizeValueParameters: minimumSpaceSizeValue (str) – New in version NX7.5.0.
License requirements: None.
Pitch¶
-
BlankLayoutBuilder.Pitch¶ Returns or sets the distance between the adjacent stations.
-------------------------------------Getter Method
Signature
PitchReturns: Return type: float New in version NX7.5.0.
License requirements: None.
-------------------------------------Setter Method
Signature
PitchParameters: pitch (float) – New in version NX7.5.0.
License requirements: None.
RightDistance¶
-
BlankLayoutBuilder.RightDistance¶ Returns or sets the right boundary distance between blank and strip.
-------------------------------------Getter Method
Signature
RightDistanceReturns: Return type: float New in version NX8.0.0.
License requirements: None.
-------------------------------------Setter Method
Signature
RightDistanceParameters: rightDistance (float) – New in version NX8.0.0.
License requirements: None.
Rotate¶
-
BlankLayoutBuilder.Rotate¶ Returns or sets the value to rotate the blank around the base point.
-------------------------------------Getter Method
Signature
RotateReturns: Return type: float New in version NX7.5.0.
License requirements: None.
-------------------------------------Setter Method
Signature
RotateParameters: rotate (float) – New in version NX7.5.0.
License requirements: None.
SideWeb¶
-
BlankLayoutBuilder.SideWeb¶ Returns or sets the type of the overlap on the strip.
-------------------------------------Getter Method
Signature
SideWebReturns: Return type: NXOpen.Tooling.BlankLayoutBuilderSideWebOptionNew in version NX7.5.0.
License requirements: None.
-------------------------------------Setter Method
Signature
SideWebParameters: sideWeb ( NXOpen.Tooling.BlankLayoutBuilderSideWebOption) –New in version NX7.5.0.
License requirements: None.
SnapSize¶
-
BlankLayoutBuilder.SnapSize¶ Returns or sets the option to set the increment of the scale bar.
-------------------------------------Getter Method
Signature
SnapSizeReturns: Return type: NXOpen.Tooling.BlankLayoutBuilderSnapSizeOptionNew in version NX7.5.0.
License requirements: None.
-------------------------------------Setter Method
Signature
SnapSizeParameters: snapSize ( NXOpen.Tooling.BlankLayoutBuilderSnapSizeOption) –New in version NX7.5.0.
License requirements: None.
ThreeBlanks¶
-
BlankLayoutBuilder.ThreeBlanks¶ Returns or sets the usage of three blanks or one blank.
-------------------------------------Getter Method
Signature
ThreeBlanksReturns: Return type: bool New in version NX8.0.0.
License requirements: None.
-------------------------------------Setter Method
Signature
ThreeBlanksParameters: threeBlanks (bool) – New in version NX8.0.0.
License requirements: None.
Top¶
-
BlankLayoutBuilder.Top¶ Returns or sets the top boudary distance between blank and strip.
-------------------------------------Getter Method
Signature
TopReturns: Return type: float New in version NX7.5.0.
License requirements: None.
-------------------------------------Setter Method
Signature
TopParameters: top (float) – New in version NX7.5.0.
License requirements: None.
Type¶
-
BlankLayoutBuilder.Type¶ Returns or sets the blank layout type.
-------------------------------------Getter Method
Signature
TypeReturns: Return type: NXOpen.Tooling.BlankLayoutBuilderTypesNew in version NX7.5.0.
License requirements: None.
-------------------------------------Setter Method
Signature
TypeParameters: type ( NXOpen.Tooling.BlankLayoutBuilderTypes) –New in version NX7.5.0.
License requirements: None.
Width¶
-
BlankLayoutBuilder.Width¶ Returns or sets the width of the strip.
-------------------------------------Getter Method
Signature
WidthReturns: Return type: float New in version NX7.5.0.
License requirements: None.
-------------------------------------Setter Method
Signature
WidthParameters: width (float) – New in version NX7.5.0.
License requirements: None.
XShift¶
-
BlankLayoutBuilder.XShift¶ Returns or sets the value to shift the blank in the X direction.
-------------------------------------Getter Method
Signature
XShiftReturns: Return type: float New in version NX7.5.0.
License requirements: None.
-------------------------------------Setter Method
Signature
XShiftParameters: xShift (float) – New in version NX7.5.0.
License requirements: None.
YShift¶
-
BlankLayoutBuilder.YShift¶ Returns or sets the value to shift the blank in the Y direction.
-------------------------------------Getter Method
Signature
YShiftReturns: Return type: float New in version NX7.5.0.
License requirements: None.
-------------------------------------Setter Method
Signature
YShiftParameters: yShift (float) – New in version NX7.5.0.
License requirements: None.
Method Detail¶
Validate¶
-
BlankLayoutBuilder.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.