Class StampingProcessRecognitionBuilder
Inheritance
System.Object
System.MarshalByRefObject
StampingProcessRecognitionBuilder
Implements
System.Runtime.Remoting.Messaging.IMessageSink
Inherited Members
System.MarshalByRefObject.CreateObjRef(System.Type)
System.MarshalByRefObject.GetLifetimeService()
System.MarshalByRefObject.InitializeLifetimeService()
System.MarshalByRefObject.MemberwiseClone(System.Boolean)
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
Assembly: NXOpen.dll
public class StampingProcessRecognitionBuilder : Builder, IMessageSink, IComponentBuilder
Constructors
Declaration
protected StampingProcessRecognitionBuilder()
Properties
Declaration
public double BandFeed { get; set; }
Property Value
Type |
Description |
System.Double |
|
Declaration
public double BandWidth { get; set; }
Property Value
Type |
Description |
System.Double |
|
Declaration
public CostTableDataProvider BendingDataProvider { get; }
Property Value
BodySurfaceArea
Declaration
public double BodySurfaceArea { get; set; }
Property Value
Type |
Description |
System.Double |
|
Declaration
public bool CavityRotationVertical { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
Declaration
public CostTableDataProvider CutoutDataProvider { get; }
Property Value
Declaration
public double CuttingLength { get; set; }
Property Value
Type |
Description |
System.Double |
|
Declaration
public CostTableDataProvider DrawingDataProvider { get; }
Property Value
Declaration
public CostTableDataProvider EmbossingDataProvider { get; }
Property Value
Declaration
public bool LeftRight { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
Declaration
public double MinimumXDimension { get; set; }
Property Value
Type |
Description |
System.Double |
|
Declaration
public double MinimumYDimension { get; set; }
Property Value
Type |
Description |
System.Double |
|
Declaration
public double MinimumZDimension { get; set; }
Property Value
Type |
Description |
System.Double |
|
Declaration
public int NumberX { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
Declaration
public int NumberY { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
Declaration
public double OverLapX { get; set; }
Property Value
Type |
Description |
System.Double |
|
Declaration
public double OverLapY { get; set; }
Property Value
Type |
Description |
System.Double |
|
Declaration
public bool Paired { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
Declaration
public string PartFolderBrowser { get; set; }
Property Value
Type |
Description |
System.String |
|
Declaration
public double PartVolume { get; set; }
Property Value
Type |
Description |
System.Double |
|
Declaration
public CostTableDataProvider ProcessDataProvider { get; }
Property Value
Declaration
public bool SaveAndExportStatus { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
Declaration
public SelectFace SelectionBaseFace { get; }
Property Value
Declaration
public double SheetMetalThickness { get; set; }
Property Value
Type |
Description |
System.Double |
|
Declaration
public double ToolHeight { get; set; }
Property Value
Type |
Description |
System.Double |
|
Declaration
public double ToolLength { get; set; }
Property Value
Type |
Description |
System.Double |
|
Declaration
public string ToolName { get; set; }
Property Value
Type |
Description |
System.String |
|
Declaration
public double ToolWidth { get; set; }
Property Value
Type |
Description |
System.Double |
|
Declaration
public int TypeOfCavityRotationVertical { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
Declaration
public int TypeOfLeftRight { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
Declaration
public int TypeOfPaired { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
Declaration
public double UnfoldedLength { get; set; }
Property Value
Type |
Description |
System.Double |
|
Declaration
public double UnfoldedWidth { get; set; }
Property Value
Type |
Description |
System.Double |
|
Declaration
public double XDimension { get; set; }
Property Value
Type |
Description |
System.Double |
|
Declaration
public string XmlFileName { get; set; }
Property Value
Type |
Description |
System.String |
|
Declaration
public string XmlFolderBrowser { get; set; }
Property Value
Type |
Description |
System.String |
|
Declaration
public double YDimension { get; set; }
Property Value
Type |
Description |
System.Double |
|
Declaration
public double ZDimension { get; set; }
Property Value
Type |
Description |
System.Double |
|
Methods
Declaration
public CostDataObject AddStampingFeature()
Returns
AnalyzeBody()
Declaration
public void AnalyzeBody()
Declaration
public CostTableDataProvider AskCurrentActiveDataProvider()
Returns
Declaration
public string AskDefaultXmlFileName()
Returns
Type |
Description |
System.String |
|
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
Type |
Description |
System.Int32 |
|
Declaration
public Matrix3x3 GetProductOrientation()
Returns
Declaration
public CostDataObject GroupStampingFeatures(CostDataObject[] costObject)
Parameters
Returns
Declaration
public void InitCostingData()
SetActivePage(Int32)
Declaration
public void SetActivePage(int activeTableIndex)
Parameters
Type |
Name |
Description |
System.Int32 |
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