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

Represents a Builder which holds the data for a set of individual stock per pass. More...

Inheritance diagram for NXOpen.CAM.StockPerPassBuilder:
NXOpen.Builder NXOpen.TaggedObject NXOpen.GeometricUtilities.IComponentBuilder NXOpen.Utilities.NXRemotableObject IMessageSink

Public Member Functions

unsafe double GetStockOfPass (int passIndex)
 Get stock of the specific pass More...
 
unsafe void Modify (int pass, double stock)
 Modify item More...
 
unsafe void UpdateList (int roughPass, int finishPass)
 Update list dependent on rough and finish passes number. 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 ToolDiameter [get, set]
 Returns or sets the Tool Diameter. 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 Builder which holds the data for a set of individual stock per pass.

This is an abstract class and cannot be instantiated.

Created in NX6.0.0

Member Function Documentation

unsafe double NXOpen.CAM.StockPerPassBuilder.GetStockOfPass ( int  passIndex)
inline

Get stock of the specific pass

Created in NX7.5.3

License requirements: cam_base ("CAM BASE")

Parameters
passIndex
Returns
the stock of the pass
unsafe void NXOpen.CAM.StockPerPassBuilder.Modify ( int  pass,
double  stock 
)
inline

Modify item

Created in NX6.0.0

License requirements: cam_base ("CAM BASE")

Parameters
passthe pass on which stock will be modified
stockthe new value of stock
unsafe void NXOpen.CAM.StockPerPassBuilder.UpdateList ( int  roughPass,
int  finishPass 
)
inline

Update list dependent on rough and finish passes number.

Total pass number will be equal to (rough passes + finish passes -1), so this function should be invoked as rough/finish passes changing

Created in NX7.5.0

License requirements: cam_base ("CAM BASE")

Parameters
roughPassthe rough passes
finishPassthe finish passes

Property Documentation

unsafe double NXOpen.CAM.StockPerPassBuilder.ToolDiameter
getset

Returns or sets the Tool Diameter.

It is used to validate data of list items and should be consistant with tool diameter of main object. i.e wedm operation. So when tool diameter of main object is changed, it should be updated immediately.

Created in NX7.5.0

License requirements to get this property: cam_base ("CAM BASE")

License requirements to set this property: cam_base ("CAM BASE")


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