NXOpen .NET Reference Guide  1899
 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
NXOpen.Tooling.CostDataObject 
AddStampingFeature ()
 Adds a new cost object manully More...
 
unsafe void AnalyzeBody ()
 Analyze selected body More...
 
unsafe
NXOpen.Tooling.CostTableDataProvider 
AskCurrentActiveDataProvider ()
 Ask current active data provider More...
 
unsafe string AskDefaultXmlFileName ()
 Asks the default xml file name More...
 
unsafe void CollectBendingObjects (out NXOpen.Tooling.BendingAreaData[] pCostObjects)
 Collects all bending objects including its chilren More...
 
unsafe void CollectCutoutObjects (out NXOpen.Tooling.CutoutAreaData[] pCostObjects)
 Collects all cutout objects including its chilren More...
 
unsafe void CollectDrawingObjects (out NXOpen.Tooling.DrawingAreaData[] pCostObjects)
 Collects all drawing area ojects including its chilren More...
 
unsafe void CollectEmbossingObjects (out NXOpen.Tooling.EmbossingAreaData[] pCostObjects)
 Collects all embossing ojects including its chilren More...
 
unsafe void DeleteStampingFeatures (NXOpen.Tooling.CostDataObject[] costObjects)
 Delete selected cost objects More...
 
unsafe void ExportResult ()
 Export analysis result More...
 
unsafe int GetActivePage ()
 Get active table index More...
 
unsafe NXOpen.Matrix3x3 GetProductOrientation ()
 Get the product orientation More...
 
unsafe
NXOpen.Tooling.CostDataObject 
GroupStampingFeatures (NXOpen.Tooling.CostDataObject[] costObject)
 Groups selected cost objects More...
 
unsafe void InitCostingData ()
 Initializes the costing data More...
 
unsafe void SetActivePage (int activeTableIndex)
 Set active table index More...
 
unsafe void SetProductOrientation (NXOpen.Matrix3x3 matrix)
 Set the product orientation More...
 
unsafe void UngroupStampingFeature (NXOpen.Tooling.CostDataObject[] costObjects, out NXOpen.Tooling.CostDataObject[] ungroupedObjects)
 Ungroups selected cost object More...
 
unsafe void UpdateProviderData (NXOpen.Tooling.CostTableDataProvider pDataProvider, NXOpen.Tooling.CostDataObject[] pCostObjects)
 Updates the provider data according specified stamping cost object data 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
NXOpen.Tooling.CostTableDataProvider 
BendingDataProvider [get]
 Returns the data provider for bending area table More...
 
unsafe double BodySurfaceArea [get, set]
 Returns or sets the surface area value More...
 
unsafe
NXOpen.Tooling.CostTableDataProvider 
CutoutDataProvider [get]
 Returns the data provider for cutout data table More...
 
unsafe double CuttingLength [get, set]
 Returns or sets the cutting length More...
 
unsafe
NXOpen.Tooling.CostTableDataProvider 
DrawingDataProvider [get]
 Returns the data provider for drawing area table More...
 
unsafe
NXOpen.Tooling.CostTableDataProvider 
EmbossingDataProvider [get]
 Returns the data provider for embossing area table 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 int TypeOfStampingPart [get, set]
 Returns or sets the part type to be saved 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 XmlFileName [get, set]
 Returns or sets the output xml file name 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...
 
- Properties inherited from NXOpen.Builder
unsafe NXOpen.PreviewBuilder PreviewBuilder [get]
 Returns the preview builder subobject. More...
 
- Properties inherited from NXOpen.TaggedObject
Tag Tag [get]
 Returns the tag of this object. More...
 
- Properties inherited from NXOpen.Utilities.NXRemotableObject
IMessageSink NextSink [get]
 Gets the next message sink in the sink chain. 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 NXOpen.Tooling.CostDataObject NXOpen.Tooling.SheetMetalFeatureRecognitionBuilder.AddStampingFeature ( )
inline

Adds a new cost object manully

Created in NX1899.0.0

License requirements: None.

Returns
new created cost object.
unsafe void NXOpen.Tooling.SheetMetalFeatureRecognitionBuilder.AnalyzeBody ( )
inline

Analyze selected body

Created in NX11.0.1

License requirements: None.

unsafe NXOpen.Tooling.CostTableDataProvider NXOpen.Tooling.SheetMetalFeatureRecognitionBuilder.AskCurrentActiveDataProvider ( )
inline

Ask current active data provider

Created in NX1899.0.0

License requirements: None.

Returns
unsafe string NXOpen.Tooling.SheetMetalFeatureRecognitionBuilder.AskDefaultXmlFileName ( )
inline

Asks the default xml file name

Created in NX1899.0.0

License requirements: None.

Returns
unsafe void NXOpen.Tooling.SheetMetalFeatureRecognitionBuilder.CollectBendingObjects ( out NXOpen.Tooling.BendingAreaData[]  pCostObjects)
inline

Collects all bending objects including its chilren

Created in NX1899.0.0

License requirements: None.

Parameters
pCostObjectsall bending objects in stamping cost data collection.
unsafe void NXOpen.Tooling.SheetMetalFeatureRecognitionBuilder.CollectCutoutObjects ( out NXOpen.Tooling.CutoutAreaData[]  pCostObjects)
inline

Collects all cutout objects including its chilren

Created in NX1899.0.0

License requirements: None.

Parameters
pCostObjectsall cutout objects in stamping cost data collection.
unsafe void NXOpen.Tooling.SheetMetalFeatureRecognitionBuilder.CollectDrawingObjects ( out NXOpen.Tooling.DrawingAreaData[]  pCostObjects)
inline

Collects all drawing area ojects including its chilren

Created in NX1899.0.0

License requirements: None.

Parameters
pCostObjectsall drawing area objects in stamping cost data collection.
unsafe void NXOpen.Tooling.SheetMetalFeatureRecognitionBuilder.CollectEmbossingObjects ( out NXOpen.Tooling.EmbossingAreaData[]  pCostObjects)
inline

Collects all embossing ojects including its chilren

Created in NX1899.0.0

License requirements: None.

Parameters
pCostObjectsall embossing objects in stamping cost data collection.
unsafe void NXOpen.Tooling.SheetMetalFeatureRecognitionBuilder.DeleteStampingFeatures ( NXOpen.Tooling.CostDataObject[]  costObjects)
inline

Delete selected cost objects

Created in NX1899.0.0

License requirements: None.

Parameters
costObjectscurrent selected cost objects.
unsafe void NXOpen.Tooling.SheetMetalFeatureRecognitionBuilder.ExportResult ( )
inline

Export analysis result

Created in NX11.0.1

License requirements: None.

unsafe int NXOpen.Tooling.SheetMetalFeatureRecognitionBuilder.GetActivePage ( )
inline

Get active table index

Created in NX1899.0.0

License requirements: None.

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

Get the product orientation

Created in NX11.0.1

License requirements: None.

Returns
unsafe NXOpen.Tooling.CostDataObject NXOpen.Tooling.SheetMetalFeatureRecognitionBuilder.GroupStampingFeatures ( NXOpen.Tooling.CostDataObject[]  costObject)
inline

Groups selected cost objects

Created in NX1899.0.0

License requirements: None.

Parameters
costObjectcurrent selected cost objects.
Returns
the grouped cost objects.
unsafe void NXOpen.Tooling.SheetMetalFeatureRecognitionBuilder.InitCostingData ( )
inline

Initializes the costing data

Created in NX1872.0.0

License requirements: None.

unsafe void NXOpen.Tooling.SheetMetalFeatureRecognitionBuilder.SetActivePage ( int  activeTableIndex)
inline

Set active table index

Created in NX1899.0.0

License requirements: None.

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

Set the product orientation

Created in NX11.0.1

License requirements: None.

Parameters
matrix
unsafe void NXOpen.Tooling.SheetMetalFeatureRecognitionBuilder.UngroupStampingFeature ( NXOpen.Tooling.CostDataObject[]  costObjects,
out NXOpen.Tooling.CostDataObject[]  ungroupedObjects 
)
inline

Ungroups selected cost object

Created in NX1899.0.0

License requirements: None.

Parameters
costObjectscurrent selected cost objects.
ungroupedObjectsthe ungrouped cost objects.
unsafe void NXOpen.Tooling.SheetMetalFeatureRecognitionBuilder.UpdateProviderData ( NXOpen.Tooling.CostTableDataProvider  pDataProvider,
NXOpen.Tooling.CostDataObject[]  pCostObjects 
)
inline

Updates the provider data according specified stamping cost object data

Created in NX1899.0.0

License requirements: None.

Parameters
pDataProvider
pCostObjectsall specified cost objects in table.

Property Documentation

unsafe NXOpen.Tooling.CostTableDataProvider NXOpen.Tooling.SheetMetalFeatureRecognitionBuilder.BendingDataProvider
get

Returns the data provider for bending area table

Created in NX1899.0.0

License requirements: None.

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 NXOpen.Tooling.CostTableDataProvider NXOpen.Tooling.SheetMetalFeatureRecognitionBuilder.CutoutDataProvider
get

Returns the data provider for cutout data table

Created in NX1899.0.0

License requirements: 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 NXOpen.Tooling.CostTableDataProvider NXOpen.Tooling.SheetMetalFeatureRecognitionBuilder.DrawingDataProvider
get

Returns the data provider for drawing area table

Created in NX1899.0.0

License requirements: None.

unsafe NXOpen.Tooling.CostTableDataProvider NXOpen.Tooling.SheetMetalFeatureRecognitionBuilder.EmbossingDataProvider
get

Returns the data provider for embossing area table

Created in NX1899.0.0

License requirements: 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 int NXOpen.Tooling.SheetMetalFeatureRecognitionBuilder.TypeOfStampingPart
getset

Returns or sets the part type to be saved

Created in NX1872.0.0

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.XmlFileName
getset

Returns or sets the output xml file name

Created in NX1899.0.0

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.