Class StampingProcessRecognitionBuilder
Inheritance
StampingProcessRecognitionBuilder
Assembly: NXOpen.dll
public class StampingProcessRecognitionBuilder : Builder, IMessageSink, IComponentBuilder
Constructors
Declaration
protected StampingProcessRecognitionBuilder()
Properties
Declaration
public double BandFeed { get; set; }
Property Value
Declaration
public double BandWidth { get; set; }
Property Value
Declaration
public CostTableDataProvider BendingDataProvider { get; }
Property Value
BodySurfaceArea
Declaration
public double BodySurfaceArea { get; set; }
Property Value
Declaration
public bool CavityRotationVertical { get; set; }
Property Value
Declaration
public CostTableDataProvider CutoutDataProvider { get; }
Property Value
Declaration
public double CuttingLength { get; set; }
Property Value
Declaration
public CostTableDataProvider DrawingDataProvider { get; }
Property Value
Declaration
public CostTableDataProvider EmbossingDataProvider { get; }
Property Value
Declaration
public bool LeftRight { get; set; }
Property Value
Declaration
public double MinimumXDimension { get; set; }
Property Value
Declaration
public double MinimumYDimension { get; set; }
Property Value
Declaration
public double MinimumZDimension { get; set; }
Property Value
Declaration
public int NumberX { get; set; }
Property Value
Declaration
public int NumberY { get; set; }
Property Value
Declaration
public double OverLapX { get; set; }
Property Value
Declaration
public double OverLapY { get; set; }
Property Value
Declaration
public bool Paired { get; set; }
Property Value
Declaration
public string PartFolderBrowser { get; set; }
Property Value
Declaration
public double PartVolume { get; set; }
Property Value
Declaration
public CostTableDataProvider ProcessDataProvider { get; }
Property Value
Declaration
public bool SaveAndExportStatus { get; set; }
Property Value
Declaration
public SelectFace SelectionBaseFace { get; }
Property Value
Declaration
public double SheetMetalThickness { get; set; }
Property Value
Declaration
public double ToolHeight { get; set; }
Property Value
Declaration
public double ToolLength { get; set; }
Property Value
Declaration
public string ToolName { get; set; }
Property Value
Declaration
public double ToolWidth { get; set; }
Property Value
Declaration
public int TypeOfCavityRotationVertical { get; set; }
Property Value
Declaration
public int TypeOfLeftRight { get; set; }
Property Value
Declaration
public int TypeOfPaired { get; set; }
Property Value
Declaration
public double UnfoldedLength { get; set; }
Property Value
Declaration
public double UnfoldedWidth { get; set; }
Property Value
Declaration
public double XDimension { get; set; }
Property Value
Declaration
public string XmlFileName { get; set; }
Property Value
Declaration
public string XmlFolderBrowser { get; set; }
Property Value
Declaration
public double YDimension { get; set; }
Property Value
Declaration
public double ZDimension { get; set; }
Property Value
Methods
Declaration
public CostDataObject AddStampingFeature()
Returns
AnalyzeBody()
Declaration
public void AnalyzeBody()
Declaration
public CostTableDataProvider AskCurrentActiveDataProvider()
Returns
Declaration
public string AskDefaultXmlFileName()
Returns
Declaration
public void CollectBendingObjects(out StampingProcessBendingAreaData[] pCostObjects)
Parameters
Declaration
public void CollectCutoutObjects(out StampingProcessCutoutAreaData[] pCostObjects)
Parameters
Declaration
public void CollectDrawingObjects(out StampingProcessDrawingAreaData[] pCostObjects)
Parameters
Declaration
public void CollectEmbossingObjects(out StampingProcessEmbossingAreaData[] pCostObjects)
Parameters
Declaration
public void CollectStageObjects(out StampingProcessInformationData[] pCostObjects)
Parameters
Declaration
public void DeleteStampingFeatures(CostDataObject[] costObjects)
Parameters
Declaration
public void ExportResult()
GetActivePage()
Declaration
public int GetActivePage()
Returns
Declaration
public Matrix3x3 GetProductOrientation()
Returns
Declaration
public CostDataObject GroupStampingFeatures(CostDataObject[] costObject)
Parameters
Returns
Declaration
public void InitCostingData()
SetActivePage(int)
Declaration
public void SetActivePage(int activeTableIndex)
Parameters
Type |
Name |
Description |
int |
activeTableIndex |
|
Declaration
public void SetProductOrientation(Matrix3x3 matrix)
Parameters
Declaration
public void UngroupStampingFeature(CostDataObject[] costObjects, out CostDataObject[] ungroupedObjects)
Parameters
Declaration
public void UpdateProviderData(CostTableDataProvider pDataProvider, CostDataObject[] pCostObjects)
Parameters
Implements
System.Runtime.Remoting.Messaging.IMessageSink