SheetMetalFeatureRecognitionBuilder Class¶
-
class
NXOpen.Tooling.SheetMetalFeatureRecognitionBuilder¶ Bases:
NXOpen.BuilderRepresents a
NXOpen.Tooling.SheetMetalFeatureRecognitionBuilderbuilderTo create a new instance of this class, use
NXOpen.Tooling.MoldwizardManager.CreateSheetMetalFeatureRecognitionBuilder()New in version NX11.0.1.
Properties¶
| Property | Description |
|---|---|
| BodySurfaceArea | Returns or sets the surface area value |
| CuttingLength | Returns or sets the cutting length |
| MinimumXDimension | Returns or sets the minimum x dimension of product body |
| MinimumYDimension | Returns or sets the minimum y dimension of product body |
| MinimumZDimension | Returns or sets the minimum z dimension of product body |
| PartFolderBrowser | Returns or sets the folder of part file to be saved |
| PartVolume | Returns or sets the product body volume |
| SaveAndExportStatus | Returns or sets the value that indicates whether to save part and export analysis data or not. |
| SelectionBaseFace | Returns the selected base face for analysis |
| SheetMetalThickness | Returns or sets the project area |
| Tag | Returns the Tag for this object. |
| UnfoldedLength | Returns or sets the minimum wall thickness |
| UnfoldedWidth | Returns or sets the maximum wall thickness |
| XDimension | Returns or sets the x dimension of product body |
| XmlFolderBrowser | Returns or sets the folder in which output XML results can be found |
| YDimension | Returns or sets the y dimension of product body |
| ZDimension | Returns or sets the z dimension of product body |
Methods¶
| Method | Description |
|---|---|
| AnalyzeBody | Analyze selected body |
| Commit | Commits any edits that have been applied to the builder. |
| Destroy | Deletes the builder, and cleans up any objects created by the builder. |
| ExportResult | Export analysis result |
| 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. |
| GetProductOrientation | Get the product orientation |
| SetProductOrientation | Set the product orientation |
| 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. |
Property Detail¶
BodySurfaceArea¶
-
SheetMetalFeatureRecognitionBuilder.BodySurfaceArea¶ Returns or sets the surface area value
-------------------------------------Getter Method
Signature
BodySurfaceAreaReturns: Return type: float New in version NX11.0.1.
License requirements: None.
-------------------------------------Setter Method
Signature
BodySurfaceAreaParameters: surfaceArea (float) – New in version NX11.0.1.
License requirements: None.
CuttingLength¶
-
SheetMetalFeatureRecognitionBuilder.CuttingLength¶ Returns or sets the cutting length
-------------------------------------Getter Method
Signature
CuttingLengthReturns: Return type: float New in version NX11.0.1.
License requirements: None.
-------------------------------------Setter Method
Signature
CuttingLengthParameters: length (float) – New in version NX11.0.1.
License requirements: None.
MinimumXDimension¶
-
SheetMetalFeatureRecognitionBuilder.MinimumXDimension¶ Returns or sets the minimum x dimension of product body
-------------------------------------Getter Method
Signature
MinimumXDimensionReturns: Return type: float New in version NX11.0.1.
License requirements: None.
-------------------------------------Setter Method
Signature
MinimumXDimensionParameters: minxLength (float) – New in version NX11.0.1.
License requirements: None.
MinimumYDimension¶
-
SheetMetalFeatureRecognitionBuilder.MinimumYDimension¶ Returns or sets the minimum y dimension of product body
-------------------------------------Getter Method
Signature
MinimumYDimensionReturns: Return type: float New in version NX11.0.1.
License requirements: None.
-------------------------------------Setter Method
Signature
MinimumYDimensionParameters: minyLength (float) – New in version NX11.0.1.
License requirements: None.
MinimumZDimension¶
-
SheetMetalFeatureRecognitionBuilder.MinimumZDimension¶ Returns or sets the minimum z dimension of product body
-------------------------------------Getter Method
Signature
MinimumZDimensionReturns: Return type: float New in version NX11.0.1.
License requirements: None.
-------------------------------------Setter Method
Signature
MinimumZDimensionParameters: minzLength (float) – New in version NX11.0.1.
License requirements: None.
PartFolderBrowser¶
-
SheetMetalFeatureRecognitionBuilder.PartFolderBrowser¶ Returns or sets the folder of part file to be saved
-------------------------------------Getter Method
Signature
PartFolderBrowserReturns: Return type: str New in version NX11.0.1.
License requirements: None.
-------------------------------------Setter Method
Signature
PartFolderBrowserParameters: foldername (str) – New in version NX11.0.1.
License requirements: None.
PartVolume¶
-
SheetMetalFeatureRecognitionBuilder.PartVolume¶ Returns or sets the product body volume
-------------------------------------Getter Method
Signature
PartVolumeReturns: Return type: float New in version NX11.0.1.
License requirements: None.
-------------------------------------Setter Method
Signature
PartVolumeParameters: partVolume (float) – New in version NX11.0.1.
License requirements: None.
SaveAndExportStatus¶
-
SheetMetalFeatureRecognitionBuilder.SaveAndExportStatus¶ Returns or sets the value that indicates whether to save part and export analysis data or not.
-------------------------------------Getter Method
Signature
SaveAndExportStatusReturns: Return type: bool New in version NX11.0.1.
License requirements: None.
-------------------------------------Setter Method
Signature
SaveAndExportStatusParameters: status (bool) – New in version NX11.0.1.
License requirements: None.
SelectionBaseFace¶
-
SheetMetalFeatureRecognitionBuilder.SelectionBaseFace¶ Returns the selected base face for analysis
-------------------------------------Getter Method
Signature
SelectionBaseFaceReturns: Return type: NXOpen.SelectFaceNew in version NX11.0.1.
License requirements: None.
SheetMetalThickness¶
-
SheetMetalFeatureRecognitionBuilder.SheetMetalThickness¶ Returns or sets the project area
-------------------------------------Getter Method
Signature
SheetMetalThicknessReturns: Return type: float New in version NX11.0.1.
License requirements: None.
-------------------------------------Setter Method
Signature
SheetMetalThicknessParameters: thickness (float) – New in version NX11.0.1.
License requirements: None.
UnfoldedLength¶
-
SheetMetalFeatureRecognitionBuilder.UnfoldedLength¶ Returns or sets the minimum wall thickness
-------------------------------------Getter Method
Signature
UnfoldedLengthReturns: Return type: float New in version NX11.0.1.
License requirements: None.
-------------------------------------Setter Method
Signature
UnfoldedLengthParameters: len (float) – New in version NX11.0.1.
License requirements: None.
UnfoldedWidth¶
-
SheetMetalFeatureRecognitionBuilder.UnfoldedWidth¶ Returns or sets the maximum wall thickness
-------------------------------------Getter Method
Signature
UnfoldedWidthReturns: Return type: float New in version NX11.0.1.
License requirements: None.
-------------------------------------Setter Method
Signature
UnfoldedWidthParameters: width (float) – New in version NX11.0.1.
License requirements: None.
XDimension¶
-
SheetMetalFeatureRecognitionBuilder.XDimension¶ Returns or sets the x dimension of product body
-------------------------------------Getter Method
Signature
XDimensionReturns: Return type: float New in version NX11.0.1.
License requirements: None.
-------------------------------------Setter Method
Signature
XDimensionParameters: xLength (float) – New in version NX11.0.1.
License requirements: None.
XmlFolderBrowser¶
-
SheetMetalFeatureRecognitionBuilder.XmlFolderBrowser¶ Returns or sets the folder in which output XML results can be found
-------------------------------------Getter Method
Signature
XmlFolderBrowserReturns: Return type: str New in version NX11.0.1.
License requirements: None.
-------------------------------------Setter Method
Signature
XmlFolderBrowserParameters: foldername (str) – New in version NX11.0.1.
License requirements: None.
YDimension¶
-
SheetMetalFeatureRecognitionBuilder.YDimension¶ Returns or sets the y dimension of product body
-------------------------------------Getter Method
Signature
YDimensionReturns: Return type: float New in version NX11.0.1.
License requirements: None.
-------------------------------------Setter Method
Signature
YDimensionParameters: yLength (float) – New in version NX11.0.1.
License requirements: None.
ZDimension¶
-
SheetMetalFeatureRecognitionBuilder.ZDimension¶ Returns or sets the z dimension of product body
-------------------------------------Getter Method
Signature
ZDimensionReturns: Return type: float New in version NX11.0.1.
License requirements: None.
-------------------------------------Setter Method
Signature
ZDimensionParameters: zLength (float) – New in version NX11.0.1.
License requirements: None.
Method Detail¶
AnalyzeBody¶
-
SheetMetalFeatureRecognitionBuilder.AnalyzeBody¶ Analyze selected body
Signature
AnalyzeBody()New in version NX11.0.1.
License requirements: None.
ExportResult¶
-
SheetMetalFeatureRecognitionBuilder.ExportResult¶ Export analysis result
Signature
ExportResult()New in version NX11.0.1.
License requirements: None.
GetProductOrientation¶
-
SheetMetalFeatureRecognitionBuilder.GetProductOrientation¶ Get the product orientation
Signature
GetProductOrientation()Returns: Return type: NXOpen.Matrix3x3New in version NX11.0.1.
License requirements: None.
SetProductOrientation¶
-
SheetMetalFeatureRecognitionBuilder.SetProductOrientation¶ Set the product orientation
Signature
SetProductOrientation(matrix)Parameters: matrix ( NXOpen.Matrix3x3) –New in version NX11.0.1.
License requirements: None.
Validate¶
-
SheetMetalFeatureRecognitionBuilder.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.