NXOpen .NET Reference Guide
 All Classes Namespaces Functions Variables Enumerations Enumerator Properties
Public Member Functions | Properties | List of all members
NXOpen.Tooling.SheetMetalFeatureRecognitionBuilder Class Reference

Represents a NXOpen.Tooling.SheetMetalFeatureRecognitionBuilder builder More...

Inheritance diagram for NXOpen.Tooling.SheetMetalFeatureRecognitionBuilder:
NXOpen.Builder NXOpen.TaggedObject NXOpen.GeometricUtilities.IComponentBuilder NXOpen.Utilities.NXRemotableObject IMessageSink

Public Member Functions

unsafe void AnalyzeBody ()
 Analyze selected body More...
 
unsafe void ExportResult ()
 Export analysis result More...
 
unsafe NXOpen.Matrix3x3 GetProductOrientation ()
 Get the product orientation More...
 
unsafe void SetProductOrientation (NXOpen.Matrix3x3 matrix)
 Set the product orientation More...
 
- Public Member Functions inherited from NXOpen.Builder
unsafe NXOpen.NXObject Commit ()
 Commits any edits that have been applied to the builder. More...
 
unsafe void Destroy ()
 Deletes the builder, and cleans up any objects created by the builder. More...
 
unsafe NXOpen.NXObject[] GetCommittedObjects ()
 For builders that create more than one object, this method returns the objects that are created by commit. More...
 
unsafe NXOpen.NXObject GetObject ()
 Returns the object currently being edited by this builder. More...
 
unsafe void ShowResults ()
 Updates the model to reflect the result of an edit to the model for all builders that support showing results. More...
 
unsafe bool Validate ()
 Validate whether the inputs to the component are sufficient for commit to be called. More...
 
- Public Member Functions inherited from NXOpen.TaggedObject
void PrintTestData (String variableName)
 <exclude> More...
 
void PrintTestData (String variableName, int lineNumber)
 <exclude> More...
 
override string ToString ()
 Returns a String that represents the current Object. More...
 
- Public Member Functions inherited from NXOpen.Utilities.NXRemotableObject
IMessageCtrl AsyncProcessMessage (IMessage msg, IMessageSink replySink)
 Asynchronously processes the given message. More...
 
IMessage SyncProcessMessage (IMessage msg)
 Synchronously processes the given message. More...
 

Properties

unsafe double BodySurfaceArea [get, set]
 Returns or sets the surface area value More...
 
unsafe double CuttingLength [get, set]
 Returns or sets the cutting length More...
 
unsafe double MinimumXDimension [get, set]
 Returns or sets the minimum x dimension of product body More...
 
unsafe double MinimumYDimension [get, set]
 Returns or sets the minimum y dimension of product body More...
 
unsafe double MinimumZDimension [get, set]
 Returns or sets the minimum z dimension of product body More...
 
unsafe string PartFolderBrowser [get, set]
 Returns or sets the folder of part file to be saved More...
 
unsafe double PartVolume [get, set]
 Returns or sets the product body volume More...
 
unsafe bool SaveAndExportStatus [get, set]
 Returns or sets the value that indicates whether to save part and export analysis data or not. More...
 
unsafe NXOpen.SelectFace SelectionBaseFace [get]
 Returns the selected base face for analysis More...
 
unsafe double SheetMetalThickness [get, set]
 Returns or sets the project area More...
 
unsafe double UnfoldedLength [get, set]
 Returns or sets the minimum wall thickness More...
 
unsafe double UnfoldedWidth [get, set]
 Returns or sets the maximum wall thickness More...
 
unsafe double XDimension [get, set]
 Returns or sets the x dimension of product body More...
 
unsafe string XmlFolderBrowser [get, set]
 Returns or sets the folder in which output XML results can be found More...
 
unsafe double YDimension [get, set]
 Returns or sets the y dimension of product body More...
 
unsafe double ZDimension [get, set]
 Returns or sets the z dimension of product body More...
 

Additional Inherited Members

- Protected Member Functions inherited from NXOpen.TaggedObject
new void initialize ()
 <exclude> More...
 

Detailed Description

Represents a NXOpen.Tooling.SheetMetalFeatureRecognitionBuilder builder

To create a new instance of this class, use NXOpen.Tooling.MoldwizardManager.CreateSheetMetalFeatureRecognitionBuilder

Created in NX11.0.1

Member Function Documentation

unsafe void NXOpen.Tooling.SheetMetalFeatureRecognitionBuilder.AnalyzeBody ( )
inline

Analyze selected body

Created in NX11.0.1

License requirements: None.

unsafe void NXOpen.Tooling.SheetMetalFeatureRecognitionBuilder.ExportResult ( )
inline

Export analysis result

Created in NX11.0.1

License requirements: None.

unsafe NXOpen.Matrix3x3 NXOpen.Tooling.SheetMetalFeatureRecognitionBuilder.GetProductOrientation ( )
inline

Get the product orientation

Created in NX11.0.1

License requirements: None.

Returns
unsafe void NXOpen.Tooling.SheetMetalFeatureRecognitionBuilder.SetProductOrientation ( NXOpen.Matrix3x3  matrix)
inline

Set the product orientation

Created in NX11.0.1

License requirements: None.

Parameters
matrix

Property Documentation

unsafe double NXOpen.Tooling.SheetMetalFeatureRecognitionBuilder.BodySurfaceArea
getset

Returns or sets the surface area value

Created in NX11.0.1

License requirements to get this property: None.

License requirements to set this property: None.

unsafe double NXOpen.Tooling.SheetMetalFeatureRecognitionBuilder.CuttingLength
getset

Returns or sets the cutting length

Created in NX11.0.1

License requirements to get this property: None.

License requirements to set this property: None.

unsafe double NXOpen.Tooling.SheetMetalFeatureRecognitionBuilder.MinimumXDimension
getset

Returns or sets the minimum x dimension of product body

Created in NX11.0.1

License requirements to get this property: None.

License requirements to set this property: None.

unsafe double NXOpen.Tooling.SheetMetalFeatureRecognitionBuilder.MinimumYDimension
getset

Returns or sets the minimum y dimension of product body

Created in NX11.0.1

License requirements to get this property: None.

License requirements to set this property: None.

unsafe double NXOpen.Tooling.SheetMetalFeatureRecognitionBuilder.MinimumZDimension
getset

Returns or sets the minimum z dimension of product body

Created in NX11.0.1

License requirements to get this property: None.

License requirements to set this property: None.

unsafe string NXOpen.Tooling.SheetMetalFeatureRecognitionBuilder.PartFolderBrowser
getset

Returns or sets the folder of part file to be saved

Created in NX11.0.1

License requirements to get this property: None.

License requirements to set this property: None.

unsafe double NXOpen.Tooling.SheetMetalFeatureRecognitionBuilder.PartVolume
getset

Returns or sets the product body volume

Created in NX11.0.1

License requirements to get this property: None.

License requirements to set this property: None.

unsafe bool NXOpen.Tooling.SheetMetalFeatureRecognitionBuilder.SaveAndExportStatus
getset

Returns or sets the value that indicates whether to save part and export analysis data or not.

Created in NX11.0.1

License requirements to get this property: None.

License requirements to set this property: None.

unsafe NXOpen.SelectFace NXOpen.Tooling.SheetMetalFeatureRecognitionBuilder.SelectionBaseFace
get

Returns the selected base face for analysis

Created in NX11.0.1

License requirements: None.

unsafe double NXOpen.Tooling.SheetMetalFeatureRecognitionBuilder.SheetMetalThickness
getset

Returns or sets the project area

Created in NX11.0.1

License requirements to get this property: None.

License requirements to set this property: None.

unsafe double NXOpen.Tooling.SheetMetalFeatureRecognitionBuilder.UnfoldedLength
getset

Returns or sets the minimum wall thickness

Created in NX11.0.1

License requirements to get this property: None.

License requirements to set this property: None.

unsafe double NXOpen.Tooling.SheetMetalFeatureRecognitionBuilder.UnfoldedWidth
getset

Returns or sets the maximum wall thickness

Created in NX11.0.1

License requirements to get this property: None.

License requirements to set this property: None.

unsafe double NXOpen.Tooling.SheetMetalFeatureRecognitionBuilder.XDimension
getset

Returns or sets the x dimension of product body

Created in NX11.0.1

License requirements to get this property: None.

License requirements to set this property: None.

unsafe string NXOpen.Tooling.SheetMetalFeatureRecognitionBuilder.XmlFolderBrowser
getset

Returns or sets the folder in which output XML results can be found

Created in NX11.0.1

License requirements to get this property: None.

License requirements to set this property: None.

unsafe double NXOpen.Tooling.SheetMetalFeatureRecognitionBuilder.YDimension
getset

Returns or sets the y dimension of product body

Created in NX11.0.1

License requirements to get this property: None.

License requirements to set this property: None.

unsafe double NXOpen.Tooling.SheetMetalFeatureRecognitionBuilder.ZDimension
getset

Returns or sets the z dimension of product body

Created in NX11.0.1

License requirements to get this property: None.

License requirements to set this property: None.


The documentation for this class was generated from the following file:
Copyright 2019 Siemens Product Lifecycle Management Software Inc. All Rights Reserved.